From a16b0ff11065083684154184934b636fa364525d Mon Sep 17 00:00:00 2001 From: Andrew Geissler Date: Fri, 10 Jul 2020 15:52:35 -0500 Subject: meta-raspberrypi: subtree update:a6f1233d52..0d398a3b71 Christopher Clark (1): linux-raspberrypi: bump to 5.4.50 since upstream was force-pushed Leon Anavi (2): rpi-u-boot-scr: Create uboot.env via boot.cmd.in libubootenv_%.bbappend: Add fw_env.config Signed-off-by: Andrew Geissler Change-Id: I8994cad6a13e2ae6f74c7a0a34061a9c4700a124 --- meta-raspberrypi/recipes-bsp/u-boot/libubootenv_%.bbappend | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 meta-raspberrypi/recipes-bsp/u-boot/libubootenv_%.bbappend (limited to 'meta-raspberrypi/recipes-bsp/u-boot/libubootenv_%.bbappend') diff --git a/meta-raspberrypi/recipes-bsp/u-boot/libubootenv_%.bbappend b/meta-raspberrypi/recipes-bsp/u-boot/libubootenv_%.bbappend new file mode 100644 index 000000000..22d1bdc4a --- /dev/null +++ b/meta-raspberrypi/recipes-bsp/u-boot/libubootenv_%.bbappend @@ -0,0 +1,12 @@ +FILESEXTRAPATHS_prepend := "${THISDIR}/files:" + +SRC_URI_append_rpi = " \ + file://fw_env.config \ +" + +DEPENDS_append_rpi = " rpi-u-boot-scr" + +do_install_append_rpi () { + install -d ${D}${sysconfdir} + install -m 0644 ${WORKDIR}/fw_env.config ${D}${sysconfdir}/fw_env.config +} -- cgit v1.2.3