1
0
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:
Richard Purdie
2010-03-19 18:08:35 +00:00
parent 8d5f122cbb
commit a30f6e968c
5 changed files with 11 additions and 9 deletions
@@ -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']}"