mirror of
https://git.yoctoproject.org/poky
synced 2026-03-16 04:09:39 +01:00
allarch.bbclass: Define BASE_PACKAGE_ARCH = "all"
If not overridden it gets the value which is for target recipes usually defined in machine tune files (From OE-Core rev: 7efd372eead4185e8b763c6f7ee1943485f7d84d) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
# This class is used for architecture independent recipes/data files (usally scripts)
|
||||
#
|
||||
|
||||
BASE_PACKAGE_ARCH = "all"
|
||||
PACKAGE_ARCH = "all"
|
||||
|
||||
# No need for virtual/libc or a cross compiler
|
||||
|
||||
Reference in New Issue
Block a user