From d0cb34cfe9a51fd8bc1e6e28c8eda60a25adc1ec Mon Sep 17 00:00:00 2001 From: Mark Hatle Date: Tue, 24 Jun 2014 19:28:05 -0500 Subject: populate_sdk: Fix TOOLCHAIN_TARGET_TASK_ATTEMPTONLY implementation The variable was only partially implemented, and the part that was there was named incorrectly to, missing the 'TASK' piece. Signed-off-by: Mark Hatle Signed-off-by: Richard Purdie --- meta/classes/populate_sdk_base.bbclass | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/classes') diff --git a/meta/classes/populate_sdk_base.bbclass b/meta/classes/populate_sdk_base.bbclass index 35d837d5df..d3d8422124 100644 --- a/meta/classes/populate_sdk_base.bbclass +++ b/meta/classes/populate_sdk_base.bbclass @@ -55,6 +55,7 @@ fakeroot python do_populate_sdk() { pn = d.getVar('PN', True) runtime_mapping_rename("TOOLCHAIN_TARGET_TASK", pn, d) + runtime_mapping_rename("TOOLCHAIN_TARGET_TASK_ATTEMPTONLY", pn, d) # create target/host SDK manifests create_manifest(d, manifest_dir=d.getVar('SDK_DIR', True), -- cgit v1.2.3