From cce39741bb9d1b0166c7fd63506f96abaa0d8af6 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Mon, 1 Dec 2014 23:47:45 +0000 Subject: uboot-config.bbclass: don't skip defaultval This field is now internal and won't be seen. Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta/classes/uboot-config.bbclass | 3 --- 1 file changed, 3 deletions(-) (limited to 'meta/classes/uboot-config.bbclass') diff --git a/meta/classes/uboot-config.bbclass b/meta/classes/uboot-config.bbclass index 8ac1b71bc2..b467659cbb 100644 --- a/meta/classes/uboot-config.bbclass +++ b/meta/classes/uboot-config.bbclass @@ -38,9 +38,6 @@ python () { ubootconfig = ubootconfig[0] for f, v in ubootconfigflags.items(): - if f == 'defaultval': - continue - items = v.split(',') if items[0] and len(items) > 2: raise bb.parse.SkipPackage('Only config,images can be specified!') -- cgit 1.2.3-korg