[yocto] Porting of specific Kernel/Driver into yocto.

Khem Raj raj.khem at gmail.com
Sun Apr 29 11:48:29 PDT 2012


On Sun, Apr 29, 2012 at 2:58 AM, Om Prakash PAL
<omprakash.pal at 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>



More information about the yocto mailing list