summaryrefslogtreecommitdiffstats
path: root/conf/machine/pandaboard.conf
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@konsulko.com>2022-02-22 04:12:56 +0000
committerRyan Eatmon <reatmon@ti.com>2022-02-22 12:01:30 -0600
commit209da2791f911235faaf4104ebf289b0e11d975b (patch)
treec3813986956e92f2482f5fec5da34fccd654cbbb /conf/machine/pandaboard.conf
parentea5b431bdac13759d1dab20a8d6e3d26a16a5501 (diff)
downloadmeta-ti-209da2791f911235faaf4104ebf289b0e11d975b.tar.gz
conf/machine: remove SoC/platforms in DaVinci and OMAP3/4 families
Those platforms are being deprecated and not supported in future meta-ti releases. Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'conf/machine/pandaboard.conf')
-rw-r--r--conf/machine/pandaboard.conf16
1 files changed, 0 insertions, 16 deletions
diff --git a/conf/machine/pandaboard.conf b/conf/machine/pandaboard.conf
deleted file mode 100644
index 4dd6fa29..00000000
--- a/conf/machine/pandaboard.conf
+++ /dev/null
@@ -1,16 +0,0 @@
1#@TYPE: Machine
2#@NAME: Pandaboard
3#@DESCRIPTION: Machine configuration for the OMAP4430 Panda
4
5require conf/machine/include/omap4.inc
6
7MACHINE_GUI_CLASS = "bigscreen"
8
9IMAGE_FSTYPES += "tar.xz"
10
11KERNEL_DEVICETREE = "omap4-panda.dtb omap4-panda-a4.dtb omap4-panda-es.dtb"
12
13SERIAL_CONSOLES = "115200;ttyS2"
14
15MACHINE_EXTRA_RRECOMMENDS = " kernel-modules"
16MACHINE_FEATURES = "kernel26 wifi bluetooth alsa apm ext2 screen usbgadget usbhost vfat gpu"