diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-12-06 11:37:49 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-12-07 17:09:33 +0000 |
commit | 2ee979ff71d31e497be856ea1443667c6d799d34 (patch) | |
tree | e4c0750149126b764418ddaa1f66295b806abdec /meta/classes/image.bbclass | |
parent | 77cd2ef06bdf701b047c4f8c817b364b8b4b8837 (diff) | |
download | openembedded-core-2ee979ff71d31e497be856ea1443667c6d799d34.tar.gz openembedded-core-2ee979ff71d31e497be856ea1443667c6d799d34.tar.bz2 openembedded-core-2ee979ff71d31e497be856ea1443667c6d799d34.zip |
image/populate_sdk: Simplify imagetest inclusion and drop dummy class file
Having to include some dummy class is suboptimal and we no longer need to
do this. Also move this check to populate_sdk_base since we then don't
need to include it in toolchains specifically.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/image.bbclass')
-rw-r--r-- | meta/classes/image.bbclass | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/meta/classes/image.bbclass b/meta/classes/image.bbclass index 719d871bca..1461144949 100644 --- a/meta/classes/image.bbclass +++ b/meta/classes/image.bbclass @@ -1,8 +1,5 @@ inherit rootfs_${IMAGE_PKGTYPE} -IMAGETEST ?= "dummy" -inherit imagetest-${IMAGETEST} - inherit populate_sdk_base TOOLCHAIN_TARGET_TASK += "${PACKAGE_INSTALL}" |