summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2019-06-25 08:39:25 +0000
committerDenys Dmytriyenko <denys@ti.com>2019-06-25 14:58:33 +0000
commit0d9910c1710d9d4b2dd986403824ae05b6289e63 (patch)
tree01d2c260ef1cced54e924619909262fa3f4a3871 /conf
parentcfae1d1a454b50ed453e3c84dfa60c226be216dc (diff)
downloadmeta-ti-0d9910c1710d9d4b2dd986403824ae05b6289e63.tar.gz
conf/machine: rename "sgx" flag to "gpu" in MACHINE_FEATURES
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/include/k3.inc2
-rw-r--r--conf/machine/include/omap-a15.inc2
-rw-r--r--conf/machine/include/omap3.inc2
-rw-r--r--conf/machine/include/ti33x.inc2
-rw-r--r--conf/machine/include/ti43x.inc2
-rw-r--r--conf/machine/pandaboard.conf2
6 files changed, 6 insertions, 6 deletions
diff --git a/conf/machine/include/k3.inc b/conf/machine/include/k3.inc
index 22fdeb9c..8b836ea8 100644
--- a/conf/machine/include/k3.inc
+++ b/conf/machine/include/k3.inc
@@ -29,5 +29,5 @@ MACHINE_GUI_CLASS = "smallscreen"
29UBI_VOLNAME = "rootfs" 29UBI_VOLNAME = "rootfs"
30 30
31# List common SoC features, may need to add touchscreen for specific machines 31# List common SoC features, may need to add touchscreen for specific machines
32MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat ext2 screen alsa ethernet pci sgx" 32MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat ext2 screen alsa ethernet pci gpu"
33# Not ready yet - dsp mmip 33# Not ready yet - dsp mmip
diff --git a/conf/machine/include/omap-a15.inc b/conf/machine/include/omap-a15.inc
index 233b45f4..cc055365 100644
--- a/conf/machine/include/omap-a15.inc
+++ b/conf/machine/include/omap-a15.inc
@@ -36,4 +36,4 @@ MACHINE_GUI_CLASS = "smallscreen"
36UBI_VOLNAME = "rootfs" 36UBI_VOLNAME = "rootfs"
37 37
38# List common SoC features, may need to add touchscreen for specific machines 38# List common SoC features, may need to add touchscreen for specific machines
39MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat ext2 screen alsa ethernet sgx mmip dsp" 39MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat ext2 screen alsa ethernet gpu mmip dsp"
diff --git a/conf/machine/include/omap3.inc b/conf/machine/include/omap3.inc
index 9270cbb1..489f1f9a 100644
--- a/conf/machine/include/omap3.inc
+++ b/conf/machine/include/omap3.inc
@@ -39,4 +39,4 @@ UBOOT_LOADADDRESS = "0x80008000"
39EXTRA_IMAGEDEPENDS += "u-boot" 39EXTRA_IMAGEDEPENDS += "u-boot"
40 40
41# List common SoC features, may need to add touchscreen/ethernet for specific machines 41# List common SoC features, may need to add touchscreen/ethernet for specific machines
42MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat ext2 screen alsa sgx" 42MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat ext2 screen alsa gpu"
diff --git a/conf/machine/include/ti33x.inc b/conf/machine/include/ti33x.inc
index 5a0ad541..8ddae81c 100644
--- a/conf/machine/include/ti33x.inc
+++ b/conf/machine/include/ti33x.inc
@@ -52,7 +52,7 @@ UBI_VOLNAME = "rootfs"
52EXTRA_IMAGEDEPENDS += "u-boot" 52EXTRA_IMAGEDEPENDS += "u-boot"
53 53
54# List common SoC features, may need to add touchscreen for specific machines 54# List common SoC features, may need to add touchscreen for specific machines
55MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat ext2 screen alsa ethernet sgx" 55MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat ext2 screen alsa ethernet gpu"
56 56
57# Set the list of device targets for ti-pdk class recipes 57# Set the list of device targets for ti-pdk class recipes
58TI_PDK_LIMIT_SOCS = "am335x" 58TI_PDK_LIMIT_SOCS = "am335x"
diff --git a/conf/machine/include/ti43x.inc b/conf/machine/include/ti43x.inc
index d966eaf2..a0cc9cc7 100644
--- a/conf/machine/include/ti43x.inc
+++ b/conf/machine/include/ti43x.inc
@@ -50,7 +50,7 @@ UBI_VOLNAME = "rootfs"
50EXTRA_IMAGEDEPENDS += "u-boot" 50EXTRA_IMAGEDEPENDS += "u-boot"
51 51
52# List common SoC features, may need to add touchscreen for specific machines 52# List common SoC features, may need to add touchscreen for specific machines
53MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat ext2 screen alsa ethernet sgx" 53MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat ext2 screen alsa ethernet gpu"
54 54
55# Set the list of device targets for ti-pdk class recipes 55# Set the list of device targets for ti-pdk class recipes
56TI_PDK_LIMIT_SOCS = "am437x" 56TI_PDK_LIMIT_SOCS = "am437x"
diff --git a/conf/machine/pandaboard.conf b/conf/machine/pandaboard.conf
index f01472d9..edfc612b 100644
--- a/conf/machine/pandaboard.conf
+++ b/conf/machine/pandaboard.conf
@@ -13,4 +13,4 @@ KERNEL_DEVICETREE = "omap4-panda.dtb omap4-panda-a4.dtb omap4-panda-es.dtb"
13SERIAL_CONSOLES = "115200;ttyS2" 13SERIAL_CONSOLES = "115200;ttyS2"
14 14
15MACHINE_EXTRA_RRECOMMENDS = " kernel-modules" 15MACHINE_EXTRA_RRECOMMENDS = " kernel-modules"
16MACHINE_FEATURES = "kernel26 wifi bluetooth alsa apm ext2 screen usbgadget usbhost vfat sgx" 16MACHINE_FEATURES = "kernel26 wifi bluetooth alsa apm ext2 screen usbgadget usbhost vfat gpu"