From 59f1923832b301df6743ed3fa0b92556aa68ffbd Mon Sep 17 00:00:00 2001 From: aavit Date: Fri, 26 Sep 2014 10:17:00 +0200 Subject: Add Silica ArchiTech tibidabo board Builds & runs ok! The current implementation is done with the strategy of using the vendor's defined repo versions for the yocto stack, instead of the common versions defined by b2qt. The intention is to build upon the vendor stack as closely as possible, as that is (hopefully) tested and maintained. Task-number: QTEE-801 Change-Id: Ib93b54178de870b5f288b2fae982ea2b4bb74e50 Reviewed-by: Samuli Piippo --- scripts/manifest_tibidabo.xml | 31 +++++++++++++++++++++++++++++++ scripts/setup-environment.sh | 3 +++ 2 files changed, 34 insertions(+) create mode 100644 scripts/manifest_tibidabo.xml (limited to 'scripts') diff --git a/scripts/manifest_tibidabo.xml b/scripts/manifest_tibidabo.xml new file mode 100644 index 0000000..97c18dd --- /dev/null +++ b/scripts/manifest_tibidabo.xml @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + diff --git a/scripts/setup-environment.sh b/scripts/setup-environment.sh index cc15776..16815a8 100755 --- a/scripts/setup-environment.sh +++ b/scripts/setup-environment.sh @@ -55,6 +55,9 @@ if [ ! -f ${PWD}/${BUILDDIR}/conf/bblayers.conf ]; then imx53qsb|imx6qsabresd|nitrogen6x) LAYERSCONF="bblayers.conf.fsl.sample" ;; + tibidabo) + LAYERSCONF="bblayers.conf.tibidabo.sample" + ;; beagleboard|am335x-evm) LAYERSCONF="bblayers.conf.ti.sample" ;; -- cgit v1.2.3-54-g00ecf