* [PATCH v3 0/3] *** SUBJECT HERE ***
@ 2012-01-30 17:14 Steve Sakoman
2012-01-30 17:14 ` [PATCH v3 1/3] libksba: add recipe for 1.2.0 Steve Sakoman
` (3 more replies)
0 siblings, 4 replies; 12+ messages in thread
From: Steve Sakoman @ 2012-01-30 17:14 UTC (permalink / raw)
To: openembedded-core; +Cc: Steve Sakoman
The current zypper implementation does not work with signed repositories.
This patch series adds recipes for the required packages as well as the
necessary runtime dependencies to zypper.
Tested on Gumstix Overo (OMAP3) with meta-openembedded layer enabled and
a systemd based console image.
Version 3 incorporates feedback from Koen Kooi and Saul Wold
- adds runtime dependencies to existing RDEPENDS_${PN}
- removes duplicate recipe for libassuan
- moves recipes for gnupg and libksba to recipes-support
Steve Sakoman (3):
libksba: add recipe for 1.2.0
gnupg: add recipe for 2.0.18
zypper: add missing runtime dependences on gzip and gnupg
meta/recipes-extended/zypper/zypper_git.bb | 4 ++--
meta/recipes-support/gnupg/gnupg_2.0.18.bb | 24 ++++++++++++++++++++++++
meta/recipes-support/libksba/libksba_1.2.0.bb | 10 ++++++++++
3 files changed, 36 insertions(+), 2 deletions(-)
create mode 100644 meta/recipes-support/gnupg/gnupg_2.0.18.bb
create mode 100644 meta/recipes-support/libksba/libksba_1.2.0.bb
^ permalink raw reply [flat|nested] 12+ messages in thread
* [PATCH v3 1/3] libksba: add recipe for 1.2.0
2012-01-30 17:14 [PATCH v3 0/3] *** SUBJECT HERE *** Steve Sakoman
@ 2012-01-30 17:14 ` Steve Sakoman
2012-01-30 17:14 ` [PATCH v3 2/3] gnupg: add recipe for 2.0.18 Steve Sakoman
` (2 subsequent siblings)
3 siblings, 0 replies; 12+ messages in thread
From: Steve Sakoman @ 2012-01-30 17:14 UTC (permalink / raw)
To: openembedded-core; +Cc: Steve Sakoman
Libksba provides an easy API to create and parse X.509 and CMS related objects
and is required for gnupg
Signed-off-by: Steve Sakoman <steve@sakoman.com>
---
meta/recipes-support/libksba/libksba_1.2.0.bb | 10 ++++++++++
1 files changed, 10 insertions(+), 0 deletions(-)
create mode 100644 meta/recipes-support/libksba/libksba_1.2.0.bb
diff --git a/meta/recipes-support/libksba/libksba_1.2.0.bb b/meta/recipes-support/libksba/libksba_1.2.0.bb
new file mode 100644
index 0000000..876eedc
--- /dev/null
+++ b/meta/recipes-support/libksba/libksba_1.2.0.bb
@@ -0,0 +1,10 @@
+DESCRIPTION = " Libksba provides an easy API to create and parse X.509 and CMS related objects"
+LICENSE = "GPLv3+"
+LIC_FILES_CHKSUM = "file://COPYING;md5=f27defe1e96c2e1ecd4e0c9be8967949"
+
+inherit autotools binconfig
+
+SRC_URI = "ftp://ftp.gnupg.org/gcrypt/${PN}/${PN}-${PV}.tar.bz2"
+
+SRC_URI[md5sum] = "e797f370b69b4dc776499d6a071ae137"
+SRC_URI[sha256sum] = "09afce65b03d027cbec10d21464f4f651cdfd269e38b404f83e48d3e2a3c934b"
--
1.7.1
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [PATCH v3 2/3] gnupg: add recipe for 2.0.18
2012-01-30 17:14 [PATCH v3 0/3] *** SUBJECT HERE *** Steve Sakoman
2012-01-30 17:14 ` [PATCH v3 1/3] libksba: add recipe for 1.2.0 Steve Sakoman
@ 2012-01-30 17:14 ` Steve Sakoman
2012-01-30 20:09 ` Anders Darander
2012-01-30 17:14 ` [PATCH v3 3/3] zypper: add missing runtime dependences on gzip and gnupg Steve Sakoman
2012-01-30 17:17 ` [PATCH v3 0/3] *** SUBJECT HERE *** Steve Sakoman
3 siblings, 1 reply; 12+ messages in thread
From: Steve Sakoman @ 2012-01-30 17:14 UTC (permalink / raw)
To: openembedded-core; +Cc: Steve Sakoman
GnuPG 2.0 is the new modularized version of GnuPG supporting OpenPGP and S/MIME
Signed-off-by: Steve Sakoman <steve@sakoman.com>
---
meta/recipes-support/gnupg/gnupg_2.0.18.bb | 24 ++++++++++++++++++++++++
1 files changed, 24 insertions(+), 0 deletions(-)
create mode 100644 meta/recipes-support/gnupg/gnupg_2.0.18.bb
diff --git a/meta/recipes-support/gnupg/gnupg_2.0.18.bb b/meta/recipes-support/gnupg/gnupg_2.0.18.bb
new file mode 100644
index 0000000..c56f3d5
--- /dev/null
+++ b/meta/recipes-support/gnupg/gnupg_2.0.18.bb
@@ -0,0 +1,24 @@
+DESCRIPTION = "gnupg - GNU privacy guard"
+LICENSE = "GPLv2+"
+LIC_FILES_CHKSUM = "file://COPYING;md5=f27defe1e96c2e1ecd4e0c9be8967949"
+
+DEPENDS = "pth libassuan libksba zlib bzip2 readline"
+
+inherit autotools gettext
+
+SRC_URI = "ftp://ftp.gnupg.org/gcrypt/gnupg/gnupg-${PV}.tar.bz2"
+
+SRC_URI[md5sum] = "2f37e0722666a0fedbe4d9f9227ac4d7"
+SRC_URI[sha256sum] = "48aedd762ca443fb952a9e859efe3c66706d7c2c9c77c32dbdbac4fe962dae5b"
+
+S = "${WORKDIR}/gnupg-${PV}"
+
+EXTRA_OECONF = "--disable-ldap \
+ --with-zlib=${STAGING_LIBDIR}/.. \
+ --with-bzip2=${STAGING_LIBDIR}/.. \
+ --with-readline=${STAGING_LIBDIR}/.. \
+ "
+
+do_install_append() {
+ ln -sf gpg2 ${D}${bindir}/gpg
+}
--
1.7.1
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [PATCH v3 3/3] zypper: add missing runtime dependences on gzip and gnupg
2012-01-30 17:14 [PATCH v3 0/3] *** SUBJECT HERE *** Steve Sakoman
2012-01-30 17:14 ` [PATCH v3 1/3] libksba: add recipe for 1.2.0 Steve Sakoman
2012-01-30 17:14 ` [PATCH v3 2/3] gnupg: add recipe for 2.0.18 Steve Sakoman
@ 2012-01-30 17:14 ` Steve Sakoman
2012-01-30 17:17 ` [PATCH v3 0/3] *** SUBJECT HERE *** Steve Sakoman
3 siblings, 0 replies; 12+ messages in thread
From: Steve Sakoman @ 2012-01-30 17:14 UTC (permalink / raw)
To: openembedded-core; +Cc: Steve Sakoman
gzip is required to uncompress repository files
gnupg is required for the support of signed repositories.
Signed-off-by: Steve Sakoman <steve@sakoman.com>
---
meta/recipes-extended/zypper/zypper_git.bb | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/meta/recipes-extended/zypper/zypper_git.bb b/meta/recipes-extended/zypper/zypper_git.bb
index e5963be..bb456fe 100644
--- a/meta/recipes-extended/zypper/zypper_git.bb
+++ b/meta/recipes-extended/zypper/zypper_git.bb
@@ -5,7 +5,7 @@ LICENSE = "GPLv2+"
LIC_FILES_CHKSUM = "file://COPYING;md5=3201406e350b39e05a82e28b5020f413"
DEPENDS = "libzypp augeas"
-PR = "r1"
+PR = "r2"
SRCREV = "2c5bb6ceb99ecd950ef993e43d77bf0569ea0582"
inherit cmake
@@ -20,7 +20,7 @@ S = "${WORKDIR}/git"
PV = "1.5.3-git${SRCPV}"
-RDEPENDS_${PN} = "rpm-libs"
+RDEPENDS_${PN} = "rpm-libs gzip gnupg"
RRECOMMENDS_${PN} = "procps util-linux-uuidgen"
PACKAGE_ARCH = "${MACHINE_ARCH}"
--
1.7.1
^ permalink raw reply related [flat|nested] 12+ messages in thread
* Re: [PATCH v3 0/3] *** SUBJECT HERE ***
2012-01-30 17:14 [PATCH v3 0/3] *** SUBJECT HERE *** Steve Sakoman
` (2 preceding siblings ...)
2012-01-30 17:14 ` [PATCH v3 3/3] zypper: add missing runtime dependences on gzip and gnupg Steve Sakoman
@ 2012-01-30 17:17 ` Steve Sakoman
2012-01-31 19:28 ` Darren Hart
3 siblings, 1 reply; 12+ messages in thread
From: Steve Sakoman @ 2012-01-30 17:17 UTC (permalink / raw)
To: openembedded-core
Sigh, my morning for screw-ups. Time for another cup of coffee . . .
The subject should be: 'zypper: support signed repositories' rather
than '***SUBJECT HERE***' :-)
Steve
On Mon, Jan 30, 2012 at 9:14 AM, Steve Sakoman <steve@sakoman.com> wrote:
> The current zypper implementation does not work with signed repositories.
> This patch series adds recipes for the required packages as well as the
> necessary runtime dependencies to zypper.
>
> Tested on Gumstix Overo (OMAP3) with meta-openembedded layer enabled and
> a systemd based console image.
>
> Version 3 incorporates feedback from Koen Kooi and Saul Wold
> - adds runtime dependencies to existing RDEPENDS_${PN}
> - removes duplicate recipe for libassuan
> - moves recipes for gnupg and libksba to recipes-support
>
> Steve Sakoman (3):
> libksba: add recipe for 1.2.0
> gnupg: add recipe for 2.0.18
> zypper: add missing runtime dependences on gzip and gnupg
>
> meta/recipes-extended/zypper/zypper_git.bb | 4 ++--
> meta/recipes-support/gnupg/gnupg_2.0.18.bb | 24 ++++++++++++++++++++++++
> meta/recipes-support/libksba/libksba_1.2.0.bb | 10 ++++++++++
> 3 files changed, 36 insertions(+), 2 deletions(-)
> create mode 100644 meta/recipes-support/gnupg/gnupg_2.0.18.bb
> create mode 100644 meta/recipes-support/libksba/libksba_1.2.0.bb
>
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [PATCH v3 2/3] gnupg: add recipe for 2.0.18
2012-01-30 17:14 ` [PATCH v3 2/3] gnupg: add recipe for 2.0.18 Steve Sakoman
@ 2012-01-30 20:09 ` Anders Darander
2012-01-30 20:29 ` Steve Sakoman
0 siblings, 1 reply; 12+ messages in thread
From: Anders Darander @ 2012-01-30 20:09 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer; +Cc: Steve Sakoman
* Steve Sakoman <steve@sakoman.com> [120130 20:20]:
> GnuPG 2.0 is the new modularized version of GnuPG supporting OpenPGP and S/MIME
> diff --git a/meta/recipes-support/gnupg/gnupg_2.0.18.bb b/meta/recipes-support/gnupg/gnupg_2.0.18.bb
> new file mode 100644
> index 0000000..c56f3d5
> --- /dev/null
> +++ b/meta/recipes-support/gnupg/gnupg_2.0.18.bb
> @@ -0,0 +1,24 @@
> +DESCRIPTION = "gnupg - GNU privacy guard"
> +LICENSE = "GPLv2+"
Are you sure about this?
Looking at git.gnupg.org, this ought to be GPLv3+...
You'll have to go back to gnupg 1.4.7, or at least a git checkout
between 1.4.7 and 1.4.8, to get GPLvv2+... But such an addition would
also be nice!
Cheers,
Anders
--
Anders Darander
ChargeStorm AB / eStorm AB
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [PATCH v3 2/3] gnupg: add recipe for 2.0.18
2012-01-30 20:09 ` Anders Darander
@ 2012-01-30 20:29 ` Steve Sakoman
0 siblings, 0 replies; 12+ messages in thread
From: Steve Sakoman @ 2012-01-30 20:29 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer, Steve Sakoman
On Mon, Jan 30, 2012 at 12:09 PM, Anders Darander <anders@chargestorm.se> wrote:
> * Steve Sakoman <steve@sakoman.com> [120130 20:20]:
>> GnuPG 2.0 is the new modularized version of GnuPG supporting OpenPGP and S/MIME
>
>> diff --git a/meta/recipes-support/gnupg/gnupg_2.0.18.bb b/meta/recipes-support/gnupg/gnupg_2.0.18.bb
>> new file mode 100644
>> index 0000000..c56f3d5
>> --- /dev/null
>> +++ b/meta/recipes-support/gnupg/gnupg_2.0.18.bb
>> @@ -0,0 +1,24 @@
>> +DESCRIPTION = "gnupg - GNU privacy guard"
>> +LICENSE = "GPLv2+"
>
> Are you sure about this?
>
> Looking at git.gnupg.org, this ought to be GPLv3+...
Fixed in next version. Thanks!
Steve
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [PATCH v3 0/3] *** SUBJECT HERE ***
2012-01-30 17:17 ` [PATCH v3 0/3] *** SUBJECT HERE *** Steve Sakoman
@ 2012-01-31 19:28 ` Darren Hart
2012-02-01 4:16 ` Steve Sakoman
0 siblings, 1 reply; 12+ messages in thread
From: Darren Hart @ 2012-01-31 19:28 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer; +Cc: Steve Sakoman
Did you send this using the send-pull-request script? I assume not as
this was to oe-core and not yocto, but if you did, I want to know as it
should protect against -ENOCOFFEEYET errors such as these.
For whatever it's worth, I use this script for all my projects now to
help avoid situations like this which I have fallen into more times than
I care to admit :-)
--
Darren
On 01/30/2012 09:17 AM, Steve Sakoman wrote:
> Sigh, my morning for screw-ups. Time for another cup of coffee . . .
>
> The subject should be: 'zypper: support signed repositories' rather
> than '***SUBJECT HERE***' :-)
>
> Steve
>
> On Mon, Jan 30, 2012 at 9:14 AM, Steve Sakoman <steve@sakoman.com> wrote:
>> The current zypper implementation does not work with signed repositories.
>> This patch series adds recipes for the required packages as well as the
>> necessary runtime dependencies to zypper.
>>
>> Tested on Gumstix Overo (OMAP3) with meta-openembedded layer enabled and
>> a systemd based console image.
>>
>> Version 3 incorporates feedback from Koen Kooi and Saul Wold
>> - adds runtime dependencies to existing RDEPENDS_${PN}
>> - removes duplicate recipe for libassuan
>> - moves recipes for gnupg and libksba to recipes-support
>>
>> Steve Sakoman (3):
>> libksba: add recipe for 1.2.0
>> gnupg: add recipe for 2.0.18
>> zypper: add missing runtime dependences on gzip and gnupg
>>
>> meta/recipes-extended/zypper/zypper_git.bb | 4 ++--
>> meta/recipes-support/gnupg/gnupg_2.0.18.bb | 24 ++++++++++++++++++++++++
>> meta/recipes-support/libksba/libksba_1.2.0.bb | 10 ++++++++++
>> 3 files changed, 36 insertions(+), 2 deletions(-)
>> create mode 100644 meta/recipes-support/gnupg/gnupg_2.0.18.bb
>> create mode 100644 meta/recipes-support/libksba/libksba_1.2.0.bb
>>
>
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
--
Darren Hart
Intel Open Source Technology Center
Yocto Project - Linux Kernel
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [PATCH v3 0/3] *** SUBJECT HERE ***
2012-01-31 19:28 ` Darren Hart
@ 2012-02-01 4:16 ` Steve Sakoman
2012-02-01 5:28 ` Wang, Shane
2012-02-01 6:53 ` Darren Hart
0 siblings, 2 replies; 12+ messages in thread
From: Steve Sakoman @ 2012-02-01 4:16 UTC (permalink / raw)
To: Darren Hart; +Cc: Patches and discussions about the oe-core layer
On Tue, Jan 31, 2012 at 11:28 AM, Darren Hart <dvhart@linux.intel.com> wrote:
> Did you send this using the send-pull-request script? I assume not as
> this was to oe-core and not yocto, but if you did, I want to know as it
> should protect against -ENOCOFFEEYET errors such as these.
No, I used git send-email.
I'm not familiar with the send-pull-request script. I wouldn't have
guessed from the name that it is a mailing list patch submission
script. Is it hardwired to the yocto list?
> For whatever it's worth, I use this script for all my projects now to
> help avoid situations like this which I have fallen into more times than
> I care to admit :-)
Indeed, I very often catch myself forgetting to add the subject to the
cover letter! I'll have to investigate using the send-pull-request
script.
Steve
> On 01/30/2012 09:17 AM, Steve Sakoman wrote:
>> Sigh, my morning for screw-ups. Time for another cup of coffee . . .
>>
>> The subject should be: 'zypper: support signed repositories' rather
>> than '***SUBJECT HERE***' :-)
>>
>> Steve
>>
>> On Mon, Jan 30, 2012 at 9:14 AM, Steve Sakoman <steve@sakoman.com> wrote:
>>> The current zypper implementation does not work with signed repositories.
>>> This patch series adds recipes for the required packages as well as the
>>> necessary runtime dependencies to zypper.
>>>
>>> Tested on Gumstix Overo (OMAP3) with meta-openembedded layer enabled and
>>> a systemd based console image.
>>>
>>> Version 3 incorporates feedback from Koen Kooi and Saul Wold
>>> - adds runtime dependencies to existing RDEPENDS_${PN}
>>> - removes duplicate recipe for libassuan
>>> - moves recipes for gnupg and libksba to recipes-support
>>>
>>> Steve Sakoman (3):
>>> libksba: add recipe for 1.2.0
>>> gnupg: add recipe for 2.0.18
>>> zypper: add missing runtime dependences on gzip and gnupg
>>>
>>> meta/recipes-extended/zypper/zypper_git.bb | 4 ++--
>>> meta/recipes-support/gnupg/gnupg_2.0.18.bb | 24 ++++++++++++++++++++++++
>>> meta/recipes-support/libksba/libksba_1.2.0.bb | 10 ++++++++++
>>> 3 files changed, 36 insertions(+), 2 deletions(-)
>>> create mode 100644 meta/recipes-support/gnupg/gnupg_2.0.18.bb
>>> create mode 100644 meta/recipes-support/libksba/libksba_1.2.0.bb
>>>
>>
>> _______________________________________________
>> Openembedded-core mailing list
>> Openembedded-core@lists.openembedded.org
>> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
>
> --
> Darren Hart
> Intel Open Source Technology Center
> Yocto Project - Linux Kernel
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [PATCH v3 0/3] *** SUBJECT HERE ***
2012-02-01 4:16 ` Steve Sakoman
@ 2012-02-01 5:28 ` Wang, Shane
2012-02-01 6:57 ` Darren Hart
2012-02-01 6:53 ` Darren Hart
1 sibling, 1 reply; 12+ messages in thread
From: Wang, Shane @ 2012-02-01 5:28 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer, Darren Hart
Here is my example of the steps after you source the environment and "git push" to poky-contrib.
Run: create-pull-request -b shane/typo -u origin-pc3 -r 238a47d800446996f5cb9929f33aaaffe618f7b6 -s "fix the typos for package report system"
Edit: the pull-3635/0000-XXXX file
Run: send-pull-request -p pull-3635 -t openembedded-core@lists.openembedded.org
--
Shane
Steve Sakoman wrote on 2012-02-01:
> On Tue, Jan 31, 2012 at 11:28 AM, Darren Hart <dvhart@linux.intel.com>
> wrote:
>> Did you send this using the send-pull-request script? I assume not as
>> this was to oe-core and not yocto, but if you did, I want to know as it
>> should protect against -ENOCOFFEEYET errors such as these.
>
> No, I used git send-email.
>
> I'm not familiar with the send-pull-request script. I wouldn't have
> guessed from the name that it is a mailing list patch submission
> script. Is it hardwired to the yocto list?
>
>> For whatever it's worth, I use this script for all my projects now to
>> help avoid situations like this which I have fallen into more times than
>> I care to admit :-)
>
> Indeed, I very often catch myself forgetting to add the subject to the
> cover letter! I'll have to investigate using the send-pull-request
> script.
>
> Steve
>
>> On 01/30/2012 09:17 AM, Steve Sakoman wrote:
>>> Sigh, my morning for screw-ups. Time for another cup of coffee . . .
>>>
>>> The subject should be: 'zypper: support signed repositories' rather
>>> than '***SUBJECT HERE***' :-)
>>>
>>> Steve
>>>
>>> On Mon, Jan 30, 2012 at 9:14 AM, Steve Sakoman <steve@sakoman.com>
> wrote:
>>>> The current zypper implementation does not work with signed
>>>> repositories. This patch series adds recipes for the required
>>>> packages as well as the necessary runtime dependencies to zypper.
>>>>
>>>> Tested on Gumstix Overo (OMAP3) with meta-openembedded layer enabled
>>>> and a systemd based console image.
>>>>
>>>> Version 3 incorporates feedback from Koen Kooi and Saul Wold
>>>> - adds runtime dependencies to existing RDEPENDS_${PN}
>>>> - removes duplicate recipe for libassuan
>>>> - moves recipes for gnupg and libksba to recipes-support
>>>>
>>>> Steve Sakoman (3):
>>>> libksba: add recipe for 1.2.0
>>>> gnupg: add recipe for 2.0.18
>>>> zypper: add missing runtime dependences on gzip and gnupg
>>>>
>>>> meta/recipes-extended/zypper/zypper_git.bb | 4 ++--
>>>> meta/recipes-support/gnupg/gnupg_2.0.18.bb | 24
>>>> ++++++++++++++++++++++++
>>>> meta/recipes-support/libksba/libksba_1.2.0.bb | 10 ++++++++++ 3
>>>> files changed, 36 insertions(+), 2 deletions(-) create mode 100644
>>>> meta/recipes-support/gnupg/gnupg_2.0.18.bb create mode 100644
>>>> meta/recipes-support/libksba/libksba_1.2.0.bb
>>>>
>>>
>>> _______________________________________________
>>> Openembedded-core mailing list
>>> Openembedded-core@lists.openembedded.org
>>> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
>>
>> --
>> Darren Hart
>> Intel Open Source Technology Center
>> Yocto Project - Linux Kernel
>
> _______________________________________________ Openembedded-core
> mailing list Openembedded-core@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [PATCH v3 0/3] *** SUBJECT HERE ***
2012-02-01 4:16 ` Steve Sakoman
2012-02-01 5:28 ` Wang, Shane
@ 2012-02-01 6:53 ` Darren Hart
1 sibling, 0 replies; 12+ messages in thread
From: Darren Hart @ 2012-02-01 6:53 UTC (permalink / raw)
To: Steve Sakoman; +Cc: Patches and discussions about the oe-core layer
On 01/31/2012 08:16 PM, Steve Sakoman wrote:
> On Tue, Jan 31, 2012 at 11:28 AM, Darren Hart <dvhart@linux.intel.com> wrote:
>> Did you send this using the send-pull-request script? I assume not as
>> this was to oe-core and not yocto, but if you did, I want to know as it
>> should protect against -ENOCOFFEEYET errors such as these.
>
> No, I used git send-email.
>
> I'm not familiar with the send-pull-request script. I wouldn't have
> guessed from the name that it is a mailing list patch submission
> script. Is it hardwired to the yocto list?
They are not hardwired for yocto. The name is a bit odd I admit. The
Yocto Project maintainers prefer to receive patches as pull requests as
well as a series of patches to the list. This makes review easy and
facilitates merging for them as well. The scripts create and send such
patches series.
>
>> For whatever it's worth, I use this script for all my projects now to
>> help avoid situations like this which I have fallen into more times than
>> I care to admit :-)
>
> Indeed, I very often catch myself forgetting to add the subject to the
> cover letter! I'll have to investigate using the send-pull-request
> script.
The scripts are in the poky repository under the scripts directory:
$ ls scripts/*pull-request
scripts/create-pull-request scripts/send-pull-request
--
Darren
>
> Steve
>
>> On 01/30/2012 09:17 AM, Steve Sakoman wrote:
>>> Sigh, my morning for screw-ups. Time for another cup of coffee . . .
>>>
>>> The subject should be: 'zypper: support signed repositories' rather
>>> than '***SUBJECT HERE***' :-)
>>>
>>> Steve
>>>
>>> On Mon, Jan 30, 2012 at 9:14 AM, Steve Sakoman <steve@sakoman.com> wrote:
>>>> The current zypper implementation does not work with signed repositories.
>>>> This patch series adds recipes for the required packages as well as the
>>>> necessary runtime dependencies to zypper.
>>>>
>>>> Tested on Gumstix Overo (OMAP3) with meta-openembedded layer enabled and
>>>> a systemd based console image.
>>>>
>>>> Version 3 incorporates feedback from Koen Kooi and Saul Wold
>>>> - adds runtime dependencies to existing RDEPENDS_${PN}
>>>> - removes duplicate recipe for libassuan
>>>> - moves recipes for gnupg and libksba to recipes-support
>>>>
>>>> Steve Sakoman (3):
>>>> libksba: add recipe for 1.2.0
>>>> gnupg: add recipe for 2.0.18
>>>> zypper: add missing runtime dependences on gzip and gnupg
>>>>
>>>> meta/recipes-extended/zypper/zypper_git.bb | 4 ++--
>>>> meta/recipes-support/gnupg/gnupg_2.0.18.bb | 24 ++++++++++++++++++++++++
>>>> meta/recipes-support/libksba/libksba_1.2.0.bb | 10 ++++++++++
>>>> 3 files changed, 36 insertions(+), 2 deletions(-)
>>>> create mode 100644 meta/recipes-support/gnupg/gnupg_2.0.18.bb
>>>> create mode 100644 meta/recipes-support/libksba/libksba_1.2.0.bb
>>>>
>>>
>>> _______________________________________________
>>> Openembedded-core mailing list
>>> Openembedded-core@lists.openembedded.org
>>> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
>>
>> --
>> Darren Hart
>> Intel Open Source Technology Center
>> Yocto Project - Linux Kernel
--
Darren Hart
Intel Open Source Technology Center
Yocto Project - Linux Kernel
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [PATCH v3 0/3] *** SUBJECT HERE ***
2012-02-01 5:28 ` Wang, Shane
@ 2012-02-01 6:57 ` Darren Hart
0 siblings, 0 replies; 12+ messages in thread
From: Darren Hart @ 2012-02-01 6:57 UTC (permalink / raw)
To: Wang, Shane; +Cc: Patches and discussions about the oe-core layer
On 01/31/2012 09:28 PM, Wang, Shane wrote:
Thanks for the example Shane, good idea.
> Here is my example of the steps after you source the environment and "git push" to poky-contrib.
>
> Run: create-pull-request -b shane/typo -u origin-pc3 -r 238a47d800446996f5cb9929f33aaaffe618f7b6 -s "fix the typos for package report system"
-r accepts any git revision, hash, branch, tag, etc.
> Edit: the pull-3635/0000-XXXX file
> Run: send-pull-request -p pull-3635 -t openembedded-core@lists.openembedded.org
I use a .gitaliases.mutt file so I don't have to type openembedded-core
quite so often :-)
$ grep oe-core ~/.gitaliases.mutt
alias oe-core openembedded-core@lists.openembedded.org
Also have a look at the -c and -a options to pull names from the various
patch signatures.
--
Darren
> --
> Shane
>
> Steve Sakoman wrote on 2012-02-01:
>
>> On Tue, Jan 31, 2012 at 11:28 AM, Darren Hart <dvhart@linux.intel.com>
>> wrote:
>>> Did you send this using the send-pull-request script? I assume not as
>>> this was to oe-core and not yocto, but if you did, I want to know as it
>>> should protect against -ENOCOFFEEYET errors such as these.
>>
>> No, I used git send-email.
>>
>> I'm not familiar with the send-pull-request script. I wouldn't have
>> guessed from the name that it is a mailing list patch submission
>> script. Is it hardwired to the yocto list?
>>
>>> For whatever it's worth, I use this script for all my projects now to
>>> help avoid situations like this which I have fallen into more times than
>>> I care to admit :-)
>>
>> Indeed, I very often catch myself forgetting to add the subject to the
>> cover letter! I'll have to investigate using the send-pull-request
>> script.
>>
>> Steve
>>
>>> On 01/30/2012 09:17 AM, Steve Sakoman wrote:
>>>> Sigh, my morning for screw-ups. Time for another cup of coffee . . .
>>>>
>>>> The subject should be: 'zypper: support signed repositories' rather
>>>> than '***SUBJECT HERE***' :-)
>>>>
>>>> Steve
>>>>
>>>> On Mon, Jan 30, 2012 at 9:14 AM, Steve Sakoman <steve@sakoman.com>
>> wrote:
>>>>> The current zypper implementation does not work with signed
>>>>> repositories. This patch series adds recipes for the required
>>>>> packages as well as the necessary runtime dependencies to zypper.
>>>>>
>>>>> Tested on Gumstix Overo (OMAP3) with meta-openembedded layer enabled
>>>>> and a systemd based console image.
>>>>>
>>>>> Version 3 incorporates feedback from Koen Kooi and Saul Wold
>>>>> - adds runtime dependencies to existing RDEPENDS_${PN}
>>>>> - removes duplicate recipe for libassuan
>>>>> - moves recipes for gnupg and libksba to recipes-support
>>>>>
>>>>> Steve Sakoman (3):
>>>>> libksba: add recipe for 1.2.0
>>>>> gnupg: add recipe for 2.0.18
>>>>> zypper: add missing runtime dependences on gzip and gnupg
>>>>>
>>>>> meta/recipes-extended/zypper/zypper_git.bb | 4 ++--
>>>>> meta/recipes-support/gnupg/gnupg_2.0.18.bb | 24
>>>>> ++++++++++++++++++++++++
>>>>> meta/recipes-support/libksba/libksba_1.2.0.bb | 10 ++++++++++ 3
>>>>> files changed, 36 insertions(+), 2 deletions(-) create mode 100644
>>>>> meta/recipes-support/gnupg/gnupg_2.0.18.bb create mode 100644
>>>>> meta/recipes-support/libksba/libksba_1.2.0.bb
>>>>>
>>>>
>>>> _______________________________________________
>>>> Openembedded-core mailing list
>>>> Openembedded-core@lists.openembedded.org
>>>> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
>>>
>>> --
>>> Darren Hart
>>> Intel Open Source Technology Center
>>> Yocto Project - Linux Kernel
>>
>> _______________________________________________ Openembedded-core
>> mailing list Openembedded-core@lists.openembedded.org
>> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
>
>
--
Darren Hart
Intel Open Source Technology Center
Yocto Project - Linux Kernel
^ permalink raw reply [flat|nested] 12+ messages in thread
end of thread, other threads:[~2012-02-01 7:05 UTC | newest]
Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-30 17:14 [PATCH v3 0/3] *** SUBJECT HERE *** Steve Sakoman
2012-01-30 17:14 ` [PATCH v3 1/3] libksba: add recipe for 1.2.0 Steve Sakoman
2012-01-30 17:14 ` [PATCH v3 2/3] gnupg: add recipe for 2.0.18 Steve Sakoman
2012-01-30 20:09 ` Anders Darander
2012-01-30 20:29 ` Steve Sakoman
2012-01-30 17:14 ` [PATCH v3 3/3] zypper: add missing runtime dependences on gzip and gnupg Steve Sakoman
2012-01-30 17:17 ` [PATCH v3 0/3] *** SUBJECT HERE *** Steve Sakoman
2012-01-31 19:28 ` Darren Hart
2012-02-01 4:16 ` Steve Sakoman
2012-02-01 5:28 ` Wang, Shane
2012-02-01 6:57 ` Darren Hart
2012-02-01 6:53 ` Darren Hart
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox