From ea897ce72602c7b8f1f11aafe8baf6cbe5887c4c Mon Sep 17 00:00:00 2001 From: Tom Zanussi Date: Tue, 12 Jul 2011 09:38:17 -0500 Subject: meta-fri2: new layer for Fish River Island II (E6XX/EG20T) systems This layer provides support for E6XX + EG20T Intel systems. Currently it supports only vesa graphics, which will be upgraded shortly. Signed-off-by: Tom Zanussi --- meta-fri2/conf/layer.conf | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 meta-fri2/conf/layer.conf (limited to 'meta-fri2/conf/layer.conf') diff --git a/meta-fri2/conf/layer.conf b/meta-fri2/conf/layer.conf new file mode 100644 index 00000000..b30e776f --- /dev/null +++ b/meta-fri2/conf/layer.conf @@ -0,0 +1,10 @@ +# We have a conf and classes directory, add to BBPATH +BBPATH := "${BBPATH}:${LAYERDIR}" + +# We have a recipes directory, add to BBFILES +BBFILES := "${BBFILES} ${LAYERDIR}/recipes-*/*/*.bb \ + ${LAYERDIR}/recipes-*/*/*.bbappend" + +BBFILE_COLLECTIONS += "fri2" +BBFILE_PATTERN_fri2 := "^${LAYERDIR}/" +BBFILE_PRIORITY_fri2 = "6" -- cgit v1.2.3-54-g00ecf