summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2020-02-21 00:47:20 +0000
committerDenys Dmytriyenko <denys@ti.com>2020-02-20 22:28:57 +0000
commit0944b5e1ced49bec4acd26bc4b892cfb59b76e23 (patch)
tree7d5a349d02f3bfc4c2ad48736423db3cbfb9e473
parent186a97c3f1ac293bd7c925930604b95cd330aee5 (diff)
downloadmeta-ti-0944b5e1ced49bec4acd26bc4b892cfb59b76e23.tar.gz
omap-a15: add gc320 machine feature
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--conf/machine/include/omap-a15.inc2
-rw-r--r--recipes-graphics/libgal/ti-gc320-libs_5.0.11.p7.bb2
2 files changed, 2 insertions, 2 deletions
diff --git a/conf/machine/include/omap-a15.inc b/conf/machine/include/omap-a15.inc
index d458809a..62551915 100644
--- a/conf/machine/include/omap-a15.inc
+++ b/conf/machine/include/omap-a15.inc
@@ -36,7 +36,7 @@ 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 gpu mmip dsp" 39MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat ext2 screen alsa ethernet gpu mmip dsp gc320"
40 40
41IMAGE_FSTYPES += "tar.xz wic.xz" 41IMAGE_FSTYPES += "tar.xz wic.xz"
42WKS_FILE ?= "sdimage-bootpart.wks" 42WKS_FILE ?= "sdimage-bootpart.wks"
diff --git a/recipes-graphics/libgal/ti-gc320-libs_5.0.11.p7.bb b/recipes-graphics/libgal/ti-gc320-libs_5.0.11.p7.bb
index d6ecd229..9487e724 100644
--- a/recipes-graphics/libgal/ti-gc320-libs_5.0.11.p7.bb
+++ b/recipes-graphics/libgal/ti-gc320-libs_5.0.11.p7.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://git.ti.com/graphics/ti-gc320-libs"
3LICENSE = "TI-TSPA" 3LICENSE = "TI-TSPA"
4LIC_FILES_CHKSUM = "file://Manifest.html;md5=a9121e8936ace09820d23f7626daaca5" 4LIC_FILES_CHKSUM = "file://Manifest.html;md5=a9121e8936ace09820d23f7626daaca5"
5 5
6COMPATIBLE_MACHINE = "dra7xx" 6COMPATIBLE_MACHINE = "omap-a15"
7 7
8CLEANBROKEN = "1" 8CLEANBROKEN = "1"
9 9