Skip to content
Snippets Groups Projects
Commit ceeff760 authored by Tobias Kahlki's avatar Tobias Kahlki
Browse files

packagegroup: Fixed allarch packagegroup error

Some recipes are renamed based on the device arch.
To prevent this, the arch must be set before including the packagegroup
class.
parent 0a1443e4
No related branches found
No related tags found
1 merge request!418Integrate gitlab-ci/fix-gitlab-ci-integration and 6 more
DESCRIPTION = "SECO Northern Europe debugging tools packagegroup" DESCRIPTION = "SECO Northern Europe debugging tools packagegroup"
# Prevents the dynamic renaming of packages
# (which throws an error in newer Bitbake versions)
PACKAGE_ARCH = "${TUNE_PKGARCH}"
inherit packagegroup inherit packagegroup
PACKAGES = " \ PACKAGES = " \
......
DESCRIPTION = "SECO Northern Europe image contents for small images" DESCRIPTION = "SECO Northern Europe image contents for small images"
# Prevents the dynamic renaming of packages
# (which throws an error in newer Bitbake versions)
PACKAGE_ARCH = "${TUNE_PKGARCH}"
inherit packagegroup on_bootloader inherit packagegroup on_bootloader
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