summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/classes/uboot-config.bbclass3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/classes/uboot-config.bbclass b/meta/classes/uboot-config.bbclass
index b9ad35821a..e8da8c7452 100644
--- a/meta/classes/uboot-config.bbclass
+++ b/meta/classes/uboot-config.bbclass
@@ -125,5 +125,6 @@ python () {
125 else: 125 else:
126 bb.debug(1, "Appending '%s' to UBOOT_BINARIES." % ubootbinary) 126 bb.debug(1, "Appending '%s' to UBOOT_BINARIES." % ubootbinary)
127 d.appendVar('UBOOT_BINARIES', ' ' + ubootbinary) 127 d.appendVar('UBOOT_BINARIES', ' ' + ubootbinary)
128 break 128 return
129 raise bb.parse.SkipRecipe("The selected UBOOT_CONFIG key %s has no match in %s." % (ubootconfig, ubootconfigflags.keys()))
129} 130}