kernel-devsrc: add new recipe and add into inf image 12/3112/1
authorJackie Huang <jackie.huang@windriver.com>
Thu, 2 Apr 2020 07:15:59 +0000 (15:15 +0800)
committerJackie Huang <jackie.huang@windriver.com>
Thu, 2 Apr 2020 09:17:08 +0000 (17:17 +0800)
commit73acc91cf12856a26eb6b946242af0fa7dee6403
tree9264ee926971e560c9cabdb1f08c8e969fd1805f
parentc301b0b76181cf078042e97996b27ad6cd4600df
kernel-devsrc: add new recipe and add into inf image

The original recipe is copied from oe-core, which is only
capable of running "make scripts" and compiling kernel
modules against the running kernel on target.

We need the support to rebuild the kernel as well, so
do the following changes:
- Extend the ability of the recipe so it can rebuild kernel
- Add the one in oe-core into bbmask
- Add required kernel packages into packagegroup-oran

Issue-ID: INF-21
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Change-Id: I2a6d6a87f5956d3f5d8da8150407df107dd42b17
meta-oran/conf/distro/oran-inf.conf
meta-oran/recipes-base/packagegroups/packagegroup-oran.bb
meta-oran/recipes-kernel/linux/kernel-devsrc.bb [new file with mode: 0644]