From f9611c025109a3e0d6cebf12f49ae24c97759c09 Mon Sep 17 00:00:00 2001 From: Apelete Seketeli Date: Sun, 1 Jul 2012 20:56:23 +0200 Subject: psplash: convert from svn.o-hand.com to git.yoctoproject.org 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 --- recipes/psplash/psplash-angstrom_git.bb | 20 ++++++++++++++++++++ recipes/psplash/psplash-angstrom_svn.bb | 21 --------------------- recipes/psplash/psplash-kaeilos_git.bb | 16 ++++++++++++++++ recipes/psplash/psplash-kaeilos_svn.bb | 18 ------------------ recipes/psplash/psplash-omap3pandora_git.bb | 20 ++++++++++++++++++++ recipes/psplash/psplash-omap3pandora_svn.bb | 21 --------------------- recipes/psplash/psplash-ti_git.bb | 21 +++++++++++++++++++++ recipes/psplash/psplash-ti_svn.bb | 22 ---------------------- recipes/psplash/psplash.inc | 8 ++++---- recipes/psplash/psplash_git.bb | 18 ++++++++++++++++++ recipes/psplash/psplash_svn.bb | 19 ------------------- 11 files changed, 99 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 (limited to 'recipes') diff --git a/recipes/psplash/psplash-angstrom_git.bb b/recipes/psplash/psplash-angstrom_git.bb new file mode 100644 index 0000000000..a68b957474 --- /dev/null +++ b/recipes/psplash/psplash-angstrom_git.bb @@ -0,0 +1,20 @@ +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 .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 2667cc456d..0000000000 --- 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 .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 0000000000..6993aebe51 --- /dev/null +++ b/recipes/psplash/psplash-kaeilos_git.bb @@ -0,0 +1,16 @@ +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 9a40cc71e1..0000000000 --- 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 0000000000..c0e861030e --- /dev/null +++ b/recipes/psplash/psplash-omap3pandora_git.bb @@ -0,0 +1,20 @@ +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 .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 120679b562..0000000000 --- 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 .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 0000000000..9069daaab7 --- /dev/null +++ b/recipes/psplash/psplash-ti_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 .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 b754d098a8..0000000000 --- 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 .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 2d999d150d..1791edc5a5 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 .png POKY diff --git a/recipes/psplash/psplash_git.bb b/recipes/psplash/psplash_git.bb new file mode 100644 index 0000000000..49e8e7e647 --- /dev/null +++ b/recipes/psplash/psplash_git.bb @@ -0,0 +1,18 @@ +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 ea7a7b7404..0000000000 --- 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 " - -- cgit 1.2.3-korg