diff options
| author | Denys Dmytriyenko <denys@ti.com> | 2019-06-25 08:39:25 +0000 |
|---|---|---|
| committer | Denys Dmytriyenko <denys@ti.com> | 2019-06-25 14:58:33 +0000 |
| commit | 0d9910c1710d9d4b2dd986403824ae05b6289e63 (patch) | |
| tree | 01d2c260ef1cced54e924619909262fa3f4a3871 | |
| parent | cfae1d1a454b50ed453e3c84dfa60c226be216dc (diff) | |
| download | meta-ti-0d9910c1710d9d4b2dd986403824ae05b6289e63.tar.gz | |
conf/machine: rename "sgx" flag to "gpu" in MACHINE_FEATURES
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
| -rw-r--r-- | conf/machine/include/k3.inc | 2 | ||||
| -rw-r--r-- | conf/machine/include/omap-a15.inc | 2 | ||||
| -rw-r--r-- | conf/machine/include/omap3.inc | 2 | ||||
| -rw-r--r-- | conf/machine/include/ti33x.inc | 2 | ||||
| -rw-r--r-- | conf/machine/include/ti43x.inc | 2 | ||||
| -rw-r--r-- | conf/machine/pandaboard.conf | 2 |
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" | |||
| 29 | UBI_VOLNAME = "rootfs" | 29 | UBI_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 |
| 32 | MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat ext2 screen alsa ethernet pci sgx" | 32 | MACHINE_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" | |||
| 36 | UBI_VOLNAME = "rootfs" | 36 | UBI_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 |
| 39 | MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat ext2 screen alsa ethernet sgx mmip dsp" | 39 | MACHINE_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" | |||
| 39 | EXTRA_IMAGEDEPENDS += "u-boot" | 39 | EXTRA_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 |
| 42 | MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat ext2 screen alsa sgx" | 42 | MACHINE_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" | |||
| 52 | EXTRA_IMAGEDEPENDS += "u-boot" | 52 | EXTRA_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 |
| 55 | MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat ext2 screen alsa ethernet sgx" | 55 | MACHINE_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 |
| 58 | TI_PDK_LIMIT_SOCS = "am335x" | 58 | TI_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" | |||
| 50 | EXTRA_IMAGEDEPENDS += "u-boot" | 50 | EXTRA_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 |
| 53 | MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat ext2 screen alsa ethernet sgx" | 53 | MACHINE_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 |
| 56 | TI_PDK_LIMIT_SOCS = "am437x" | 56 | TI_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" | |||
| 13 | SERIAL_CONSOLES = "115200;ttyS2" | 13 | SERIAL_CONSOLES = "115200;ttyS2" |
| 14 | 14 | ||
| 15 | MACHINE_EXTRA_RRECOMMENDS = " kernel-modules" | 15 | MACHINE_EXTRA_RRECOMMENDS = " kernel-modules" |
| 16 | MACHINE_FEATURES = "kernel26 wifi bluetooth alsa apm ext2 screen usbgadget usbhost vfat sgx" | 16 | MACHINE_FEATURES = "kernel26 wifi bluetooth alsa apm ext2 screen usbgadget usbhost vfat gpu" |
