]> code.ossystems Code Review - meta-freescale.git/commitdiff
formfactor: Add machconfig for 6SLL and 7ULP
authorTom Hochstein <tom.hochstein@nxp.com>
Fri, 27 Jul 2018 16:12:42 +0000 (11:12 -0500)
committerOtavio Salvador <otavio@ossystems.com.br>
Fri, 31 Aug 2018 00:57:09 +0000 (21:57 -0300)
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
recipes-bsp/formfactor/formfactor/mx6sll/machconfig [new file with mode: 0644]
recipes-bsp/formfactor/formfactor/mx7ulp/machconfig [new file with mode: 0644]
recipes-bsp/formfactor/formfactor_%.bbappend

diff --git a/recipes-bsp/formfactor/formfactor/mx6sll/machconfig b/recipes-bsp/formfactor/formfactor/mx6sll/machconfig
new file mode 100644 (file)
index 0000000..e3b99b7
--- /dev/null
@@ -0,0 +1,11 @@
+# Display options
+HAVE_TOUCHSCREEN=1
+HAVE_KEYBOARD=0
+
+#DISPLAY_CAN_ROTATE=0
+#DISPLAY_ORIENTATION=0
+#DISPLAY_WIDTH_PIXELS=1024
+#DISPLAY_HEIGHT_PIXELS=720
+#DISPLAY_BPP=16
+#DISPLAY_DPI=150
+#DISPLAY_SUBPIXEL_ORDER=vrgb
diff --git a/recipes-bsp/formfactor/formfactor/mx7ulp/machconfig b/recipes-bsp/formfactor/formfactor/mx7ulp/machconfig
new file mode 100644 (file)
index 0000000..25b18f2
--- /dev/null
@@ -0,0 +1,11 @@
+# Display options
+HAVE_TOUCHSCREEN=0
+HAVE_KEYBOARD=0
+
+#DISPLAY_CAN_ROTATE=0
+#DISPLAY_ORIENTATION=0
+#DISPLAY_WIDTH_PIXELS=1024
+#DISPLAY_HEIGHT_PIXELS=720
+#DISPLAY_BPP=16
+#DISPLAY_DPI=150
+#DISPLAY_SUBPIXEL_ORDER=vrgb
index 8c77b8d3c8db70edf07ed657686cd36cc4a5f108..96551f3aa9bf860522fe691aac862672e26b5733 100644 (file)
@@ -1,2 +1,2 @@
-# Append path for freescale to include costom matchconfig
+# Append path for i.MX custom machconfig
 FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"