diff options
Diffstat (limited to 'meta/recipes-bsp')
-rw-r--r-- | meta/recipes-bsp/u-boot/u-boot.inc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-bsp/u-boot/u-boot.inc b/meta/recipes-bsp/u-boot/u-boot.inc index 79f84b0672..f5b43f6e36 100644 --- a/meta/recipes-bsp/u-boot/u-boot.inc +++ b/meta/recipes-bsp/u-boot/u-boot.inc | |||
@@ -24,6 +24,10 @@ PACKAGECONFIG[openssl] = ",,openssl-native" | |||
24 | # file already exists it will not be overwritten. | 24 | # file already exists it will not be overwritten. |
25 | UBOOT_LOCALVERSION ?= "" | 25 | UBOOT_LOCALVERSION ?= "" |
26 | 26 | ||
27 | # Default name of u-boot initial env, but enable individual recipes to change | ||
28 | # this value. | ||
29 | UBOOT_INITIAL_ENV ?= "${PN}-initial-env" | ||
30 | |||
27 | require u-boot-configure.inc | 31 | require u-boot-configure.inc |
28 | 32 | ||
29 | do_savedefconfig() { | 33 | do_savedefconfig() { |