[OE-core] [PATCH 3/3] formfactor: add machconfig for qemumips64 and beaglebone

Martin Jansa martin.jansa at gmail.com
Tue Feb 2 11:59:26 UTC 2016


On Tue, Feb 02, 2016 at 01:04:11PM +0200, Maxin B. John wrote:
> We need machconfig file to automatically choose between physical and virtual
> keyboards.

beaglebone has its own BSP layer, why it should be added in oe-core?

> 
> [YOCTO #9027]
> 
> Signed-off-by: Maxin B. John <maxin.john at intel.com>
> ---
>  meta/recipes-bsp/formfactor/files/beaglebone/machconfig | 10 ++++++++++
>  meta/recipes-bsp/formfactor/files/qemumips64/machconfig | 10 ++++++++++
>  2 files changed, 20 insertions(+)
>  create mode 100755 meta/recipes-bsp/formfactor/files/beaglebone/machconfig
>  create mode 100755 meta/recipes-bsp/formfactor/files/qemumips64/machconfig
> 
> diff --git a/meta/recipes-bsp/formfactor/files/beaglebone/machconfig b/meta/recipes-bsp/formfactor/files/beaglebone/machconfig
> new file mode 100755
> index 0000000..56a2ae2
> --- /dev/null
> +++ b/meta/recipes-bsp/formfactor/files/beaglebone/machconfig
> @@ -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
> diff --git a/meta/recipes-bsp/formfactor/files/qemumips64/machconfig b/meta/recipes-bsp/formfactor/files/qemumips64/machconfig
> new file mode 100755
> index 0000000..56777b6
> --- /dev/null
> +++ b/meta/recipes-bsp/formfactor/files/qemumips64/machconfig
> @@ -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
> -- 
> 2.4.0
> 
> -- 
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa at gmail.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: Digital signature
URL: <http://lists.openembedded.org/pipermail/openembedded-core/attachments/20160202/653ba981/attachment-0002.sig>


More information about the Openembedded-core mailing list