Change-Id: I4358434c036eb8285f60dafac961c5734da1320b Signed-off-by: Andrei Gherzan <[email protected]> --- recipes-kernel/linux/linux-raspberrypi_3.12.11.bb | 6 ++++++ recipes-kernel/linux/linux-raspberrypi_3.12.7.bb | 6 ------ 2 files changed, 6 insertions(+), 6 deletions(-) create mode 100644 recipes-kernel/linux/linux-raspberrypi_3.12.11.bb delete mode 100644 recipes-kernel/linux/linux-raspberrypi_3.12.7.bb
diff --git a/recipes-kernel/linux/linux-raspberrypi_3.12.11.bb b/recipes-kernel/linux/linux-raspberrypi_3.12.11.bb new file mode 100644 index 0000000..ff8ed2a --- /dev/null +++ b/recipes-kernel/linux/linux-raspberrypi_3.12.11.bb @@ -0,0 +1,6 @@ +SRCREV = "e297b214d77ce06a321e5ff98d74ae511ce18696" +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.7.bb b/recipes-kernel/linux/linux-raspberrypi_3.12.7.bb deleted file mode 100644 index b71363c..0000000 --- a/recipes-kernel/linux/linux-raspberrypi_3.12.7.bb +++ /dev/null @@ -1,6 +0,0 @@ -SRCREV = "7b3d6227aa8285f7cbd5b8ec767a840b6ac42477" -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
