Change-Id: I8ba4b853a9e3f07517c401c9a421c65c53c25977 Signed-off-by: Andrei Gherzan <[email protected]> --- recipes-kernel/linux/linux-raspberrypi_3.11.10.bb | 6 ++++++ recipes-kernel/linux/linux-raspberrypi_3.11.7.bb | 6 ------ 2 files changed, 6 insertions(+), 6 deletions(-) create mode 100644 recipes-kernel/linux/linux-raspberrypi_3.11.10.bb delete mode 100644 recipes-kernel/linux/linux-raspberrypi_3.11.7.bb
diff --git a/recipes-kernel/linux/linux-raspberrypi_3.11.10.bb b/recipes-kernel/linux/linux-raspberrypi_3.11.10.bb new file mode 100644 index 0000000..d3fa310 --- /dev/null +++ b/recipes-kernel/linux/linux-raspberrypi_3.11.10.bb @@ -0,0 +1,6 @@ +SRCREV = "639f74acc37561caa67abeb9fb61adc7e6a49aef" +SRC_URI = "git://github.com/raspberrypi/linux.git;protocol=git;branch=rpi-3.11.y \ + file://sl030raspberrypii2ckernel.patch \ + " + +require linux-raspberrypi.inc diff --git a/recipes-kernel/linux/linux-raspberrypi_3.11.7.bb b/recipes-kernel/linux/linux-raspberrypi_3.11.7.bb deleted file mode 100644 index 68c890c..0000000 --- a/recipes-kernel/linux/linux-raspberrypi_3.11.7.bb +++ /dev/null @@ -1,6 +0,0 @@ -SRCREV = "b975d0aab6816dd1dc4ff938a0c95bc551831163" -SRC_URI = "git://github.com/raspberrypi/linux.git;protocol=git;branch=rpi-3.11.y \ - file://sl030raspberrypii2ckernel.patch \ - " - -require linux-raspberrypi.inc -- 1.8.1.4 _______________________________________________ yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/yocto
