diff options
| -rw-r--r-- | recipes-bsp/u-boot/libubootenv_%.bbappend | 12 | ||||
| -rw-r--r-- | recipes-bsp/u-boot/u-boot_%.bbappend | 11 |
2 files changed, 11 insertions, 12 deletions
diff --git a/recipes-bsp/u-boot/libubootenv_%.bbappend b/recipes-bsp/u-boot/libubootenv_%.bbappend deleted file mode 100644 index 22d1bdc..0000000 --- a/recipes-bsp/u-boot/libubootenv_%.bbappend +++ /dev/null | |||
| @@ -1,12 +0,0 @@ | |||
| 1 | FILESEXTRAPATHS_prepend := "${THISDIR}/files:" | ||
| 2 | |||
| 3 | SRC_URI_append_rpi = " \ | ||
| 4 | file://fw_env.config \ | ||
| 5 | " | ||
| 6 | |||
| 7 | DEPENDS_append_rpi = " rpi-u-boot-scr" | ||
| 8 | |||
| 9 | do_install_append_rpi () { | ||
| 10 | install -d ${D}${sysconfdir} | ||
| 11 | install -m 0644 ${WORKDIR}/fw_env.config ${D}${sysconfdir}/fw_env.config | ||
| 12 | } | ||
diff --git a/recipes-bsp/u-boot/u-boot_%.bbappend b/recipes-bsp/u-boot/u-boot_%.bbappend index 9ce6425..7f38adb 100644 --- a/recipes-bsp/u-boot/u-boot_%.bbappend +++ b/recipes-bsp/u-boot/u-boot_%.bbappend | |||
| @@ -1 +1,12 @@ | |||
| 1 | FILESEXTRAPATHS_prepend := "${THISDIR}/files:" | ||
| 2 | |||
| 3 | SRC_URI_append_rpi = " \ | ||
| 4 | file://fw_env.config \ | ||
| 5 | " | ||
| 6 | |||
| 1 | DEPENDS_append_rpi = " u-boot-default-script" | 7 | DEPENDS_append_rpi = " u-boot-default-script" |
| 8 | |||
| 9 | do_install_append_rpi () { | ||
| 10 | install -d ${D}${sysconfdir} | ||
| 11 | install -m 0644 ${WORKDIR}/fw_env.config ${D}${sysconfdir}/fw_env.config | ||
| 12 | } | ||
