mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 01:19:52 +00:00
base.bbclass: Don't inherit siteinfo in base.bbclass [based on an OE patch from Chris Larson]
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
FEED_ARCH = "armv5te"
|
||||
|
||||
INHERIT += "siteinfo"
|
||||
|
||||
TARGET_CC_ARCH = "-march=armv5te -mtune=xscale"
|
||||
TARGET_CC_KERNEL_ARCH = "-march=armv5te -mtune=xscale"
|
||||
BASE_PACKAGE_ARCH = "${@['armv5teb', 'armv5te'][bb.data.getVar('SITEINFO_ENDIANESS', d, 1) == 'le']}"
|
||||
|
||||
Reference in New Issue
Block a user