* [meta-raspberrypi][PATCH] Remove uses of PRINC
@ 2014-05-02 15:46 Paul Barker
2014-05-08 18:04 ` Andrei Gherzan
0 siblings, 1 reply; 2+ messages in thread
From: Paul Barker @ 2014-05-02 15:46 UTC (permalink / raw)
To: yocto
PRINC is now obsolete and the PR Service should be used instead to keep PR
values incrementing on change.
A patch has also been submitted to openembedded-core to bump the appropriate PR
values so that PR doesn't move backwards. This patch should only be applied
after that patch, and only to branches which include that patch (ie. if that
patch doesn't go into daisy in oe-core, this patch shouldn't go into daisy in
meta-raspberrypi).
Signed-off-by: Paul Barker <paul@paulbarker.me.uk>
---
recipes-bsp/formfactor/formfactor_0.0.bbappend | 1 -
recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend | 3 ---
2 files changed, 4 deletions(-)
diff --git a/recipes-bsp/formfactor/formfactor_0.0.bbappend b/recipes-bsp/formfactor/formfactor_0.0.bbappend
index 0003480..72d991c 100644
--- a/recipes-bsp/formfactor/formfactor_0.0.bbappend
+++ b/recipes-bsp/formfactor/formfactor_0.0.bbappend
@@ -1,2 +1 @@
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
-PRINC = "1"
diff --git a/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend b/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend
index 3e86645..e37f942 100644
--- a/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend
+++ b/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend
@@ -1,8 +1,5 @@
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
-# Don't forget to bump PRINC if you update the extra files.
-PRINC := "${@int(PRINC) + 5}"
-
THISDIR := "${@os.path.dirname(bb.data.getVar('FILE', d, True))}"
FILESPATH =. "${@base_set_filespath(["${THISDIR}/${PN}"], d)}:"
--
1.9.2
^ permalink raw reply related [flat|nested] 2+ messages in thread* Re: [meta-raspberrypi][PATCH] Remove uses of PRINC
2014-05-02 15:46 [meta-raspberrypi][PATCH] Remove uses of PRINC Paul Barker
@ 2014-05-08 18:04 ` Andrei Gherzan
0 siblings, 0 replies; 2+ messages in thread
From: Andrei Gherzan @ 2014-05-08 18:04 UTC (permalink / raw)
To: Paul Barker; +Cc: yocto
On Fri, May 02, 2014 at 03:46:44PM +0000, Paul Barker wrote:
> PRINC is now obsolete and the PR Service should be used instead to keep PR
> values incrementing on change.
>
> A patch has also been submitted to openembedded-core to bump the appropriate PR
> values so that PR doesn't move backwards. This patch should only be applied
> after that patch, and only to branches which include that patch (ie. if that
> patch doesn't go into daisy in oe-core, this patch shouldn't go into daisy in
> meta-raspberrypi).
>
> Signed-off-by: Paul Barker <paul@paulbarker.me.uk>
> ---
> recipes-bsp/formfactor/formfactor_0.0.bbappend | 1 -
> recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend | 3 ---
> 2 files changed, 4 deletions(-)
>
> diff --git a/recipes-bsp/formfactor/formfactor_0.0.bbappend b/recipes-bsp/formfactor/formfactor_0.0.bbappend
> index 0003480..72d991c 100644
> --- a/recipes-bsp/formfactor/formfactor_0.0.bbappend
> +++ b/recipes-bsp/formfactor/formfactor_0.0.bbappend
> @@ -1,2 +1 @@
> FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
> -PRINC = "1"
> diff --git a/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend b/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend
> index 3e86645..e37f942 100644
> --- a/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend
> +++ b/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend
> @@ -1,8 +1,5 @@
> FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
>
> -# Don't forget to bump PRINC if you update the extra files.
> -PRINC := "${@int(PRINC) + 5}"
> -
> THISDIR := "${@os.path.dirname(bb.data.getVar('FILE', d, True))}"
> FILESPATH =. "${@base_set_filespath(["${THISDIR}/${PN}"], d)}:"
>
Merged. Thanks.
--
Andrei Gherzan
m: +40.744.478.414 | f: +40.31.816.28.12
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-05-08 18:05 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-02 15:46 [meta-raspberrypi][PATCH] Remove uses of PRINC Paul Barker
2014-05-08 18:04 ` Andrei Gherzan
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.