meta-agl-bsp: Update PACKAGES_GFX_* for TI boards 25/22625/2
authorPaul Barker <paul.barker@sancloud.co.uk>
Thu, 10 Oct 2019 13:10:21 +0000 (13:10 +0000)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Mon, 14 Oct 2019 13:01:01 +0000 (13:01 +0000)
After updating the meta-ti layer to the ti2019.03 release, the
'omapdrm-pvr' package will no longer be defined. As the recipe is
already called 'ti-sgx-ddk-km' this change can be applied before
updating meta-ti.

Change-Id: Ie875a2a6d8a7b2f24460943558160f8aa37f544d
Signed-off-by: Paul Barker <paul.barker@sancloud.co.uk>
meta-agl-bsp/conf/include/agl_bbe.inc
meta-agl-bsp/conf/include/agl_beaglebone.inc
meta-agl-bsp/conf/include/agl_dra7xx-evm.inc

index 4f4dc98..57adb2d 100644 (file)
@@ -8,7 +8,7 @@ CORE_IMAGE_EXTRA_INSTALL += "packagegroup-machine-base"
 #-------------------------------------------------
 ## Graphics section ##
 #-------------------------------------------------
-PACKAGES_GFX = "omapdrm-pvr"
+PACKAGES_GFX = "ti-sgx-ddk-km"
 IMAGE_INSTALL_append = " ${PACKAGES_GFX}"
 
 
index 988b3d5..cd8b263 100644 (file)
@@ -3,7 +3,7 @@
 #-------------------------------------------------
 ## Graphics section ##
 #-------------------------------------------------
-PACKAGES_GFX = "omapdrm-pvr"
+PACKAGES_GFX = "ti-sgx-ddk-km"
 IMAGE_INSTALL_append = " ${PACKAGES_GFX}"
 
 
index 54524a8..b961ba1 100644 (file)
@@ -2,7 +2,7 @@
 #-------------------------------------------------
 ## Graphics section ##
 #-------------------------------------------------
-PACKAGES_GFX_${MACHINE} = "omapdrm-pvr"
+PACKAGES_GFX_${MACHINE} = "ti-sgx-ddk-km"
 
 # Enable Gfx Pkgs
 MACHINE_FEATURES_append = " sgx"