From 5b80bfd7bffd4c20d80b7c70a7130529e9a755dd Mon Sep 17 00:00:00 2001 From: ToshikazuOhiwa Date: Mon, 30 Mar 2020 09:24:26 +0900 Subject: agl-basesystem --- bsp/meta-ti/conf/machine/pandaboard.conf | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 bsp/meta-ti/conf/machine/pandaboard.conf (limited to 'bsp/meta-ti/conf/machine/pandaboard.conf') diff --git a/bsp/meta-ti/conf/machine/pandaboard.conf b/bsp/meta-ti/conf/machine/pandaboard.conf new file mode 100644 index 00000000..f01472d9 --- /dev/null +++ b/bsp/meta-ti/conf/machine/pandaboard.conf @@ -0,0 +1,16 @@ +#@TYPE: Machine +#@NAME: Pandaboard +#@DESCRIPTION: Machine configuration for the OMAP4430 Panda + +require conf/machine/include/omap4.inc + +MACHINE_GUI_CLASS = "bigscreen" + +IMAGE_FSTYPES += "tar.gz" + +KERNEL_DEVICETREE = "omap4-panda.dtb omap4-panda-a4.dtb omap4-panda-es.dtb" + +SERIAL_CONSOLES = "115200;ttyS2" + +MACHINE_EXTRA_RRECOMMENDS = " kernel-modules" +MACHINE_FEATURES = "kernel26 wifi bluetooth alsa apm ext2 screen usbgadget usbhost vfat sgx" -- cgit 1.2.3-korg