All of lore.kernel.org
 help / color / mirror / Atom feed
* Can't select my own Kernel source
@ 2014-08-07 10:30 filip.ghimpeteanu
  2014-08-07 12:14 ` scerveau
  0 siblings, 1 reply; 16+ messages in thread
From: filip.ghimpeteanu @ 2014-08-07 10:30 UTC (permalink / raw)
  To: meta-freescale

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.


^ permalink raw reply	[flat|nested] 16+ messages in thread
[parent not found: <mailman.21522.1407435753.26702.meta-freescale@yoctoproject.org>]

end of thread, other threads:[~2014-08-14 12:30 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-08-07 10:30 Can't select my own Kernel source filip.ghimpeteanu
2014-08-07 12:14 ` scerveau
     [not found]   ` <4afa01fb8465431d88c988a8e70af423@BLUPR03MB565.namprd03.prod.outlook.com>
     [not found]     ` <53E37CBD.6080904@gmail.com>
2014-08-07 13:38       ` filip.ghimpeteanu
2014-08-07 13:44         ` Gary Thomas
2014-08-07 14:00           ` filip.ghimpeteanu
2014-08-07 14:13             ` John Weber
2014-08-07 15:26               ` filip.ghimpeteanu
2014-08-07 18:22                 ` John Weber
2014-08-08  6:49                   ` filip.ghimpeteanu
2014-08-14 12:28                     ` Otavio Salvador
     [not found] <mailman.21522.1407435753.26702.meta-freescale@yoctoproject.org>
2014-08-07 19:27 ` mk
2014-08-08  7:05   ` filip.ghimpeteanu
2014-08-08 10:05   ` Max Krummenacher
2014-08-08 13:45     ` filip.ghimpeteanu
2014-08-08 13:53       ` Gary Thomas
2014-08-14 12:30       ` Otavio Salvador

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.