Skip to content
Snippets Groups Projects
Unverified Commit 70b116fd authored by Matthias Schiffer's avatar Matthias Schiffer
Browse files

build: apply model-specific site packages at the end of the package list

parent aaa41506
No related branches found
No related tags found
No related merge requests found
......@@ -28,6 +28,8 @@ emit() {
[ "${output}" ] || return 0
want_device "${output}" || return 0
profile_packages="${profile_packages} $(site_packages "$output")"
for package in $profile_packages; do
[ "${package:0:1}" = '-' ] || echo "CONFIG_PACKAGE_${package}=m"
done
......@@ -52,7 +54,7 @@ device() {
profile="$2"
fi
profile_packages="${default_packages} $(site_packages "$output")"
profile_packages="${default_packages}"
}
packages() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment