mirror of
https://git.yoctoproject.org/poky
synced 2026-04-30 21:32:13 +02:00
bitbake.conf: Split STAGING and CROSS to become target specific so armv5 binaries don't mix with armv6 or v7, likewise with the cross compilers themselves. Also move pkgdata our of staging since it follows a totally different directory structure to staging. These changes break ABI so change the ABI number
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4893 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -897,7 +897,7 @@ def get_subpkgedata_fn(pkg, d):
|
||||
import bb, os
|
||||
archs = bb.data.expand("${PACKAGE_ARCHS}", d).split(" ")
|
||||
archs.reverse()
|
||||
pkgdata = bb.data.expand('${STAGING_DIR}/pkgdata/', d)
|
||||
pkgdata = bb.data.expand('${TMPDIR}/pkgdata/', d)
|
||||
targetdir = bb.data.expand('${TARGET_VENDOR}-${TARGET_OS}/runtime/', d)
|
||||
for arch in archs:
|
||||
fn = pkgdata + arch + targetdir + pkg
|
||||
|
||||
Reference in New Issue
Block a user