Change-Id: Ia2c5d0674fbd7c592aac4e347901b25919ce6dbc Signed-off-by: Andrei Gherzan <[email protected]> --- recipes-kernel/linux/linux-raspberrypi_3.12.0.bb | 6 ------ recipes-kernel/linux/linux-raspberrypi_3.12.4.bb | 6 ++++++ 2 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 recipes-kernel/linux/linux-raspberrypi_3.12.0.bb create mode 100644 recipes-kernel/linux/linux-raspberrypi_3.12.4.bb
diff --git a/recipes-kernel/linux/linux-raspberrypi_3.12.0.bb b/recipes-kernel/linux/linux-raspberrypi_3.12.0.bb deleted file mode 100644 index 3631da5..0000000 --- a/recipes-kernel/linux/linux-raspberrypi_3.12.0.bb +++ /dev/null @@ -1,6 +0,0 @@ -SRCREV = "839f349b6ed2a63a2bff0b5f0d718a7b07ca2316" -SRC_URI = "git://github.com/raspberrypi/linux.git;protocol=git;branch=rpi-3.12.y \ - file://sl030raspberrypii2ckernel.patch \ - " - -require linux-raspberrypi.inc diff --git a/recipes-kernel/linux/linux-raspberrypi_3.12.4.bb b/recipes-kernel/linux/linux-raspberrypi_3.12.4.bb new file mode 100644 index 0000000..17025f2 --- /dev/null +++ b/recipes-kernel/linux/linux-raspberrypi_3.12.4.bb @@ -0,0 +1,6 @@ +SRCREV = "9fbb114990c409406ae20c56871727ff8d4fa6ca" +SRC_URI = "git://github.com/raspberrypi/linux.git;protocol=git;branch=rpi-3.12.y \ + file://sl030raspberrypii2ckernel.patch \ + " + +require linux-raspberrypi.inc -- 1.8.1.4 _______________________________________________ yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/yocto
