mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 13:09:50 +00:00
formfactor: Allow qemuarm/qemux86 to default to the framebuffer size they boot with
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3494 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -3,8 +3,8 @@ HAVE_KEYBOARD=1
|
|||||||
|
|
||||||
DISPLAY_CAN_ROTATE=0
|
DISPLAY_CAN_ROTATE=0
|
||||||
DISPLAY_ORIENTATION=0
|
DISPLAY_ORIENTATION=0
|
||||||
DISPLAY_WIDTH_PIXELS=640
|
#DISPLAY_WIDTH_PIXELS=640
|
||||||
DISPLAY_HEIGHT_PIXELS=480
|
#DISPLAY_HEIGHT_PIXELS=480
|
||||||
DISPLAY_BPP=16
|
#DISPLAY_BPP=16
|
||||||
DISPLAY_DPI=150
|
DISPLAY_DPI=150
|
||||||
DISPLAY_SUBPIXEL_ORDER=vrgb
|
DISPLAY_SUBPIXEL_ORDER=vrgb
|
||||||
|
|||||||
@@ -3,8 +3,8 @@ HAVE_KEYBOARD=1
|
|||||||
|
|
||||||
DISPLAY_CAN_ROTATE=0
|
DISPLAY_CAN_ROTATE=0
|
||||||
DISPLAY_ORIENTATION=0
|
DISPLAY_ORIENTATION=0
|
||||||
DISPLAY_WIDTH_PIXELS=640
|
#DISPLAY_WIDTH_PIXELS=640
|
||||||
DISPLAY_HEIGHT_PIXELS=480
|
#DISPLAY_HEIGHT_PIXELS=480
|
||||||
DISPLAY_BPP=16
|
#DISPLAY_BPP=16
|
||||||
DISPLAY_DPI=150
|
DISPLAY_DPI=150
|
||||||
DISPLAY_SUBPIXEL_ORDER=vrgb
|
DISPLAY_SUBPIXEL_ORDER=vrgb
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
DESCRIPTION = "Device formfactor information"
|
DESCRIPTION = "Device formfactor information"
|
||||||
SECTION = "base"
|
SECTION = "base"
|
||||||
PR = "r9"
|
PR = "r10"
|
||||||
|
|
||||||
SRC_URI = "file://config file://machconfig"
|
SRC_URI = "file://config file://machconfig"
|
||||||
S = "${WORKDIR}"
|
S = "${WORKDIR}"
|
||||||
|
|||||||
Reference in New Issue
Block a user