diff options
author | Denys Dmytriyenko <denys@konsulko.com> | 2022-02-22 04:12:56 +0000 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2022-02-22 12:01:30 -0600 |
commit | 209da2791f911235faaf4104ebf289b0e11d975b (patch) | |
tree | c3813986956e92f2482f5fec5da34fccd654cbbb /conf/machine/pandaboard.conf | |
parent | ea5b431bdac13759d1dab20a8d6e3d26a16a5501 (diff) | |
download | meta-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.conf | 16 |
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 | |||
5 | require conf/machine/include/omap4.inc | ||
6 | |||
7 | MACHINE_GUI_CLASS = "bigscreen" | ||
8 | |||
9 | IMAGE_FSTYPES += "tar.xz" | ||
10 | |||
11 | KERNEL_DEVICETREE = "omap4-panda.dtb omap4-panda-a4.dtb omap4-panda-es.dtb" | ||
12 | |||
13 | SERIAL_CONSOLES = "115200;ttyS2" | ||
14 | |||
15 | MACHINE_EXTRA_RRECOMMENDS = " kernel-modules" | ||
16 | MACHINE_FEATURES = "kernel26 wifi bluetooth alsa apm ext2 screen usbgadget usbhost vfat gpu" | ||