[yocto] [raspberrypi] raspi3 vs raspi2

Trevor Woerner twoerner at gmail.com
Mon Nov 21 23:54:20 PST 2016


On Mon 2016-11-21 @ 10:29:18 PM, Khem Raj wrote:
> Did you take
> 
> https://github.com/kraj/meta-raspberrypi/commit/361757b9c1538b0a15577d75308ecef93db55965
> 
> as well?

Yes, I'm using the following as of 4735e7cde210b2b0b855bca1eb90ef4adca8019b,
which includes 361757b9c1538b0a15577d75308ecef93db55965.
> 
> >>> My build configuration is:
> >>> 	Build Configuration:
> >>> 	BB_VERSION        = "1.32.0"
> >>> 	BUILD_SYS         = "x86_64-linux"
> >>> 	NATIVELSBSTRING   = "opensuse-42.1"
> >>> 	TARGET_SYS        = "aarch64-oe-linux"
> >>> 	MACHINE           = "raspberrypi3-64"
> >>> 	DISTRO            = "nodistro"
> >>> 	DISTRO_VERSION    = "nodistro.0"
> >>> 	TUNE_FEATURES     = "aarch64"
> >>> 	TARGET_FPU        = ""
> >>> 	meta-raspberrypi__kraj = "kraj/master:4735e7cde210b2b0b855bca1eb90ef4adca8019b"
> >>> 	meta              = "master:a675b2c89e477af088faee9b3be96eae19a85f0b"
> >>> 	meta-oe           
> >>> 	meta-gnome        = "master:7f8915a6ecdd5c4b03c7e5b5f1fa903f89c2d560"

What's even more odd is commit 361757b9c1538b0a15577d75308ecef93db55965
switched the SRCREV from 6abac13566786086cd912d87e4f1a922e2a391b2 to
ea6eeaff07c4881e6287fe3e7ea58fc30e5569d7, but neither of those are found in
git://github.com/raspberrypi/linux.git;protocol=git;branch=rpi-4.8.y (or in
that repository at all).

	commit 361757b9c1538b0a15577d75308ecef93db55965
	Author: Khem Raj <raj.khem at gmail.com>
	Date:   Sat Nov 12 11:32:56 2016 -0800

	    linux-raspberrypi-4.8: Update to 4.8.8
	    
	    Signed-off-by: Khem Raj <raj.khem at gmail.com>

	diff --git a/recipes-kernel/linux/linux-raspberrypi_4.8.bb b/recipes-kernel/linux/linux-raspberrypi_4.8.bb
	index 4664249..323b0ea 100644
	--- a/recipes-kernel/linux/linux-raspberrypi_4.8.bb
	+++ b/recipes-kernel/linux/linux-raspberrypi_4.8.bb
	@@ -1,8 +1,8 @@
	 FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-${PV}:"
	 
	-LINUX_VERSION ?= "4.8.6"
	+LINUX_VERSION ?= "4.8.8"
	 
	-SRCREV = "6abac13566786086cd912d87e4f1a922e2a391b2"
	+SRCREV = "ea6eeaff07c4881e6287fe3e7ea58fc30e5569d7"
	 SRC_URI = "git://github.com/raspberrypi/linux.git;protocol=git;branch=rpi-4.8.y \
	 "
	 require linux-raspberrypi.inc

I'm currently trying 3ce7378bb505825f492615bd71d19a2339e5bf55, which is the
current HEAD of the 4.8.y branch of the raspi kernel repository.



More information about the yocto mailing list