diff options
Diffstat (limited to 'meta/recipes-bsp/u-boot/u-boot.inc')
| -rw-r--r-- | meta/recipes-bsp/u-boot/u-boot.inc | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/meta/recipes-bsp/u-boot/u-boot.inc b/meta/recipes-bsp/u-boot/u-boot.inc index ed3822784e..9100964c73 100644 --- a/meta/recipes-bsp/u-boot/u-boot.inc +++ b/meta/recipes-bsp/u-boot/u-boot.inc | |||
| @@ -31,12 +31,6 @@ UBOOT_INITIAL_ENV ?= "${PN}-initial-env" | |||
| 31 | 31 | ||
| 32 | require u-boot-configure.inc | 32 | require u-boot-configure.inc |
| 33 | 33 | ||
| 34 | do_savedefconfig() { | ||
| 35 | bbplain "Saving defconfig to:\n${B}/defconfig" | ||
| 36 | oe_runmake -C ${B} savedefconfig | ||
| 37 | } | ||
| 38 | do_savedefconfig[nostamp] = "1" | ||
| 39 | addtask savedefconfig after do_configure | ||
| 40 | UBOOT_ARCH_DIR = "${@'arm' if d.getVar('UBOOT_ARCH').startswith('arm') else d.getVar('UBOOT_ARCH')}" | 34 | UBOOT_ARCH_DIR = "${@'arm' if d.getVar('UBOOT_ARCH').startswith('arm') else d.getVar('UBOOT_ARCH')}" |
| 41 | do_compile () { | 35 | do_compile () { |
| 42 | if [ "${@bb.utils.filter('DISTRO_FEATURES', 'ld-is-gold', d)}" ]; then | 36 | if [ "${@bb.utils.filter('DISTRO_FEATURES', 'ld-is-gold', d)}" ]; then |
