diff options
Diffstat (limited to 'dynamic-layers/raspberrypi')
-rw-r--r-- | dynamic-layers/raspberrypi/recipes-bsp/xen-rpi-u-boot-scr/xen-rpi-u-boot-scr.bb | 5 | ||||
-rw-r--r-- | dynamic-layers/raspberrypi/recipes-kernel/linux/linux-yocto_6.6.bbappend | 6 |
2 files changed, 4 insertions, 7 deletions
diff --git a/dynamic-layers/raspberrypi/recipes-bsp/xen-rpi-u-boot-scr/xen-rpi-u-boot-scr.bb b/dynamic-layers/raspberrypi/recipes-bsp/xen-rpi-u-boot-scr/xen-rpi-u-boot-scr.bb index 87619d01..3f83c7f8 100644 --- a/dynamic-layers/raspberrypi/recipes-bsp/xen-rpi-u-boot-scr/xen-rpi-u-boot-scr.bb +++ b/dynamic-layers/raspberrypi/recipes-bsp/xen-rpi-u-boot-scr/xen-rpi-u-boot-scr.bb | |||
@@ -17,13 +17,16 @@ do_compile() { | |||
17 | -e 's/@@KERNEL_BOOTCMD@@/${KERNEL_BOOTCMD}/' \ | 17 | -e 's/@@KERNEL_BOOTCMD@@/${KERNEL_BOOTCMD}/' \ |
18 | -e 's/@@RPI_DOM0_MEM@@/${RPI_DOM0_MEM}/' \ | 18 | -e 's/@@RPI_DOM0_MEM@@/${RPI_DOM0_MEM}/' \ |
19 | -e 's/@@RPI_DEBUG_XEN_ARGS@@/${RPI_DEBUG_XEN_ARGS}/' \ | 19 | -e 's/@@RPI_DEBUG_XEN_ARGS@@/${RPI_DEBUG_XEN_ARGS}/' \ |
20 | "${WORKDIR}/boot.cmd.xen.in" > "${WORKDIR}/boot.cmd" | 20 | "${UNPACKDIR}/boot.cmd.xen.in" > "${WORKDIR}/boot.cmd" |
21 | 21 | ||
22 | mkimage -A ${UBOOT_ARCH} -T script -C none -n "Boot script" -d "${WORKDIR}/boot.cmd" boot.scr | 22 | mkimage -A ${UBOOT_ARCH} -T script -C none -n "Boot script" -d "${WORKDIR}/boot.cmd" boot.scr |
23 | } | 23 | } |
24 | 24 | ||
25 | inherit kernel-arch deploy nopackages | 25 | inherit kernel-arch deploy nopackages |
26 | 26 | ||
27 | S = "${WORKDIR}/sources" | ||
28 | UNPACKDIR = "${S}" | ||
29 | |||
27 | do_deploy() { | 30 | do_deploy() { |
28 | install -d ${DEPLOYDIR} | 31 | install -d ${DEPLOYDIR} |
29 | install -m 0644 boot.scr ${DEPLOYDIR} | 32 | install -m 0644 boot.scr ${DEPLOYDIR} |
diff --git a/dynamic-layers/raspberrypi/recipes-kernel/linux/linux-yocto_6.6.bbappend b/dynamic-layers/raspberrypi/recipes-kernel/linux/linux-yocto_6.6.bbappend deleted file mode 100644 index 2e2f92b6..00000000 --- a/dynamic-layers/raspberrypi/recipes-kernel/linux/linux-yocto_6.6.bbappend +++ /dev/null | |||
@@ -1,6 +0,0 @@ | |||
1 | # Enable use of the linux-yocto kernel for the Raspberry Pi 4 | ||
2 | KBRANCH:raspberrypi4-64 ?= "v6.6/standard/bcm-2xxx-rpi" | ||
3 | KMACHINE:raspberrypi4-64 ?= "bcm-2xxx-rpi4" | ||
4 | COMPATIBLE_MACHINE:raspberrypi4-64 = "(raspberrypi4-64)" | ||
5 | |||
6 | require linux-yocto_xen-rpi.inc | ||