Change-Id: Ia620e8fd6928f9cd2c625b87599cd6d6a405a344 Signed-off-by: Andrei Gherzan <[email protected]> --- recipes-kernel/linux/linux-raspberrypi_3.10.30.bb | 6 ------ recipes-kernel/linux/linux-raspberrypi_3.10.38.bb | 6 ++++++ 2 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 recipes-kernel/linux/linux-raspberrypi_3.10.30.bb create mode 100644 recipes-kernel/linux/linux-raspberrypi_3.10.38.bb
diff --git a/recipes-kernel/linux/linux-raspberrypi_3.10.30.bb b/recipes-kernel/linux/linux-raspberrypi_3.10.30.bb deleted file mode 100644 index e1f2a1a..0000000 --- a/recipes-kernel/linux/linux-raspberrypi_3.10.30.bb +++ /dev/null @@ -1,6 +0,0 @@ -SRCREV = "26d1de2993c81c01f91ebc93a1fad8957c9ece17" -SRC_URI = "git://github.com/raspberrypi/linux.git;protocol=git;branch=rpi-3.10.y \ - file://sl030raspberrypii2ckernel.patch \ - " - -require linux-raspberrypi.inc diff --git a/recipes-kernel/linux/linux-raspberrypi_3.10.38.bb b/recipes-kernel/linux/linux-raspberrypi_3.10.38.bb new file mode 100644 index 0000000..a0c5012 --- /dev/null +++ b/recipes-kernel/linux/linux-raspberrypi_3.10.38.bb @@ -0,0 +1,6 @@ +SRCREV = "1b49b450222df26e4abf7abb6d9302f72b2ed386" +SRC_URI = "git://github.com/raspberrypi/linux.git;protocol=git;branch=rpi-3.10.y \ + file://sl030raspberrypii2ckernel.patch \ + " + +require linux-raspberrypi.inc -- 1.8.5.3 -- _______________________________________________ yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/yocto
