All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Add version number into the name of Gstreamer bbappend
@ 2016-12-08  5:38 Yuqing Zhu
  2016-12-08  5:38 ` [PATCH v2 1/2] gstreamer1.0-plugins-base: Add version number into the name of bbappend file Yuqing Zhu
  2016-12-08  5:38 ` [PATCH v2 2/2] gstreamer1.0-plugins-bad: " Yuqing Zhu
  0 siblings, 2 replies; 4+ messages in thread
From: Yuqing Zhu @ 2016-12-08  5:38 UTC (permalink / raw)
  To: meta-freescale; +Cc: Yuqing Zhu

Make sure that the bbappend of gstreamer1.0-plugins-base & gstreamer1.0-plugins-bad 
will only work on a specific version.

And once the release is final, it does not update the Gstreamer version in poky.
So it won't raise the parser error.

Yuqing Zhu (2):
  gstreamer1.0-plugins-base: Add version number into the name of
    bbappend file
  gstreamer1.0-plugins-bad: Add version number into the name of bbappend
    file

 ...1.0-plugins-bad_%.bbappend => gstreamer1.0-plugins-bad_1.8.%.bbappend} | 0
 ...0-plugins-base_%.bbappend => gstreamer1.0-plugins-base_1.8.%.bbappend} | 0
 2 files changed, 0 insertions(+), 0 deletions(-)
 rename recipes-multimedia/gstreamer/{gstreamer1.0-plugins-bad_%.bbappend => gstreamer1.0-plugins-bad_1.8.%.bbappend} (100%)
 rename recipes-multimedia/gstreamer/{gstreamer1.0-plugins-base_%.bbappend => gstreamer1.0-plugins-base_1.8.%.bbappend} (100%)

-- 
1.9.1



^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH v2 1/2] gstreamer1.0-plugins-base: Add version number into the name of bbappend file
  2016-12-08  5:38 [PATCH v2 0/2] Add version number into the name of Gstreamer bbappend Yuqing Zhu
@ 2016-12-08  5:38 ` Yuqing Zhu
  2016-12-15 15:43   ` Fabio Berton
  2016-12-08  5:38 ` [PATCH v2 2/2] gstreamer1.0-plugins-bad: " Yuqing Zhu
  1 sibling, 1 reply; 4+ messages in thread
From: Yuqing Zhu @ 2016-12-08  5:38 UTC (permalink / raw)
  To: meta-freescale; +Cc: Yuqing Zhu

The bbappend will only work on a specific version, or it may have some conflicts.
Currently, it is for GST 1.8.

And once the release is final, it does not update the Gstreamer version in poky.
So it won't raise the parser error.

Signed-off-by: Yuqing Zhu <carol.zhu@nxp.com>
---
 ...0-plugins-base_%.bbappend => gstreamer1.0-plugins-base_1.8.%.bbappend} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)
 rename recipes-multimedia/gstreamer/{gstreamer1.0-plugins-base_%.bbappend => gstreamer1.0-plugins-base_1.8.%.bbappend} (100%)

diff --git a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_%.bbappend b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.8.%.bbappend
similarity index 100%
rename from recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_%.bbappend
rename to recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.8.%.bbappend
-- 
1.9.1



^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH v2 2/2] gstreamer1.0-plugins-bad: Add version number into the name of bbappend file
  2016-12-08  5:38 [PATCH v2 0/2] Add version number into the name of Gstreamer bbappend Yuqing Zhu
  2016-12-08  5:38 ` [PATCH v2 1/2] gstreamer1.0-plugins-base: Add version number into the name of bbappend file Yuqing Zhu
@ 2016-12-08  5:38 ` Yuqing Zhu
  1 sibling, 0 replies; 4+ messages in thread
From: Yuqing Zhu @ 2016-12-08  5:38 UTC (permalink / raw)
  To: meta-freescale; +Cc: Yuqing Zhu

The bbappend will only work on a specific version, or it may have some conflicts.
Currently, it is for GST 1.8.

And once the release is final, it does not update the Gstreamer version in poky.
So it won't raise the parser error.

Signed-off-by: Yuqing Zhu <carol.zhu@nxp.com>
---
 ...1.0-plugins-bad_%.bbappend => gstreamer1.0-plugins-bad_1.8.%.bbappend} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)
 rename recipes-multimedia/gstreamer/{gstreamer1.0-plugins-bad_%.bbappend => gstreamer1.0-plugins-bad_1.8.%.bbappend} (100%)

diff --git a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_%.bbappend b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.8.%.bbappend
similarity index 100%
rename from recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_%.bbappend
rename to recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.8.%.bbappend
-- 
1.9.1



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH v2 1/2] gstreamer1.0-plugins-base: Add version number into the name of bbappend file
  2016-12-08  5:38 ` [PATCH v2 1/2] gstreamer1.0-plugins-base: Add version number into the name of bbappend file Yuqing Zhu
@ 2016-12-15 15:43   ` Fabio Berton
  0 siblings, 0 replies; 4+ messages in thread
From: Fabio Berton @ 2016-12-15 15:43 UTC (permalink / raw)
  To: Yuqing Zhu; +Cc: meta-freescale

[-- Attachment #1: Type: text/plain, Size: 1336 bytes --]

Hi!

This commit breaks master branch, OE-Core updated gstreamer1.0 plugins to
version 1.10.1 and bitbake can't parse.

On Thu, Dec 8, 2016 at 3:38 AM, Yuqing Zhu <carol.zhu@nxp.com> wrote:

> The bbappend will only work on a specific version, or it may have some
> conflicts.
> Currently, it is for GST 1.8.
>
> And once the release is final, it does not update the Gstreamer version in
> poky.
> So it won't raise the parser error.
>
> Signed-off-by: Yuqing Zhu <carol.zhu@nxp.com>
> ---
>  ...0-plugins-base_%.bbappend => gstreamer1.0-plugins-base_1.8.%.bbappend}
> | 0
>  1 file changed, 0 insertions(+), 0 deletions(-)
>  rename recipes-multimedia/gstreamer/{gstreamer1.0-plugins-base_%.bbappend
> => gstreamer1.0-plugins-base_1.8.%.bbappend} (100%)
>
> diff --git a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_%.bbappend
> b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.8.%.bbappend
> similarity index 100%
> rename from recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_%.
> bbappend
> rename to recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.8.
> %.bbappend
> --
> 1.9.1
>
> --
> _______________________________________________
> meta-freescale mailing list
> meta-freescale@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-freescale
>

[-- Attachment #2: Type: text/html, Size: 2095 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-12-15 15:44 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-12-08  5:38 [PATCH v2 0/2] Add version number into the name of Gstreamer bbappend Yuqing Zhu
2016-12-08  5:38 ` [PATCH v2 1/2] gstreamer1.0-plugins-base: Add version number into the name of bbappend file Yuqing Zhu
2016-12-15 15:43   ` Fabio Berton
2016-12-08  5:38 ` [PATCH v2 2/2] gstreamer1.0-plugins-bad: " Yuqing Zhu

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.