[meta-freescale] Can't select my own Kernel source

filip.ghimpeteanu at freescale.com filip.ghimpeteanu at freescale.com
Thu Aug 7 03:30:42 PDT 2014


Hello,

I am trying to build a custom kernel from local sources.
I followed the instructions described in Lab4 of Tom Zanussi's and Darren Hart's "Hands on Project" [1], but
apparently the linux-timesys recipe executes instead of mine. The resulting kernel is 3.0.15 (the one specified by the linux-timesys)
instead of mine which is 3.10.17

How can I tell Bitbake to use the Kernel from my local sources?


This is the a snapshot of my recipe:
------------------------------------------------------------------------------
.../meta-fsl-filip/recipes-filip/linux-yocto-myproj/linux-yocto-myproj_3.10.bb
----------------------------------------

inherit kernel 
require recipes-kernel/linux/linux-yocto.inc

SRC_URI = "git:///home/filip/YOCTO_DISK/Kernels/linux-rayleigh;protocol=file;nocheckout=1"
SRC_URI += "file://defconfig"

KBRANCH = "fbdcu_dev"

LINUX_VERSION ?= "3.10.17"
LINUX_VERSION_EXTENSION ?= "-custom"

SRCREV_machine="${AUTOREV}"
SRCREV="${AUTOREV}"

PR = "r0"
PV = "${LINUX_VERSION}+git${SRCPV}"

COMPATIBLE_MACHINE = "twr-vf65gs10"
----------------------------------------

[1]: http://goo.gl/MQDzw6

Thank you,
Ghimpeteanu Filip.


More information about the meta-freescale mailing list