* The GLSDK prefers to use the 2.4.41 version of libdrm from meta-ti so pin that version in the branding file.
Signed-off-by: Chase Maupin <[email protected]> --- .../conf/distro/include/branding-glsdk.inc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/meta-arago-distro/conf/distro/include/branding-glsdk.inc b/meta-arago-distro/conf/distro/include/branding-glsdk.inc index d1c30f3..b33b21d 100644 --- a/meta-arago-distro/conf/distro/include/branding-glsdk.inc +++ b/meta-arago-distro/conf/distro/include/branding-glsdk.inc @@ -2,3 +2,7 @@ # Use the SDK supported kernel and kernel version PREFERRED_PROVIDER_virtual/kernel = "linux-ti-glsdk" + +# Set the PREFERRED_VERSION of libdrm to the glsdk version for the +# glsdk branded builds +PREFERRED_VERSION_libdrm = "2.4.41" -- 1.7.9.5 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
