Complete Yocto mirror with license table for TQMa6UL (2038-compliance)
- 264 license table entries with exact download URLs (224/264 resolved) - Complete sources/ directory with all BitBake recipes - Build configuration: tqma6ul-multi-mba6ulx, spaetzle (musl) - Full traceability for Softwarefreigabeantrag - GCC 13.4.0, Linux 6.6.102, U-Boot 2023.04, musl 1.2.4 - License distribution: GPL-2.0 (24), MIT (23), GPL-2.0+ (18), BSD-3 (16)
This commit is contained in:
50
sources/poky/meta/recipes-bsp/formfactor/files/config
Executable file
50
sources/poky/meta/recipes-bsp/formfactor/files/config
Executable file
@@ -0,0 +1,50 @@
|
||||
#!/bin/sh
|
||||
|
||||
if [ -e /etc/formfactor/machconfig ]; then
|
||||
. /etc/formfactor/machconfig
|
||||
fi
|
||||
|
||||
if [ -z "$HAVE_TOUCHSCREEN" ]; then
|
||||
HAVE_TOUCHSCREEN=0
|
||||
fi
|
||||
|
||||
if [ -z "$HAVE_KEYBOARD" ]; then
|
||||
HAVE_KEYBOARD=1
|
||||
fi
|
||||
|
||||
if [ -z "$HAVE_KEYBOARD_PORTRAIT" ]; then
|
||||
HAVE_KEYBOARD_PORTRAIT=0
|
||||
fi
|
||||
|
||||
if [ -z "$HAVE_KEYBOARD_LANDSCAPE" ]; then
|
||||
HAVE_KEYBOARD_LANDSCAPE=0
|
||||
fi
|
||||
|
||||
if [ -z "$DISPLAY_CAN_ROTATE" ]; then
|
||||
DISPLAY_CAN_ROTATE=0
|
||||
fi
|
||||
|
||||
if [ -z "$DISPLAY_ORIENTATION" ]; then
|
||||
DISPLAY_ORIENTATION=0
|
||||
fi
|
||||
|
||||
if [ -e "/dev/fb" ]; then
|
||||
if [ -z "$DISPLAY_WIDTH_PIXELS" ]; then
|
||||
DISPLAY_WIDTH_PIXELS=`/usr/sbin/fbset | grep geometry | awk '{ print $2 }'`
|
||||
fi
|
||||
|
||||
if [ -z "$DISPLAY_HEIGHT_PIXELS" ]; then
|
||||
DISPLAY_HEIGHT_PIXELS=`/usr/sbin/fbset | grep geometry | awk '{ print $3 }'`
|
||||
fi
|
||||
|
||||
if [ -z "$DISPLAY_BPP" ]; then
|
||||
DISPLAY_BPP=`/usr/sbin/fbset | grep geometry | awk '{ print $6 }'`
|
||||
fi
|
||||
fi
|
||||
|
||||
#
|
||||
# No way to guess these or have any defaults
|
||||
#
|
||||
#DISPLAY_WIDTH_MM
|
||||
#DISPLAY_HEIGHT_MM
|
||||
#DISPLAY_SUBPIXEL_ORDER=
|
||||
0
sources/poky/meta/recipes-bsp/formfactor/files/machconfig
Executable file
0
sources/poky/meta/recipes-bsp/formfactor/files/machconfig
Executable file
10
sources/poky/meta/recipes-bsp/formfactor/files/qemuarm/machconfig
Executable file
10
sources/poky/meta/recipes-bsp/formfactor/files/qemuarm/machconfig
Executable file
@@ -0,0 +1,10 @@
|
||||
HAVE_TOUCHSCREEN=1
|
||||
HAVE_KEYBOARD=1
|
||||
|
||||
DISPLAY_CAN_ROTATE=0
|
||||
DISPLAY_ORIENTATION=0
|
||||
#DISPLAY_WIDTH_PIXELS=640
|
||||
#DISPLAY_HEIGHT_PIXELS=480
|
||||
#DISPLAY_BPP=16
|
||||
DISPLAY_DPI=150
|
||||
DISPLAY_SUBPIXEL_ORDER=vrgb
|
||||
10
sources/poky/meta/recipes-bsp/formfactor/files/qemuarmv6/machconfig
Executable file
10
sources/poky/meta/recipes-bsp/formfactor/files/qemuarmv6/machconfig
Executable file
@@ -0,0 +1,10 @@
|
||||
HAVE_TOUCHSCREEN=1
|
||||
HAVE_KEYBOARD=1
|
||||
|
||||
DISPLAY_CAN_ROTATE=0
|
||||
DISPLAY_ORIENTATION=0
|
||||
#DISPLAY_WIDTH_PIXELS=640
|
||||
#DISPLAY_HEIGHT_PIXELS=480
|
||||
#DISPLAY_BPP=16
|
||||
DISPLAY_DPI=150
|
||||
DISPLAY_SUBPIXEL_ORDER=vrgb
|
||||
10
sources/poky/meta/recipes-bsp/formfactor/files/qemuarmv7/machconfig
Executable file
10
sources/poky/meta/recipes-bsp/formfactor/files/qemuarmv7/machconfig
Executable file
@@ -0,0 +1,10 @@
|
||||
HAVE_TOUCHSCREEN=1
|
||||
HAVE_KEYBOARD=1
|
||||
|
||||
DISPLAY_CAN_ROTATE=0
|
||||
DISPLAY_ORIENTATION=0
|
||||
#DISPLAY_WIDTH_PIXELS=640
|
||||
#DISPLAY_HEIGHT_PIXELS=480
|
||||
#DISPLAY_BPP=16
|
||||
DISPLAY_DPI=150
|
||||
DISPLAY_SUBPIXEL_ORDER=vrgb
|
||||
10
sources/poky/meta/recipes-bsp/formfactor/files/qemumips/machconfig
Executable file
10
sources/poky/meta/recipes-bsp/formfactor/files/qemumips/machconfig
Executable file
@@ -0,0 +1,10 @@
|
||||
HAVE_TOUCHSCREEN=1
|
||||
HAVE_KEYBOARD=1
|
||||
|
||||
DISPLAY_CAN_ROTATE=0
|
||||
DISPLAY_ORIENTATION=0
|
||||
DISPLAY_WIDTH_PIXELS=640
|
||||
DISPLAY_HEIGHT_PIXELS=480
|
||||
DISPLAY_BPP=16
|
||||
DISPLAY_DPI=150
|
||||
#DISPLAY_SUBPIXEL_ORDER=vrgb
|
||||
10
sources/poky/meta/recipes-bsp/formfactor/files/qemumips64/machconfig
Executable file
10
sources/poky/meta/recipes-bsp/formfactor/files/qemumips64/machconfig
Executable file
@@ -0,0 +1,10 @@
|
||||
HAVE_TOUCHSCREEN=1
|
||||
HAVE_KEYBOARD=1
|
||||
|
||||
DISPLAY_CAN_ROTATE=0
|
||||
DISPLAY_ORIENTATION=0
|
||||
DISPLAY_WIDTH_PIXELS=640
|
||||
DISPLAY_HEIGHT_PIXELS=480
|
||||
DISPLAY_BPP=16
|
||||
DISPLAY_DPI=150
|
||||
#DISPLAY_SUBPIXEL_ORDER=vrgb
|
||||
10
sources/poky/meta/recipes-bsp/formfactor/files/qemuppc/machconfig
Executable file
10
sources/poky/meta/recipes-bsp/formfactor/files/qemuppc/machconfig
Executable file
@@ -0,0 +1,10 @@
|
||||
HAVE_TOUCHSCREEN=1
|
||||
HAVE_KEYBOARD=1
|
||||
|
||||
DISPLAY_CAN_ROTATE=0
|
||||
DISPLAY_ORIENTATION=0
|
||||
DISPLAY_WIDTH_PIXELS=800
|
||||
DISPLAY_HEIGHT_PIXELS=600
|
||||
DISPLAY_BPP=16
|
||||
DISPLAY_DPI=150
|
||||
DISPLAY_SUBPIXEL_ORDER=vrgb
|
||||
10
sources/poky/meta/recipes-bsp/formfactor/files/qemuppc64/machconfig
Executable file
10
sources/poky/meta/recipes-bsp/formfactor/files/qemuppc64/machconfig
Executable file
@@ -0,0 +1,10 @@
|
||||
HAVE_TOUCHSCREEN=0
|
||||
HAVE_KEYBOARD=0
|
||||
|
||||
DISPLAY_CAN_ROTATE=0
|
||||
DISPLAY_ORIENTATION=0
|
||||
#DISPLAY_WIDTH_PIXELS=640
|
||||
#DISPLAY_HEIGHT_PIXELS=480
|
||||
#DISPLAY_BPP=16
|
||||
DISPLAY_DPI=150
|
||||
DISPLAY_SUBPIXEL_ORDER=vrgb
|
||||
10
sources/poky/meta/recipes-bsp/formfactor/files/qemux86-64/machconfig
Executable file
10
sources/poky/meta/recipes-bsp/formfactor/files/qemux86-64/machconfig
Executable file
@@ -0,0 +1,10 @@
|
||||
HAVE_TOUCHSCREEN=1
|
||||
HAVE_KEYBOARD=1
|
||||
|
||||
DISPLAY_CAN_ROTATE=0
|
||||
DISPLAY_ORIENTATION=0
|
||||
#DISPLAY_WIDTH_PIXELS=640
|
||||
#DISPLAY_HEIGHT_PIXELS=480
|
||||
#DISPLAY_BPP=16
|
||||
DISPLAY_DPI=150
|
||||
DISPLAY_SUBPIXEL_ORDER=vrgb
|
||||
10
sources/poky/meta/recipes-bsp/formfactor/files/qemux86/machconfig
Executable file
10
sources/poky/meta/recipes-bsp/formfactor/files/qemux86/machconfig
Executable file
@@ -0,0 +1,10 @@
|
||||
HAVE_TOUCHSCREEN=1
|
||||
HAVE_KEYBOARD=1
|
||||
|
||||
DISPLAY_CAN_ROTATE=0
|
||||
DISPLAY_ORIENTATION=0
|
||||
#DISPLAY_WIDTH_PIXELS=640
|
||||
#DISPLAY_HEIGHT_PIXELS=480
|
||||
#DISPLAY_BPP=16
|
||||
DISPLAY_DPI=150
|
||||
DISPLAY_SUBPIXEL_ORDER=vrgb
|
||||
Reference in New Issue
Block a user