]> code.ossystems Code Review - openembedded-core.git/commit
bitbake.conf: fix SDK_NAME
authorKoen Kooi <koen@dominion.thruhere.net>
Wed, 9 Feb 2011 10:58:02 +0000 (11:58 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 9 Feb 2011 11:07:37 +0000 (11:07 +0000)
commita20600d4bb5d853fa9a0953ffbf3706d3f3d6ed6
tree37010c7d54b7cf14334168d0b026c55e89ac6796
parent29ed2c6e9a0c3cc57c5bbaf3c53e1cff8586c51c
bitbake.conf: fix SDK_NAME

It was using a '/' in a name variable, subtly breaking things like this:

populate_sdk.bbclass:
   mkdir -p ${SDK_DEPLOY}
   cd ${SDK_OUTPUT}
   tar --owner=root --group=root -cj --file=${SDK_DEPLOY}/${TOOLCHAIN_OUTPUTNAME}.tar.bz2 .

Tar will error out since SDK_DEPLOY/DISTRO/ doesn't exist. Change the default to be more like the one from poky.conf, without the poky specific POKYLIBC.

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/conf/bitbake.conf