]> code.ossystems Code Review - openembedded-core.git/commit
extensible sdk: Error when trying to install as root.
authorRandy Witt <randy.e.witt@linux.intel.com>
Thu, 16 Jul 2015 20:34:21 +0000 (13:34 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 20 Jul 2015 09:39:00 +0000 (10:39 +0100)
commit309e8f4e536148056223f50637ed291c48d148ca
tree495fed394f4e35faf64892e8155df3e7d993c835
parent7785c496df839bd811cb33aef4b54158e81aa2c5
extensible sdk: Error when trying to install as root.

Since the extensible sdk uses bitbake, which can't run as root, the sdk
shouldn't be installed as root.

Previously it would error out late into setup when bitbake errored
saying not to run bitbake as root.

Now the script errors with a message saying the extensible sdk can't be
installed as root.

[Yocto #7545]

Signed-off-by: Randy Witt <randy.e.witt@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/classes/populate_sdk_base.bbclass
meta/classes/populate_sdk_ext.bbclass
meta/files/toolchain-shar-extract.sh