From eca21e63590c165c5aaf14cbd51c7f325b731aba Mon Sep 17 00:00:00 2001 From: Tom Zanussi Date: Mon, 20 Dec 2010 12:24:36 -0600 Subject: meta-emenlow: update to the new BSP layout This modifies the meta-emenlow BSP layer to reflect the new BSP standard layout as defined in the latestYocto BSP Developer's Guide. There's no change in functionality here - this simply moves things around, adds a README, and makes the SRCREVs local. Signed-off-by: Tom Zanussi --- meta-emenlow/recipes-bsp/formfactor/formfactor/emenlow/machconfig | 3 +++ meta-emenlow/recipes-bsp/formfactor/formfactor_0.0.bbappend | 3 +++ 2 files changed, 6 insertions(+) create mode 100644 meta-emenlow/recipes-bsp/formfactor/formfactor/emenlow/machconfig create mode 100644 meta-emenlow/recipes-bsp/formfactor/formfactor_0.0.bbappend (limited to 'meta-emenlow/recipes-bsp') diff --git a/meta-emenlow/recipes-bsp/formfactor/formfactor/emenlow/machconfig b/meta-emenlow/recipes-bsp/formfactor/formfactor/emenlow/machconfig new file mode 100644 index 0000000000..ffce012270 --- /dev/null +++ b/meta-emenlow/recipes-bsp/formfactor/formfactor/emenlow/machconfig @@ -0,0 +1,3 @@ +# Assume a USB mouse and keyboard are connected +HAVE_TOUCHSCREEN=0 +HAVE_KEYBOARD=1 diff --git a/meta-emenlow/recipes-bsp/formfactor/formfactor_0.0.bbappend b/meta-emenlow/recipes-bsp/formfactor/formfactor_0.0.bbappend new file mode 100644 index 0000000000..4a41d4871d --- /dev/null +++ b/meta-emenlow/recipes-bsp/formfactor/formfactor_0.0.bbappend @@ -0,0 +1,3 @@ +FILESEXTRAPATHS := "${THISDIR}/${PN}" + +PRINC = "1" -- cgit v1.2.3-54-g00ecf