projects
/
buildbot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f558acb
)
phase1: kmodprepare: add apk compat
author
Petr Štetiar
<
[email protected]
>
Thu, 13 Jun 2024 13:52:17 +0000
(13:52 +0000)
committer
Paul Spooren
<
[email protected]
>
Wed, 7 Aug 2024 08:03:22 +0000
(10:03 +0200)
Ansuel reported, that with `USE_APK=y` there are no kmods available in
the build artifacts, so lets fix it by extending the rsync's include
pattern with the `apk` suffix to make it future proof.
Reported-by: Christian Marangi <
[email protected]
>
Signed-off-by: Petr Štetiar <
[email protected]
>
phase1/master.cfg
patch
|
blob
|
history
diff --git
a/phase1/master.cfg
b/phase1/master.cfg
index 4f767668ce8a2428241930dfdc6fd884ac6e7075..41968d6fd3ed9d39265005195658384cb8a5e88b 100644
(file)
--- a/
phase1/master.cfg
+++ b/
phase1/master.cfg
@@
-1307,6
+1307,7
@@
def prepareFactory(target):
command=[
"rsync",
"--include=/kmod-*.ipk",
+ "--include=/kmod-*.apk",
"--exclude=*",
"-va",
Interpolate(