Move feature code into the meta recipes 25/8325/5
authorRonan <ronan.lemartret@iot.bzh>
Fri, 20 Jan 2017 15:57:00 +0000 (16:57 +0100)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Thu, 26 Jan 2017 14:15:04 +0000 (14:15 +0000)
commit5334d458c46533c51bc6879b1026181f9ac453ae
treee076c0f6663f08e20b9ba4a3c738a8b883a978f0
parented80d741150b6f29d72f028651ab0ab83734a2b9
Move feature code into the meta recipes

 * Having a minimlal local.conf serving the only purpose
   of user customization is the "Yocto" way of doing things

 * After a source synchronization (repo  sync), feature code
   must be update without regenerate local.conf

Change-Id: I0bb0861f4c07a8b57cb59a03f6ffe9d2d693cbbe
Signed-off-by: Ronan <ronan.lemartret@iot.bzh>
31 files changed:
meta-agl-bsp/conf/include/agl_dra7xx-evm.inc [new file with mode: 0644]
meta-agl-bsp/conf/include/agl_h3ulcb.inc [new file with mode: 0644]
meta-agl-bsp/conf/include/agl_intel-corei7-64.inc [new file with mode: 0644]
meta-agl-bsp/conf/include/agl_joule.inc [new file with mode: 0644]
meta-agl-bsp/conf/include/agl_m3ulcb-nogfx.inc [new file with mode: 0644]
meta-agl-bsp/conf/include/agl_m3ulcb.inc [new file with mode: 0644]
meta-agl-bsp/conf/include/agl_porter-nogfx.inc [new file with mode: 0644]
meta-agl-bsp/conf/include/agl_porter.inc [new file with mode: 0644]
meta-agl-bsp/conf/include/agl_qemux86-64.inc [new file with mode: 0644]
meta-agl-bsp/conf/include/agl_qemux86.inc [new file with mode: 0644]
meta-agl-bsp/conf/include/agl_raspberrypi2.inc [new file with mode: 0644]
meta-agl-bsp/conf/include/agl_raspberrypi3.inc [new file with mode: 0644]
meta-agl/conf/include/agl-devel.inc [new file with mode: 0644]
meta-agl/conf/include/base-agl.inc [new file with mode: 0644]
meta-agl/recipes-devtools/packagegroups/packagegroup-agl-devel.bb [new file with mode: 0644]
meta-netboot/conf/include/agl-netboot.inc [new file with mode: 0644]
templates/base/00_local.conf.agl.inc
templates/feature/agl-devel/50_local.conf.inc
templates/feature/agl-netboot/50_local.conf.inc
templates/machine/dra7xx-evm/50_local.conf.inc
templates/machine/h3ulcb/50_local.conf.inc
templates/machine/intel-corei7-64/50_local.conf.inc
templates/machine/joule/50_local.conf.inc
templates/machine/m3ulcb-nogfx/50_local.conf.inc
templates/machine/m3ulcb/50_local.conf.inc
templates/machine/porter-nogfx/50_local.conf.inc
templates/machine/porter/50_local.conf.inc
templates/machine/qemux86-64/50_local.conf.inc
templates/machine/qemux86/50_local.conf.inc
templates/machine/raspberrypi2/50_local.conf.inc
templates/machine/raspberrypi3/50_local.conf.inc