On Sun, Apr 29, 2012 at 2:58 AM, Om Prakash PAL
<omprakash....@stericsson.com> wrote:
> Hi Bruce,
> for porting of our local kernel,we have created an BSP layer and to change 
> the the kernel,  we have created an linux-yocto_3.0.bbappend file inside 
> meta<BSP>/recipes-kernel/linux/
> like this:-
>
> FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
>
> COMPATIBLE_MACHINE_<BSP_name> = "BSP_name"
>
> # KMACHINE is the branch to build
> KMACHINE_<BSP_name> = "local_branch"
>
> SRCREV_machine_pn_linux-yocto_<BSP_name> ?= "XXXXXXXX" (here we have assign 
> top commit ID of our local kernel)

that should be SRCREV_machine_pn-linux-yocto_<BSP_name>
_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto

Reply via email to