mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-06-04 18:00:36 +00:00
powervr-drivers: require gpu machine feature
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
This commit is contained in:
@@ -3,7 +3,9 @@ HOMEPAGE = "http://git.ti.com/graphics/ti-img-rogue-driver"
|
|||||||
LICENSE = "MIT | GPLv2"
|
LICENSE = "MIT | GPLv2"
|
||||||
LIC_FILES_CHKSUM = "file://README;beginline=15;endline=20;md5=0403c7dea01a2b8232261e805325fac2"
|
LIC_FILES_CHKSUM = "file://README;beginline=15;endline=20;md5=0403c7dea01a2b8232261e805325fac2"
|
||||||
|
|
||||||
inherit module
|
inherit module features_check
|
||||||
|
|
||||||
|
REQUIRED_MACHINE_FEATURES = "gpu"
|
||||||
|
|
||||||
MACHINE_KERNEL_PR_append = "f"
|
MACHINE_KERNEL_PR_append = "f"
|
||||||
PR = "${MACHINE_KERNEL_PR}"
|
PR = "${MACHINE_KERNEL_PR}"
|
||||||
|
|||||||
@@ -3,7 +3,9 @@ HOMEPAGE = "https://git.ti.com/graphics/omap5-sgx-ddk-linux"
|
|||||||
LICENSE = "MIT | GPLv2"
|
LICENSE = "MIT | GPLv2"
|
||||||
LIC_FILES_CHKSUM = "file://eurasia_km/README;beginline=13;endline=22;md5=74506d9b8e5edbce66c2747c50fcef12"
|
LIC_FILES_CHKSUM = "file://eurasia_km/README;beginline=13;endline=22;md5=74506d9b8e5edbce66c2747c50fcef12"
|
||||||
|
|
||||||
inherit module
|
inherit module features_check
|
||||||
|
|
||||||
|
REQUIRED_MACHINE_FEATURES = "gpu"
|
||||||
|
|
||||||
COMPATIBLE_MACHINE = "pandaboard|beagleboard|ti33x|ti43x|omap-a15|k3"
|
COMPATIBLE_MACHINE = "pandaboard|beagleboard|ti33x|ti43x|omap-a15|k3"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user