diff options
-rw-r--r-- | meta/classes-recipe/uboot-config.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes-recipe/uboot-config.bbclass b/meta/classes-recipe/uboot-config.bbclass index bf21961977..74992182c3 100644 --- a/meta/classes-recipe/uboot-config.bbclass +++ b/meta/classes-recipe/uboot-config.bbclass | |||
@@ -144,7 +144,7 @@ python () { | |||
144 | # Ensure the uboot specific menuconfig settings do not leak into other recipes | 144 | # Ensure the uboot specific menuconfig settings do not leak into other recipes |
145 | if 'u-boot' in recipename: | 145 | if 'u-boot' in recipename: |
146 | if len(ubootconfig) == 1: | 146 | if len(ubootconfig) == 1: |
147 | d.setVar('KCONFIG_CONFIG_ROOTDIR', os.path.join(d.getVar("B"), d.getVar("UBOOT_MACHINE").strip())) | 147 | d.setVar('KCONFIG_CONFIG_ROOTDIR', os.path.join("${B}", d.getVar("UBOOT_MACHINE").strip())) |
148 | else: | 148 | else: |
149 | # Disable menuconfig for multiple configs | 149 | # Disable menuconfig for multiple configs |
150 | d.setVar('KCONFIG_CONFIG_ENABLE_MENUCONFIG', "false") | 150 | d.setVar('KCONFIG_CONFIG_ENABLE_MENUCONFIG', "false") |