* [oe-classic][PATCH 0/1] psplash: convert from svn.o-hand.com to git.yoctoproject.org
@ 2012-07-01 18:56 Apelete Seketeli
2012-07-01 18:56 ` [oe-classic][PATCH 1/1] " Apelete Seketeli
2012-07-01 19:04 ` [oe-classic][PATCH 0/1] " Khem Raj
0 siblings, 2 replies; 4+ messages in thread
From: Apelete Seketeli @ 2012-07-01 18:56 UTC (permalink / raw)
To: openembedded-devel; +Cc: Kristoffer Ericson
Hello,
The psplash recipes found in oe-classic were still relying on the
svn.o-hand.com repository. I converted them to use the
git.yoctoproject.org repository instead.
Please note that I chose do that conversion instead of simply rebasing
on the psplash_git.bb recipe found in oe-core because the oe-core
recipe was written to work with newer versions of bitbake that are not
compatible with oe-classic (versions beyond 1.12.0).
The patch that comes as a follow-up of this message is what it's all
about.
Apelete Seketeli (1):
psplash: convert from svn.o-hand.com to git.yoctoproject.org
recipes/psplash/psplash-angstrom_git.bb | 21 +++++++++++++++++++++
recipes/psplash/psplash-angstrom_svn.bb | 21 ---------------------
recipes/psplash/psplash-kaeilos_git.bb | 18 ++++++++++++++++++
recipes/psplash/psplash-kaeilos_svn.bb | 18 ------------------
recipes/psplash/psplash-omap3pandora_git.bb | 21 +++++++++++++++++++++
recipes/psplash/psplash-omap3pandora_svn.bb | 21 ---------------------
recipes/psplash/psplash-ti_git.bb | 22 ++++++++++++++++++++++
recipes/psplash/psplash-ti_svn.bb | 22 ----------------------
recipes/psplash/psplash.inc | 8 ++++----
recipes/psplash/psplash_git.bb | 20 ++++++++++++++++++++
recipes/psplash/psplash_svn.bb | 19 -------------------
11 files changed, 106 insertions(+), 105 deletions(-)
create mode 100644 recipes/psplash/psplash-angstrom_git.bb
delete mode 100644 recipes/psplash/psplash-angstrom_svn.bb
create mode 100644 recipes/psplash/psplash-kaeilos_git.bb
delete mode 100644 recipes/psplash/psplash-kaeilos_svn.bb
create mode 100644 recipes/psplash/psplash-omap3pandora_git.bb
delete mode 100644 recipes/psplash/psplash-omap3pandora_svn.bb
create mode 100644 recipes/psplash/psplash-ti_git.bb
delete mode 100644 recipes/psplash/psplash-ti_svn.bb
create mode 100644 recipes/psplash/psplash_git.bb
delete mode 100644 recipes/psplash/psplash_svn.bb
--
1.7.10
^ permalink raw reply [flat|nested] 4+ messages in thread
* [oe-classic][PATCH 1/1] psplash: convert from svn.o-hand.com to git.yoctoproject.org
2012-07-01 18:56 [oe-classic][PATCH 0/1] psplash: convert from svn.o-hand.com to git.yoctoproject.org Apelete Seketeli
@ 2012-07-01 18:56 ` Apelete Seketeli
2012-07-01 19:04 ` [oe-classic][PATCH 0/1] " Khem Raj
1 sibling, 0 replies; 4+ messages in thread
From: Apelete Seketeli @ 2012-07-01 18:56 UTC (permalink / raw)
To: openembedded-devel; +Cc: Kristoffer Ericson
Convert all psplash recipes from svn.o-hand.com to
git.yoctoproject.org since svn.o-hand.com seems to be down.
Signed-off-by: Apelete Seketeli <apelete@seketeli.net>
---
recipes/psplash/psplash-angstrom_git.bb | 21 +++++++++++++++++++++
recipes/psplash/psplash-angstrom_svn.bb | 21 ---------------------
recipes/psplash/psplash-kaeilos_git.bb | 18 ++++++++++++++++++
recipes/psplash/psplash-kaeilos_svn.bb | 18 ------------------
recipes/psplash/psplash-omap3pandora_git.bb | 21 +++++++++++++++++++++
recipes/psplash/psplash-omap3pandora_svn.bb | 21 ---------------------
recipes/psplash/psplash-ti_git.bb | 22 ++++++++++++++++++++++
recipes/psplash/psplash-ti_svn.bb | 22 ----------------------
recipes/psplash/psplash.inc | 8 ++++----
recipes/psplash/psplash_git.bb | 20 ++++++++++++++++++++
recipes/psplash/psplash_svn.bb | 19 -------------------
11 files changed, 106 insertions(+), 105 deletions(-)
create mode 100644 recipes/psplash/psplash-angstrom_git.bb
delete mode 100644 recipes/psplash/psplash-angstrom_svn.bb
create mode 100644 recipes/psplash/psplash-kaeilos_git.bb
delete mode 100644 recipes/psplash/psplash-kaeilos_svn.bb
create mode 100644 recipes/psplash/psplash-omap3pandora_git.bb
delete mode 100644 recipes/psplash/psplash-omap3pandora_svn.bb
create mode 100644 recipes/psplash/psplash-ti_git.bb
delete mode 100644 recipes/psplash/psplash-ti_svn.bb
create mode 100644 recipes/psplash/psplash_git.bb
delete mode 100644 recipes/psplash/psplash_svn.bb
diff --git a/recipes/psplash/psplash-angstrom_git.bb b/recipes/psplash/psplash-angstrom_git.bb
new file mode 100644
index 0000000..35441e4
--- /dev/null
+++ b/recipes/psplash/psplash-angstrom_git.bb
@@ -0,0 +1,21 @@
+require psplash.inc
+require psplash-ua.inc
+
+ALTERNATIVE_PRIORITY = "20"
+
+# You can create your own pslash-poky-img.h by doing
+# ./make-image-header.sh <file>.png POKY
+# and rename the resulting .h to pslash-poky-img.h (for the logo)
+# respectively psplash-bar-img.h (BAR) for the bar.
+# You might also want to patch the colors (see patch)
+
+SRC_URI = "git://git.yoctoproject.org/psplash;protocol=git \
+ file://psplash-18bpp.patch \
+ file://logo-math.patch \
+ file://psplash-poky-img.h \
+ file://psplash-bar-img.h \
+ file://psplash-default \
+ file://splashfuncs \
+ file://psplash-init"
+S = "${WORKDIR}/git"
+
diff --git a/recipes/psplash/psplash-angstrom_svn.bb b/recipes/psplash/psplash-angstrom_svn.bb
deleted file mode 100644
index 2667cc4..0000000
--- a/recipes/psplash/psplash-angstrom_svn.bb
+++ /dev/null
@@ -1,21 +0,0 @@
-require psplash.inc
-require psplash-ua.inc
-
-ALTERNATIVE_PRIORITY = "20"
-
-# You can create your own pslash-poky-img.h by doing
-# ./make-image-header.sh <file>.png POKY
-# and rename the resulting .h to pslash-poky-img.h (for the logo)
-# respectively psplash-bar-img.h (BAR) for the bar.
-# You might also want to patch the colors (see patch)
-
-SRC_URI = "svn://svn.o-hand.com/repos/misc/trunk;module=psplash;proto=http \
- file://psplash-18bpp.patch \
- file://logo-math.patch \
- file://psplash-poky-img.h \
- file://psplash-bar-img.h \
- file://psplash-default \
- file://splashfuncs \
- file://psplash-init"
-S = "${WORKDIR}/psplash"
-
diff --git a/recipes/psplash/psplash-kaeilos_git.bb b/recipes/psplash/psplash-kaeilos_git.bb
new file mode 100644
index 0000000..4e3474a
--- /dev/null
+++ b/recipes/psplash/psplash-kaeilos_git.bb
@@ -0,0 +1,18 @@
+require psplash.inc
+require psplash-ua.inc
+
+ALTERNATIVE_PRIORITY = "20"
+
+SRC_URI = "git://git.yoctoproject.org/psplash;protocol=git \
+ file://logo-math.patch \
+ file://psplash-poky-img.h \
+ file://psplash-bar-img.h \
+ file://psplash-default \
+ file://splashfuncs \
+ file://psplash-init \
+ file://psplash-18bpp.patch \
+ file://psplash-24bpp-BGR666.patch"
+
+S = "${WORKDIR}/git"
+
+
diff --git a/recipes/psplash/psplash-kaeilos_svn.bb b/recipes/psplash/psplash-kaeilos_svn.bb
deleted file mode 100644
index 9a40cc7..0000000
--- a/recipes/psplash/psplash-kaeilos_svn.bb
+++ /dev/null
@@ -1,18 +0,0 @@
-require psplash.inc
-require psplash-ua.inc
-
-ALTERNATIVE_PRIORITY = "20"
-
-SRC_URI = "svn://svn.o-hand.com/repos/misc/trunk;module=psplash;proto=http \
- file://logo-math.patch \
- file://psplash-poky-img.h \
- file://psplash-bar-img.h \
- file://psplash-default \
- file://splashfuncs \
- file://psplash-init \
- file://psplash-18bpp.patch \
- file://psplash-24bpp-BGR666.patch"
-
-S = "${WORKDIR}/psplash"
-
-
diff --git a/recipes/psplash/psplash-omap3pandora_git.bb b/recipes/psplash/psplash-omap3pandora_git.bb
new file mode 100644
index 0000000..c92aa75
--- /dev/null
+++ b/recipes/psplash/psplash-omap3pandora_git.bb
@@ -0,0 +1,21 @@
+require psplash.inc
+require psplash-ua.inc
+
+ALTERNATIVE_PRIORITY = "30"
+ALTERNATIVE_PRIORITY_omap3pandora = "5"
+
+# You can create your own pslash-poky-img.h by doing
+# ./make-image-header.sh <file>.png POKY
+# and rename the resulting .h to pslash-poky-img.h (for the logo)
+# respectively psplash-bar-img.h (BAR) for the bar.
+# You might also want to patch the colors (see patch)
+
+SRC_URI = "git://git.yoctoproject.org/psplash;protocol=git \
+ file://logo-math.patch \
+ file://psplash-poky-img.h \
+ file://psplash-bar-img.h \
+ file://psplash-default \
+ file://splashfuncs \
+ file://psplash-init"
+S = "${WORKDIR}/git"
+
diff --git a/recipes/psplash/psplash-omap3pandora_svn.bb b/recipes/psplash/psplash-omap3pandora_svn.bb
deleted file mode 100644
index 120679b..0000000
--- a/recipes/psplash/psplash-omap3pandora_svn.bb
+++ /dev/null
@@ -1,21 +0,0 @@
-require psplash.inc
-require psplash-ua.inc
-
-ALTERNATIVE_PRIORITY = "30"
-ALTERNATIVE_PRIORITY_omap3pandora = "5"
-
-# You can create your own pslash-poky-img.h by doing
-# ./make-image-header.sh <file>.png POKY
-# and rename the resulting .h to pslash-poky-img.h (for the logo)
-# respectively psplash-bar-img.h (BAR) for the bar.
-# You might also want to patch the colors (see patch)
-
-SRC_URI = "svn://svn.o-hand.com/repos/misc/trunk;module=psplash;proto=http \
- file://logo-math.patch \
- file://psplash-poky-img.h \
- file://psplash-bar-img.h \
- file://psplash-default \
- file://splashfuncs \
- file://psplash-init"
-S = "${WORKDIR}/psplash"
-
diff --git a/recipes/psplash/psplash-ti_git.bb b/recipes/psplash/psplash-ti_git.bb
new file mode 100644
index 0000000..a49df17
--- /dev/null
+++ b/recipes/psplash/psplash-ti_git.bb
@@ -0,0 +1,22 @@
+require psplash.inc
+require psplash-ua.inc
+
+ALTERNATIVE_PRIORITY = "20"
+
+# You can create your own pslash-poky-img.h by doing
+# ./make-image-header.sh <file>.png POKY
+# and rename the resulting .h to pslash-poky-img.h (for the logo)
+# respectively psplash-bar-img.h (BAR) for the bar.
+# You might also want to patch the colors (see patch)
+
+SRC_URI = "git://git.yoctoproject.org/psplash;protocol=git \
+ file://psplash-18bpp.patch \
+ file://logo-math.patch \
+ file://0001-configurability-for-rev-422.patch \
+ file://psplash-poky-img.h \
+ file://psplash-bar-img.h \
+ file://psplash-default \
+ file://splashfuncs \
+ file://psplash-init"
+S = "${WORKDIR}/git"
+
diff --git a/recipes/psplash/psplash-ti_svn.bb b/recipes/psplash/psplash-ti_svn.bb
deleted file mode 100644
index b754d09..0000000
--- a/recipes/psplash/psplash-ti_svn.bb
+++ /dev/null
@@ -1,22 +0,0 @@
-require psplash.inc
-require psplash-ua.inc
-
-ALTERNATIVE_PRIORITY = "20"
-
-# You can create your own pslash-poky-img.h by doing
-# ./make-image-header.sh <file>.png POKY
-# and rename the resulting .h to pslash-poky-img.h (for the logo)
-# respectively psplash-bar-img.h (BAR) for the bar.
-# You might also want to patch the colors (see patch)
-
-SRC_URI = "svn://svn.o-hand.com/repos/misc/trunk;module=psplash;proto=http \
- file://psplash-18bpp.patch \
- file://logo-math.patch \
- file://0001-configurability-for-rev-422.patch \
- file://psplash-poky-img.h \
- file://psplash-bar-img.h \
- file://psplash-default \
- file://splashfuncs \
- file://psplash-init"
-S = "${WORKDIR}/psplash"
-
diff --git a/recipes/psplash/psplash.inc b/recipes/psplash/psplash.inc
index 2d999d1..1791edc 100644
--- a/recipes/psplash/psplash.inc
+++ b/recipes/psplash/psplash.inc
@@ -1,14 +1,14 @@
DESCRIPTION = "Userspace framebuffer boot logo based on usplash."
-HOMEPAGE = "http://projects.o-hand.com/psplash"
+HOMEPAGE = "http://git.yoctoproject.org/cgit/cgit.cgi/psplash"
SECTION = "base"
LICENSE = "GPLv2+"
PROVIDES = "virtual/psplash"
RPROVIDES_${PN} = "virtual-psplash"
RCONFLICTS_${PN} = "exquisite"
-SRCREV = "422"
-PV = "0.0+svnr${SRCPV}"
-PR = "r34"
+SRCREV = "d8ebee6f2b14d72b69bd37f1ea7e64e936a24695"
+PV = "0.1+git${SRCPV}"
+PR = "r0"
# You can create your own pslash-poky-img.h by doing
# ./make-image-header.sh <file>.png POKY
diff --git a/recipes/psplash/psplash_git.bb b/recipes/psplash/psplash_git.bb
new file mode 100644
index 0000000..4d95ef5
--- /dev/null
+++ b/recipes/psplash/psplash_git.bb
@@ -0,0 +1,20 @@
+require psplash.inc
+require psplash-ua.inc
+
+ALTERNATIVE_PRIORITY = "10"
+
+SRC_URI = "git://git.yoctoproject.org/psplash;protocol=git \
+ file://psplash-poky-img.h \
+ file://psplash-bar-img.h \
+ file://psplash-default \
+ file://splashfuncs \
+ file://psplash-init"
+
+S = "${WORKDIR}/git"
+
+# This really should be default, but due yo openmoko hack below, can't be easily
+SRC_URI_append_angstrom = " file://logo-math.patch "
+SRC_URI_append_jlime = " file://configurability.patch file://progress-color.patch "
+SRC_URI_append_openmoko = " file://configurability.patch "
+SRC_URI_append_boc01 = " file://psplash_grayscale.patch "
+
diff --git a/recipes/psplash/psplash_svn.bb b/recipes/psplash/psplash_svn.bb
deleted file mode 100644
index ea7a7b7..0000000
--- a/recipes/psplash/psplash_svn.bb
+++ /dev/null
@@ -1,19 +0,0 @@
-require psplash.inc
-require psplash-ua.inc
-
-ALTERNATIVE_PRIORITY = "10"
-
-SRC_URI = "svn://svn.o-hand.com/repos/misc/trunk;module=psplash;proto=http \
- file://psplash-poky-img.h \
- file://psplash-bar-img.h \
- file://psplash-default \
- file://splashfuncs \
- file://psplash-init"
-S = "${WORKDIR}/psplash"
-
-# This really should be default, but due yo openmoko hack below, can't be easily
-SRC_URI_append_angstrom = " file://logo-math.patch "
-SRC_URI_append_jlime = " file://configurability.patch file://progress-color.patch "
-SRC_URI_append_openmoko = " file://configurability.patch "
-SRC_URI_append_boc01 = " file://psplash_grayscale.patch "
-
--
1.7.10
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [oe-classic][PATCH 0/1] psplash: convert from svn.o-hand.com to git.yoctoproject.org
2012-07-01 18:56 [oe-classic][PATCH 0/1] psplash: convert from svn.o-hand.com to git.yoctoproject.org Apelete Seketeli
2012-07-01 18:56 ` [oe-classic][PATCH 1/1] " Apelete Seketeli
@ 2012-07-01 19:04 ` Khem Raj
2012-07-04 21:40 ` Apelete Seketeli
1 sibling, 1 reply; 4+ messages in thread
From: Khem Raj @ 2012-07-01 19:04 UTC (permalink / raw)
To: openembedded-devel
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On 7/1/2012 11:56 AM, Apelete Seketeli wrote:
> Hello,
>
> The psplash recipes found in oe-classic were still relying on the
> svn.o-hand.com repository. I converted them to use the
> git.yoctoproject.org repository instead.
>
> Please note that I chose do that conversion instead of simply
> rebasing on the psplash_git.bb recipe found in oe-core because the
> oe-core recipe was written to work with newer versions of bitbake
> that are not compatible with oe-classic (versions beyond 1.12.0).
>
> The patch that comes as a follow-up of this message is what it's
> all about.
Apelete
Thanks for all your patches. Could you rebase all your patches against
2011.03 branch and send a pull request for that maintenance branch since
it will be of interest to that branch
Thx
- -Khem
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
iEYEARECAAYFAk/wnyQACgkQuwUzVZGdMxTkHgCdFY590Hw/pJL9lNcdODM6yNc7
aqMAn2MCZ9ltaq6Vm4UIVm1RmnwQdxzc
=ToCw
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [oe-classic][PATCH 0/1] psplash: convert from svn.o-hand.com to git.yoctoproject.org
2012-07-01 19:04 ` [oe-classic][PATCH 0/1] " Khem Raj
@ 2012-07-04 21:40 ` Apelete Seketeli
0 siblings, 0 replies; 4+ messages in thread
From: Apelete Seketeli @ 2012-07-04 21:40 UTC (permalink / raw)
To: openembedded-devel
Hi Khem,
Le 01-Jul-12, Khem Raj a écrit:
>
> Apelete
>
> Thanks for all your patches. Could you rebase all your patches against
> 2011.03 branch and send a pull request for that maintenance branch since
> it will be of interest to that branch
>
> Thx
> - -Khem
Thanks for the advice.
I rebased all the patches I have sent to the mailing list,
unfortunately I discovered new issues while doing a test bake of the
muffinman-image all these patches were fixing.
I am fixing these new issues now. I will send the appropriate patches
as usual and then do the pull request once I succeeded in baking
muffinman-image from 2011.03-maintenance branch, unless you think I
should proceed otherwise.
Cheers.
--
Apelete
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2012-07-04 21:51 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-01 18:56 [oe-classic][PATCH 0/1] psplash: convert from svn.o-hand.com to git.yoctoproject.org Apelete Seketeli
2012-07-01 18:56 ` [oe-classic][PATCH 1/1] " Apelete Seketeli
2012-07-01 19:04 ` [oe-classic][PATCH 0/1] " Khem Raj
2012-07-04 21:40 ` Apelete Seketeli
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.