diff options
Diffstat (limited to 'meta/recipes-bsp')
| -rw-r--r-- | meta/recipes-bsp/u-boot/u-boot.inc | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/meta/recipes-bsp/u-boot/u-boot.inc b/meta/recipes-bsp/u-boot/u-boot.inc index 2666de647c..251178db33 100644 --- a/meta/recipes-bsp/u-boot/u-boot.inc +++ b/meta/recipes-bsp/u-boot/u-boot.inc | |||
| @@ -70,16 +70,6 @@ UBOOT_EXTLINUX_INSTALL_DIR ?= "/boot/extlinux" | |||
| 70 | UBOOT_EXTLINUX_CONF_NAME ?= "extlinux.conf" | 70 | UBOOT_EXTLINUX_CONF_NAME ?= "extlinux.conf" |
| 71 | UBOOT_EXTLINUX_SYMLINK ?= "${UBOOT_EXTLINUX_CONF_NAME}-${MACHINE}-${PR}" | 71 | UBOOT_EXTLINUX_SYMLINK ?= "${UBOOT_EXTLINUX_CONF_NAME}-${MACHINE}-${PR}" |
| 72 | 72 | ||
| 73 | # returns all the elements from the src uri that are .cfg files | ||
| 74 | def find_cfgs(d): | ||
| 75 | sources=src_patches(d, True) | ||
| 76 | sources_list=[] | ||
| 77 | for s in sources: | ||
| 78 | if s.endswith('.cfg'): | ||
| 79 | sources_list.append(s) | ||
| 80 | |||
| 81 | return sources_list | ||
| 82 | |||
| 83 | do_configure () { | 73 | do_configure () { |
| 84 | if [ -n "${UBOOT_CONFIG}" ]; then | 74 | if [ -n "${UBOOT_CONFIG}" ]; then |
| 85 | unset i j | 75 | unset i j |
