From 0e486c71121dafe7a8d67f0e1d9734c0c2db7eb6 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Thu, 6 Dec 2012 11:37:49 +0000 Subject: 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. (From OE-Core rev: 2ee979ff71d31e497be856ea1443667c6d799d34) Signed-off-by: Richard Purdie --- meta/recipes-core/meta/meta-toolchain.bb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'meta/recipes-core/meta') diff --git a/meta/recipes-core/meta/meta-toolchain.bb b/meta/recipes-core/meta/meta-toolchain.bb index 61f9d34f4b..dccf394c10 100644 --- a/meta/recipes-core/meta/meta-toolchain.bb +++ b/meta/recipes-core/meta/meta-toolchain.bb @@ -6,5 +6,4 @@ PR = "r7" LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \ file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" -IMAGETEST ?= "dummy" -inherit populate_sdk imagetest-${IMAGETEST} +inherit populate_sdk -- cgit v1.2.3-54-g00ecf