Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mkimage-profiles
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ximper Linux
mkimage-profiles
Commits
5aba8f28
Commit
5aba8f28
authored
Dec 09, 2025
by
Anton Midyukov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pkg.in/lists/Makefile: check kernel-image-$(KFLAVOURS) too
parent
63bfba52
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
Makefile
pkg.in/lists/Makefile
+4
-1
No files found.
pkg.in/lists/Makefile
View file @
5aba8f28
...
@@ -34,13 +34,16 @@ save_packages_to_lists:
...
@@ -34,13 +34,16 @@ save_packages_to_lists:
$
(
filter-out NO_SORT_% CLEANUP_% %CLEANUP_PACKAGES GLOBAL_% PINNED_%,
$
(
filter %_PACKAGES,
$
(
sort
\
$
(
filter-out NO_SORT_% CLEANUP_% %CLEANUP_PACKAGES GLOBAL_% PINNED_%,
$
(
filter %_PACKAGES,
$
(
sort
\
$
(
.VARIABLES
))))
,echo
$
(
$V
)
|
sed
-e
's/\s\+/\n/g'
\
$
(
.VARIABLES
))))
,echo
$
(
$V
)
|
sed
-e
's/\s\+/\n/g'
\
|
sort
-u
>
$(TARGET)
/
$V
;
)
|
sort
-u
>
$(TARGET)
/
$V
;
)
@
for
i
in
$(KFLAVOURS)
$(STAGE1_KFLAVOURS)
;
do
\
echo
kernel-image-
$$
i
>
$(TARGET)
/KFLAVOURS
;
\
done
check-lists
:
check-lists
:
@
APTBOX
=
$(BUILDDIR)
/.work/pkgbox/aptbox
;
\
@
APTBOX
=
$(BUILDDIR)
/.work/pkgbox/aptbox
;
\
if
[
-d
"
$$
APTBOX"
]
&&
[
-z
"
$(NOCHECK)
"
]
;
then
\
if
[
-d
"
$$
APTBOX"
]
&&
[
-z
"
$(NOCHECK)
"
]
;
then
\
check-pkg-list
--aptbox
"
$$
APTBOX"
`
find
$(TARGET)
-type
f
`
;
\
check-pkg-list
--aptbox
"
$$
APTBOX"
`
find
$(TARGET)
-type
f
`
;
\
fi
fi
@
rm
-f
$(TARGET)
/
*
_PACKAGES
*
@
rm
-f
$(TARGET)
/
*
_PACKAGES
*
$(TARGET)
/KFLAVOURS
copy-groups
:
PKGDIR = ..
copy-groups
:
PKGDIR = ..
copy-groups
:
copy-groups
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment