diff options
Diffstat (limited to 'meta-agl-bsp')
3 files changed, 5 insertions, 7 deletions
diff --git a/meta-agl-bsp/recipes-graphics/mesa/mesa_10.%.bbappend b/meta-agl-bsp/recipes-graphics/mesa/mesa_10.%.bbappend deleted file mode 100644 index 3b723dc77..000000000 --- a/meta-agl-bsp/recipes-graphics/mesa/mesa_10.%.bbappend +++ /dev/null @@ -1,4 +0,0 @@ -PACKAGECONFIG_append_qemux86 = " gallium gallium-llvm" -PACKAGECONFIG_append_qemux86-64 = " gallium gallium-llvm" - -DRIDRIVERS_append_intel-corei7-64 = ",i965" diff --git a/meta-agl-bsp/recipes-graphics/mesa/mesa_11.%.bbappend b/meta-agl-bsp/recipes-graphics/mesa/mesa_11.%.bbappend new file mode 100644 index 000000000..ff6b5bc90 --- /dev/null +++ b/meta-agl-bsp/recipes-graphics/mesa/mesa_11.%.bbappend @@ -0,0 +1,5 @@ +# not sure if needed in mesa 11 - check. +#PACKAGECONFIG_append_qemux86 = " gallium gallium-llvm" +#PACKAGECONFIG_append_qemux86-64 = " gallium gallium-llvm" + +DRIDRIVERS_append_intel-corei7-64 = ",i965" diff --git a/meta-agl-bsp/recipes-kernel/linux/linux-yocto_3.14%.bbappend b/meta-agl-bsp/recipes-kernel/linux/linux-yocto_3.14%.bbappend deleted file mode 100644 index fe9c05c59..000000000 --- a/meta-agl-bsp/recipes-kernel/linux/linux-yocto_3.14%.bbappend +++ /dev/null @@ -1,3 +0,0 @@ -FILESEXTRAPATHS_prepend := "${THISDIR}/linux-yocto:" - -SRC_URI += " file://0001-fanotify-fix-notification-of-groups-with-inode-mount.patch" |