diff options
author | Tudor Florea <tudor.florea@enea.com> | 2014-10-10 03:19:58 +0200 |
---|---|---|
committer | Tudor Florea <tudor.florea@enea.com> | 2014-10-10 03:19:58 +0200 |
commit | f98b448ee835646be48f530b3e6fe13b32b093f5 (patch) | |
tree | 9d1062f1e8893e72829df650f5e558c5fb255955 /recipes-bsp/formfactor | |
download | meta-fsl-arm-daisy-140929.tar.gz |
initial commit for Enea Linux 4.0-140929daisy-140929
Migrated from the internal git server on the daisy-enea-point-release branch
Signed-off-by: Tudor Florea <tudor.florea@enea.com>
Diffstat (limited to 'recipes-bsp/formfactor')
4 files changed, 37 insertions, 0 deletions
diff --git a/recipes-bsp/formfactor/formfactor/imx51evk/machconfig b/recipes-bsp/formfactor/formfactor/imx51evk/machconfig new file mode 100644 index 0000000..3dbcc11 --- /dev/null +++ b/recipes-bsp/formfactor/formfactor/imx51evk/machconfig | |||
@@ -0,0 +1,11 @@ | |||
1 | # Display options | ||
2 | HAVE_TOUCHSCREEN=0 | ||
3 | HAVE_KEYBOARD=1 | ||
4 | |||
5 | #DISPLAY_CAN_ROTATE=0 | ||
6 | #DISPLAY_ORIENTATION=0 | ||
7 | #DISPLAY_WIDTH_PIXELS=1024 | ||
8 | #DISPLAY_HEIGHT_PIXELS=720 | ||
9 | #DISPLAY_BPP=16 | ||
10 | #DISPLAY_DPI=150 | ||
11 | #DISPLAY_SUBPIXEL_ORDER=vrgb | ||
diff --git a/recipes-bsp/formfactor/formfactor/imx53ard/machconfig b/recipes-bsp/formfactor/formfactor/imx53ard/machconfig new file mode 100644 index 0000000..7f884fe --- /dev/null +++ b/recipes-bsp/formfactor/formfactor/imx53ard/machconfig | |||
@@ -0,0 +1,13 @@ | |||
1 | # Display options | ||
2 | HAVE_TOUCHSCREEN=1 | ||
3 | HAVE_KEYBOARD=0 | ||
4 | |||
5 | TSLIB_TSDEVICE="/dev/input/touchscreen0" | ||
6 | |||
7 | #DISPLAY_CAN_ROTATE=0 | ||
8 | #DISPLAY_ORIENTATION=0 | ||
9 | #DISPLAY_WIDTH_PIXELS=1024 | ||
10 | #DISPLAY_HEIGHT_PIXELS=720 | ||
11 | #DISPLAY_BPP=16 | ||
12 | #DISPLAY_DPI=150 | ||
13 | #DISPLAY_SUBPIXEL_ORDER=vrgb | ||
diff --git a/recipes-bsp/formfactor/formfactor/imx53qsb/machconfig b/recipes-bsp/formfactor/formfactor/imx53qsb/machconfig new file mode 100644 index 0000000..3dbcc11 --- /dev/null +++ b/recipes-bsp/formfactor/formfactor/imx53qsb/machconfig | |||
@@ -0,0 +1,11 @@ | |||
1 | # Display options | ||
2 | HAVE_TOUCHSCREEN=0 | ||
3 | HAVE_KEYBOARD=1 | ||
4 | |||
5 | #DISPLAY_CAN_ROTATE=0 | ||
6 | #DISPLAY_ORIENTATION=0 | ||
7 | #DISPLAY_WIDTH_PIXELS=1024 | ||
8 | #DISPLAY_HEIGHT_PIXELS=720 | ||
9 | #DISPLAY_BPP=16 | ||
10 | #DISPLAY_DPI=150 | ||
11 | #DISPLAY_SUBPIXEL_ORDER=vrgb | ||
diff --git a/recipes-bsp/formfactor/formfactor_%.bbappend b/recipes-bsp/formfactor/formfactor_%.bbappend new file mode 100644 index 0000000..8c77b8d --- /dev/null +++ b/recipes-bsp/formfactor/formfactor_%.bbappend | |||
@@ -0,0 +1,2 @@ | |||
1 | # Append path for freescale to include costom matchconfig | ||
2 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | ||