diff options
Diffstat (limited to 'meta/recipes-bsp/u-boot/u-boot.inc')
-rw-r--r-- | meta/recipes-bsp/u-boot/u-boot.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-bsp/u-boot/u-boot.inc b/meta/recipes-bsp/u-boot/u-boot.inc index ae53b9019c..adcaa6afec 100644 --- a/meta/recipes-bsp/u-boot/u-boot.inc +++ b/meta/recipes-bsp/u-boot/u-boot.inc | |||
@@ -13,7 +13,7 @@ python () { | |||
13 | FILE = os.path.basename(d.getVar("FILE", True)) | 13 | FILE = os.path.basename(d.getVar("FILE", True)) |
14 | bb.debug(1, "To build %s, see %s for instructions on \ | 14 | bb.debug(1, "To build %s, see %s for instructions on \ |
15 | setting up your machine config" % (PN, FILE)) | 15 | setting up your machine config" % (PN, FILE)) |
16 | raise bb.parse.SkipPackage("because UBOOT_MACHINE is not set") | 16 | raise bb.parse.SkipPackage("UBOOT_MACHINE is not set in the %s machine configuration." % d.getVar("MACHINE", True)) |
17 | } | 17 | } |
18 | 18 | ||
19 | # Some versions of u-boot use .bin and others use .img. By default use .bin | 19 | # Some versions of u-boot use .bin and others use .img. By default use .bin |