Re: CIP TSC meeting minutes (3 April 2017)
Takuo Koguchi
Hi Yoshi,
toggle quoted messageShow quoted text
Regarding to my project-x action item, recipes-kernel for BBB and CycloneV is already posted. If you copy recipes-kernel to your usual poky build (i.e. DISTRO = poky without meta-debian,) you will be able to bitbake virtual/kernel. But it you want to use this recipe with meta-debian, there are some issues. 1) you have to add meta-PROJECTX/conf/local.conf.sample and bblayer.conf.sample manually. This is my fault. I forgot to include these files. You can copy these files from deby-qemux86-64/meta-PROJECTX/conf If you do the above, you can bitbake virtual/kernel if the followings are in conf/local.conf MACHINE="beaglebone" LINUX_DEFCONFIG="omap2plus_defconfig" But this is still not what I meant for. In the above mentioned build my "linux-cip" recipe is not used even if PREFERRED_PROVIDER_virtual/kernel = "linux-cip" is defined in local.conf because PREFERRED_PROVIDER _virtual/kernel is overwritten by meta-debian/conf\/distro/include/debian-preferred-provider.inc:2 to "linux-base" I hope you can change PREFERRED_PROVIDER_virtual/kernel = "linux-base" for PREFERRED_PROVIDER_virtual/kernel ?= "linux-base" Unfortunately there are still some issue to build kernel with meta-debian. I am working on it. Best Regard, Takuo Koguchi
-----Original Message-----
|
|