Signed-off-by: Denys Dmytriyenko <[email protected]> --- meta-arago-distro/recipes-bsp/u-boot/u-boot-fw-utils_%.bbappend | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/meta-arago-distro/recipes-bsp/u-boot/u-boot-fw-utils_%.bbappend b/meta-arago-distro/recipes-bsp/u-boot/u-boot-fw-utils_%.bbappend index 6c116ac..eb9c9e4 100644 --- a/meta-arago-distro/recipes-bsp/u-boot/u-boot-fw-utils_%.bbappend +++ b/meta-arago-distro/recipes-bsp/u-boot/u-boot-fw-utils_%.bbappend @@ -1,6 +1,7 @@ # The proper config doesn't currently exist anywhere in mainline U-boot. # For now just use a similar config which is good enough for U-boot utilities. -UBOOT_MACHINE_am335x-hs-evm = "am335x_evm_config" +UBOOT_CONFIG_am335x-hs-evm = "utils" +UBOOT_CONFIG[utils] = "am335x_evm_config" UBOOT_MACHINE_am437x-hs-evm = "am43xx_evm_config" UBOOT_MACHINE_dra7xx-hs-evm = "dra7xx_evm_config" UBOOT_MACHINE_am57xx-hs-evm = "am57xx_evm_config" -- 2.7.4 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
