Changes in v3: * rebased; * removed another 2 files that didn't belong to oe-core;
Changes in v2: * squashed the commits into a single one to be easily bisectable; * removed FILESEXTRAPATHS references; * removed a file that had to go to poky ML; Thanks, Laurentiu Hi all, This patchset will rename the "mesa-dri" recipe to "mesa" and will replace all occurences to mesa-dri in recipes/configs. The changes and the upgrade path were tested on qemux86 and on an atom-pc ideapad s10-3t. No issues observed. For more info, as to why this was needed, go here: https://bugzilla.yoctoproject.org/show_bug.cgi?id=3385 Thanks, Laurentiu Laurentiu Palcu (1): mesa: rename mesa-dri recipe to just mesa meta/conf/distro/include/default-providers.inc | 6 ++-- meta/conf/machine/include/ia32-base.inc | 4 +-- meta/conf/machine/include/qemu.inc | 8 ++--- meta/conf/machine/qemux86-64.conf | 8 ++--- meta/conf/machine/qemux86.conf | 8 ++--- meta/recipes-graphics/mesa/libglu_9.0.0.bb | 2 +- meta/recipes-graphics/mesa/mesa-common.inc | 5 +-- meta/recipes-graphics/mesa/mesa-dri.inc | 28 ----------------- meta/recipes-graphics/mesa/mesa-dri_9.0.2.bb | 4 --- meta/recipes-graphics/mesa/mesa-dri_git.bb | 8 ----- meta/recipes-graphics/mesa/mesa-git.inc | 1 - meta/recipes-graphics/mesa/mesa.inc | 33 ++++++++++++++++++++ meta/recipes-graphics/mesa/mesa_9.0.2.bb | 4 +++ meta/recipes-graphics/mesa/mesa_git.bb | 7 +++++ meta/recipes-graphics/wayland/weston_1.0.3.bb | 6 ++-- .../recipes-graphics/xorg-xserver/xserver-xorg.inc | 2 +- 16 files changed, 67 insertions(+), 67 deletions(-) delete mode 100644 meta/recipes-graphics/mesa/mesa-dri.inc delete mode 100644 meta/recipes-graphics/mesa/mesa-dri_9.0.2.bb delete mode 100644 meta/recipes-graphics/mesa/mesa-dri_git.bb create mode 100644 meta/recipes-graphics/mesa/mesa.inc create mode 100644 meta/recipes-graphics/mesa/mesa_9.0.2.bb create mode 100644 meta/recipes-graphics/mesa/mesa_git.bb -- 1.7.9.5 _______________________________________________ Openembedded-core mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
