From 754b8faf0be432fcdcacb340fe95117cac890e40 Mon Sep 17 00:00:00 2001 From: Brad Bishop Date: Tue, 20 Aug 2019 09:16:20 -0400 Subject: subtree updates meta-raspberrypi: b112816e95..2634621374: Vincenzo Pacella (1): linux-raspberrypi: add linux-raspberrypi-rt 4.19 meta-xilinx: f3c8b1c9a8..68eacd5636: Alejandro Enedino Hernandez Samaniego (4): machine-xilinx-default.inc: Disable PIE (ASLR) for Microblaze meta-xilinx-bsp: Update layer compatibility to warrior release meta-xilinx-contrib: Update layer compatibility to warrior release meta-xilinx-standalone: Update layer compatibility to warrior release Jaewon Lee (2): microblaze-kc705-Convert-microblaze-generic-to-k.patch:update patch Update recipes for Xilinx v2019.1 release Manjukumar Matha (7): microblaze: Update to v11.0 u-boot-xlnx.inc: Add bison-native dependency for 2019.01 u-boot-zynq-scr.bb: Recipe to create u-boot.scr for Xilinx devices microblazeel*.conf: Add microblaze generic machines -generic.conf: Add generic machines for Zynq and ZU+ layer.conf: Add warning for dangling bbappends conf/machine/*-zynq7.conf: Fix UBOOT_ELF for upstream u-boot version Michael Monaghan (1): kernel-simpleimage.bbclass: Fix do_prep_simpleimage `[[: not found` Swagath Gadde (1): zcu1285-zynqmp.conf: Add support for zcu1285 board Change-Id: I0e3c5e57b0316f438d3f1fd80bd047dcbbac384e Signed-off-by: Brad Bishop --- .../recipes-kernel/linux/linux-raspberrypi_4.19.inc | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi_4.19.inc (limited to 'meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi_4.19.inc') diff --git a/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi_4.19.inc b/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi_4.19.inc new file mode 100644 index 000000000..eabcdab36 --- /dev/null +++ b/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi_4.19.inc @@ -0,0 +1,12 @@ +FILESEXTRAPATHS_prepend := "${THISDIR}/linux-raspberrypi:" + +SRC_URI = " \ + git://github.com/raspberrypi/linux.git;protocol=git;branch=${LINUX_RPI_BRANCH} \ + " +SRC_URI_append_raspberrypi4-64 = " file://rpi4-64-kernel-misc.cfg" + +require linux-raspberrypi.inc + +LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814" + +KERNEL_EXTRA_ARGS_append_rpi = " DTC_FLAGS='-@ -H epapr'" -- cgit v1.2.3 From 6b0f7d8ed1bae971f1fcf01cc75ce0c6ac93b9b5 Mon Sep 17 00:00:00 2001 From: Brad Bishop Date: Fri, 13 Sep 2019 06:34:51 -0400 Subject: meta-raspberrypi: subtree update:34dab90dfc..0381ac4d08 Timm Eversmeyer (1): raspberrypi-linux: removed protocoll setting from SRC_URI Change-Id: I9437bcd65234486bd934af123aa483d5a3dac260 Signed-off-by: Brad Bishop --- meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi_4.19.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi_4.19.inc') diff --git a/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi_4.19.inc b/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi_4.19.inc index eabcdab36..d6c1223c7 100644 --- a/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi_4.19.inc +++ b/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi_4.19.inc @@ -1,7 +1,7 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/linux-raspberrypi:" SRC_URI = " \ - git://github.com/raspberrypi/linux.git;protocol=git;branch=${LINUX_RPI_BRANCH} \ + git://github.com/raspberrypi/linux.git;branch=${LINUX_RPI_BRANCH} \ " SRC_URI_append_raspberrypi4-64 = " file://rpi4-64-kernel-misc.cfg" -- cgit v1.2.3