1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-06-05 10:21:52 +00:00

conf/machine: deprecate opencl feature, introduce dsp feature

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
This commit is contained in:
Denys Dmytriyenko
2017-03-02 02:50:43 +00:00
parent d7ce8563c5
commit bea5fc9c09
7 changed files with 4 additions and 10 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
require conf/machine/include/omap-a15.inc
SOC_FAMILY_append = ":dra7xx"
MACHINE_FEATURES += "pci opencl"
MACHINE_FEATURES += "pci"
+1 -1
View File
@@ -23,5 +23,5 @@ UBI_VOLNAME = "rootfs"
EXTRA_IMAGEDEPENDS += "u-boot"
EXTRA_IMAGEDEPENDS += "boot-monitor"
MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat pci"
MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat pci dsp"
MACHINE_FEATURES_BACKFILL_CONSIDERED = "rtc"
+1 -1
View File
@@ -31,4 +31,4 @@ MACHINE_GUI_CLASS = "smallscreen"
UBI_VOLNAME = "rootfs"
# List common SoC features, may need to add touchscreen for specific machines
MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat ext2 screen alsa ethernet sgx mmip"
MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat ext2 screen alsa ethernet sgx mmip dsp"
-2
View File
@@ -4,8 +4,6 @@
require conf/machine/include/k2e.inc
MACHINE_FEATURES += "opencl"
KERNEL_DEVICETREE = "keystone-k2e-evm.dtb"
UBOOT_MACHINE = "k2e_evm_config"
+1 -1
View File
@@ -4,7 +4,7 @@
require conf/machine/include/k2g.inc
MACHINE_FEATURES += "alsa opencl"
MACHINE_FEATURES += "alsa"
KERNEL_DEVICETREE = "keystone-k2g-evm.dtb keystone-k2g-evm-lcd.dtb keystone-k2g-ice.dtb"
-2
View File
@@ -4,8 +4,6 @@
require conf/machine/include/keystone.inc
MACHINE_FEATURES += "opencl"
KERNEL_DEVICETREE = "keystone-k2hk-evm.dtb"
UBOOT_MACHINE = "k2hk_evm_config"
-2
View File
@@ -4,8 +4,6 @@
require conf/machine/include/keystone.inc
MACHINE_FEATURES += "opencl"
KERNEL_DEVICETREE = "keystone-k2l-evm.dtb"
UBOOT_MACHINE = "k2l_evm_config"