From: Andrei Gherzan <andrei@gherzan.ro>
To: Khem Raj <raj.khem@gmail.com>
Cc: yocto@yoctoproject.org
Subject: Re: [meta-raspberrypi][PATCH 3/6] weston: Unify bbappends for weston into single file
Date: Tue, 8 Nov 2016 11:05:39 +0000 [thread overview]
Message-ID: <20161108110539.GE19465@carbonA> (raw)
In-Reply-To: <20161031165208.16286-3-raj.khem@gmail.com>
[-- Attachment #1: Type: text/plain, Size: 2627 bytes --]
On Mon, Oct 31, 2016 at 09:52:05AM -0700, Khem Raj wrote:
> Signed-off-by: Khem Raj <raj.khem@gmail.com>
> ---
> recipes-graphics/wayland/weston_%.bbappend | 10 ++++++++++
> recipes-graphics/weston/weston_%.bbappend | 8 --------
> 2 files changed, 10 insertions(+), 8 deletions(-)
> delete mode 100644 recipes-graphics/weston/weston_%.bbappend
>
> diff --git a/recipes-graphics/wayland/weston_%.bbappend b/recipes-graphics/wayland/weston_%.bbappend
> index 57b8079..f2cb7aa 100644
> --- a/recipes-graphics/wayland/weston_%.bbappend
> +++ b/recipes-graphics/wayland/weston_%.bbappend
> @@ -1,2 +1,12 @@
> EXTRA_OECONF_append_rpi = "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', '', ' --enable-rpi-compositor WESTON_NATIVE_BACKEND=rpi-backend.so', d)}"
>
> +PACKAGECONFIG_remove_rpi = "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', 'fbdev', '', d)}"
> +
> +EXTRA_OECONF += "--disable-xwayland-test \
> + --disable-simple-egl-clients \
> +"
> +
> +EXTRA_OECONF += "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', '', '--enable-rpi-compositor', d)}"
> +EXTRA_OECONF += "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', '', '--disable-resize-optimization', d)}"
> +EXTRA_OECONF += "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', '', '--disable-setuid-install', d)}"
> +EXTRA_OECONF += "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', '', 'WESTON_NATIVE_BACKEND=rpi-backend.so', d)}"
> diff --git a/recipes-graphics/weston/weston_%.bbappend b/recipes-graphics/weston/weston_%.bbappend
> deleted file mode 100644
> index b964542..0000000
> --- a/recipes-graphics/weston/weston_%.bbappend
> +++ /dev/null
> @@ -1,8 +0,0 @@
> -PACKAGECONFIG_remove_rpi = "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', ' fbdev', '', d)}"
> -EXTRA_OECONF += "--disable-xwayland-test \
> - --disable-simple-egl-clients \
> -"
> -EXTRA_OECONF += "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', '', '--enable-rpi-compositor', d)}"
> -EXTRA_OECONF += "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', '', '--disable-resize-optimization', d)}"
> -EXTRA_OECONF += "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', '', '--disable-setuid-install', d)}"
> -EXTRA_OECONF += "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', '', 'WESTON_NATIVE_BACKEND=rpi-backend.so', d)}"
> --
> 2.10.1
>
> --
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto
Merged to master. Thanks.
--
Andrei Gherzan
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 817 bytes --]
next prev parent reply other threads:[~2016-11-08 11:06 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-10-31 16:52 [meta-raspberrypi][PATCH 1/6] firmware: Update to latest Khem Raj
2016-10-31 16:52 ` [meta-raspberrypi][PATCH 2/6] linux-raspberrypi_4.8.bb: Update to 4.8.4 Khem Raj
2016-10-31 16:52 ` [meta-raspberrypi][PATCH 3/6] weston: Unify bbappends for weston into single file Khem Raj
2016-11-08 11:05 ` Andrei Gherzan [this message]
2016-10-31 16:52 ` [meta-raspberrypi][PATCH 4/6] userland: Update to latest master tip Khem Raj
2016-11-08 11:01 ` Andrei Gherzan
2016-10-31 16:52 ` [meta-raspberrypi][PATCH 5/6] firmware: Update to 20161030 Khem Raj
2016-11-08 10:57 ` Andrei Gherzan
2016-11-08 11:04 ` Gary Thomas
2016-11-08 11:08 ` Andrei Gherzan
2016-10-31 16:52 ` [meta-raspberrypi][PATCH 6/6] linux-raspberrypi-4.4: Update to 4.4.28 Khem Raj
2016-11-08 10:39 ` Andrei Gherzan
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20161108110539.GE19465@carbonA \
--to=andrei@gherzan.ro \
--cc=raj.khem@gmail.com \
--cc=yocto@yoctoproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.