From ace6e82d2827c616ed033e84b1877b9b262ac4ed Mon Sep 17 00:00:00 2001 From: Thuy Tran Date: Mon, 7 Aug 2017 15:45:53 +0700 Subject: rcar-gen3: conf: Modify sample configurations This commit modifies sample configurations for Salvator-X and ULCB to build with YP2.4 rocko. Signed-off-by: Thuy Tran Signed-off-by: Takamitsu Honda --- .../docs/sample/conf/h3ulcb/poky-gcc/mmp/bblayers.conf | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 meta-rcar-gen3/docs/sample/conf/h3ulcb/poky-gcc/mmp/bblayers.conf (limited to 'meta-rcar-gen3/docs/sample/conf/h3ulcb/poky-gcc/mmp/bblayers.conf') diff --git a/meta-rcar-gen3/docs/sample/conf/h3ulcb/poky-gcc/mmp/bblayers.conf b/meta-rcar-gen3/docs/sample/conf/h3ulcb/poky-gcc/mmp/bblayers.conf new file mode 100644 index 0000000..05e1317 --- /dev/null +++ b/meta-rcar-gen3/docs/sample/conf/h3ulcb/poky-gcc/mmp/bblayers.conf @@ -0,0 +1,17 @@ +# POKY_BBLAYERS_CONF_VERSION is increased each time build/conf/bblayers.conf +# changes incompatibly +POKY_BBLAYERS_CONF_VERSION = "2" + +BBPATH = "${TOPDIR}" +BBFILES ?= "" + +BBLAYERS ?= " \ + ${TOPDIR}/../poky/meta \ + ${TOPDIR}/../poky/meta-poky \ + ${TOPDIR}/../poky/meta-yocto-bsp \ + ${TOPDIR}/../meta-renesas/meta-rcar-gen3 \ + ${TOPDIR}/../meta-linaro/meta-optee \ + ${TOPDIR}/../meta-openembedded/meta-oe \ + ${TOPDIR}/../meta-openembedded/meta-python \ + ${TOPDIR}/../meta-openembedded/meta-networking \ + " -- cgit 1.2.3-korg