In order to fully test the new meta-beagle layer under meta-ti, we need to add the layer to our arago-master-wip config.
Signed-off-by: Ryan Eatmon <[email protected]> --- conf/templates/arago-master-wip-config/bblayers.conf.sample | 1 + configs/arago-master-wip-config.txt | 2 +- kas/arago-master-wip-config.yml | 1 + src/configs/arago-master-wip-config.xml | 1 + 4 files changed, 4 insertions(+), 1 deletion(-) diff --git a/conf/templates/arago-master-wip-config/bblayers.conf.sample b/conf/templates/arago-master-wip-config/bblayers.conf.sample index c091169..adbccbd 100644 --- a/conf/templates/arago-master-wip-config/bblayers.conf.sample +++ b/conf/templates/arago-master-wip-config/bblayers.conf.sample @@ -22,6 +22,7 @@ BBLAYERS ?= " \ ##OEROOT##/../meta-openembedded/meta-filesystems ##OEROOT##/../meta-openembedded/meta-multimedia ##OEROOT##/../meta-ti/meta-ti-extras + ##OEROOT##/../meta-ti/meta-beagle ##OEROOT##/../meta-ti/meta-ti-bsp ##OEROOT##/../meta-arm/meta-arm ##OEROOT##/../meta-arm/meta-arm-toolchain diff --git a/configs/arago-master-wip-config.txt b/configs/arago-master-wip-config.txt index 3ca1ec9..a85e1fb 100644 --- a/configs/arago-master-wip-config.txt +++ b/configs/arago-master-wip-config.txt @@ -8,7 +8,7 @@ meta-arago,https://git.yoctoproject.org/meta-arago,master-wip,HEAD,layers=meta-a meta-qt5,https://github.com/meta-qt5/meta-qt5.git,master,HEAD,layers= meta-virtualization,https://git.yoctoproject.org/meta-virtualization,master,HEAD,layers= meta-openembedded,https://git.openembedded.org/meta-openembedded,master,HEAD,layers=meta-networking:meta-python:meta-oe:meta-gnome:meta-filesystems:meta-multimedia -meta-ti,https://git.yoctoproject.org/meta-ti,master-wip,HEAD,layers=meta-ti-extras:meta-ti-bsp +meta-ti,https://git.yoctoproject.org/meta-ti,master-wip,HEAD,layers=meta-ti-extras:meta-beagle:meta-ti-bsp meta-arm,https://git.yoctoproject.org/meta-arm,master,HEAD,layers=meta-arm:meta-arm-toolchain meta-clang,https://github.com/kraj/meta-clang,master,HEAD,layers= oe-core,https://git.openembedded.org/openembedded-core,master,HEAD,layers=meta diff --git a/kas/arago-master-wip-config.yml b/kas/arago-master-wip-config.yml index 4b2e145..429bb06 100644 --- a/kas/arago-master-wip-config.yml +++ b/kas/arago-master-wip-config.yml @@ -40,6 +40,7 @@ repos: branch: "master-wip" layers: meta-ti-extras: + meta-beagle: meta-ti-bsp: meta-arm: diff --git a/src/configs/arago-master-wip-config.xml b/src/configs/arago-master-wip-config.xml index 6148d25..74718d5 100644 --- a/src/configs/arago-master-wip-config.xml +++ b/src/configs/arago-master-wip-config.xml @@ -44,6 +44,7 @@ <repo name='meta-ti' url='https://git.yoctoproject.org/meta-ti' branch='master-wip' commit='HEAD'> <layers> <layer>meta-ti-extras</layer> + <layer>meta-beagle</layer> <layer>meta-ti-bsp</layer> </layers> </repo> -- 2.17.1 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#15662): https://lists.yoctoproject.org/g/meta-arago/message/15662 Mute This Topic: https://lists.yoctoproject.org/mt/110145492/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
