mirror of
https://git.yoctoproject.org/poky
synced 2026-04-26 09:32:14 +02:00
bitbake.conf/classes: Variable cleanup
This patch removes the variables BASE_PACKAGE_ARCH, BASEPKG_HOST_SYS, BASEPKG_TARGET_SYS and also removes the immediate assignments in several core classes as these are no longer required. This should make it clearer what some of the core variables do and simplfy some overly complex and confusing class code. (From OE-Core rev: d5521be2dcbaf213c140b0d12a4176380874426b) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
# 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