On 2013-12-11 11:08, Andrei Gherzan wrote:
On Sun, Dec 8, 2013 at 2:17 PM, <[email protected] <mailto:[email protected]>> wrote: From: Philipp Wagner <[email protected] <mailto:[email protected]>> Signed-off-by: Philipp Wagner <[email protected] <mailto:[email protected]>> --- recipes-kernel/linux/linux-raspberrypi_3.12.0.bb <http://linux-raspberrypi_3.12.0.bb> | 6 ------ recipes-kernel/linux/linux-raspberrypi_3.12.3.bb <http://linux-raspberrypi_3.12.3.bb> | 6 ++++++ 2 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 recipes-kernel/linux/linux-raspberrypi_3.12.0.bb <http://linux-raspberrypi_3.12.0.bb> create mode 100644 recipes-kernel/linux/linux-raspberrypi_3.12.3.bb <http://linux-raspberrypi_3.12.3.bb> diff --git a/recipes-kernel/linux/linux-raspberrypi_3.12.0.bb <http://linux-raspberrypi_3.12.0.bb> b/recipes-kernel/linux/linux-raspberrypi_3.12.0.bb <http://linux-raspberrypi_3.12.0.bb> deleted file mode 100644 index 3631da5..0000000 --- a/recipes-kernel/linux/linux-raspberrypi_3.12.0.bb <http://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 <http://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.3.bb <http://linux-raspberrypi_3.12.3.bb> b/recipes-kernel/linux/linux-raspberrypi_3.12.3.bb <http://linux-raspberrypi_3.12.3.bb> new file mode 100644 index 0000000..304c1ad --- /dev/null +++ b/recipes-kernel/linux/linux-raspberrypi_3.12.3.bb <http://linux-raspberrypi_3.12.3.bb> @@ -0,0 +1,6 @@ +SRCREV = "7dac37b9865ab51f7a68b7703bf6792b698fee1b" As pointed in https://review.gherzan.ro:8443/#/c/27/, it seems this SRCREV is invalid.
Since that note has little detail, are you sure that this is not just a case where the desired SRCREV is on a branch other than 'master'? With the latest bitbake master, you have to explicitly specify the branch if the desired revision is on a different branch. -- ------------------------------------------------------------ Gary Thomas | Consulting for the MLB Associates | Embedded world ------------------------------------------------------------ _______________________________________________ yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/yocto
