diff --git a/layers/targets/meta-raspberrypi/recipes-bsp/libubootenv/files/fw_env.config b/layers/targets/meta-raspberrypi/recipes-bsp/libubootenv/files/fw_env.config deleted file mode 100644 index e0405109..00000000 --- a/layers/targets/meta-raspberrypi/recipes-bsp/libubootenv/files/fw_env.config +++ /dev/null @@ -1 +0,0 @@ -/boot/uboot.env 0x0000 0x4000 diff --git a/layers/targets/meta-raspberrypi/recipes-bsp/libubootenv/libubootenv_%.bbappend b/layers/targets/meta-raspberrypi/recipes-bsp/libubootenv/libubootenv_%.bbappend deleted file mode 100644 index ae6aeb29..00000000 --- a/layers/targets/meta-raspberrypi/recipes-bsp/libubootenv/libubootenv_%.bbappend +++ /dev/null @@ -1,10 +0,0 @@ -FILESEXTRAPATHS_prepend := "${THISDIR}/files:" - -SRC_URI_append = " file://fw_env.config" - -do_install_append() { - install -d ${D}${sysconfdir} - install -m 644 ${WORKDIR}/fw_env.config ${D}${sysconfdir} -} - -FILES_${PN}_append = " ${sysconfdir}"