* [PATCH 0/4] Recipe upgrades: openssh, grep, tar
@ 2011-06-06 4:49 Scott Garman
2011-06-06 4:49 ` [PATCH 1/4] openssh: upgrade to v5.8p2 Scott Garman
` (4 more replies)
0 siblings, 5 replies; 10+ messages in thread
From: Scott Garman @ 2011-06-06 4:49 UTC (permalink / raw)
To: openembedded-core; +Cc: Scott Garman
Good day,
Here are some straightforward recipe upgrades for openssh, grep,
and tar.
Build tested on all five qemu MACHINEs we support. Runtime tested on
qemuarm.
The following changes since commit 6b5d323b6c8960a0999dbafa0422fe127fd0fa97:
event: don't catch systemexit from handler execution (2011-06-02 23:58:05 +0100)
are available in the git repository at:
git://git.pokylinux.org/poky-contrib sgarman/recipe-upgrades
http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=sgarman/recipe-upgrades
Scott Garman (4):
openssh: upgrade to v5.8p2
grep: upgrade to v2.8
tar: upgrade to v1.26
distro-tracking: update openssh, tar, and grep
.../conf/distro/include/distro_tracking_fields.inc | 26 ++++++++++----------
.../openssh/{openssh-5.6p1 => openssh-5.8p2}/init | 0
.../{openssh-5.6p1 => openssh-5.8p2}/nostrip.patch | 0
.../{openssh-5.6p1 => openssh-5.8p2}/ssh_config | 0
.../{openssh-5.6p1 => openssh-5.8p2}/sshd_config | 0
.../openssh/{openssh_5.6p1.bb => openssh_5.8p2.bb} | 9 ++++---
.../grep/{grep_2.7.bb => grep_2.8.bb} | 7 +++--
...tive_1.25.bb => tar-replacement-native_1.26.bb} | 0
meta/recipes-extended/tar/tar.inc | 1 +
meta/recipes-extended/tar/tar_1.25.bb | 9 -------
meta/recipes-extended/tar/tar_1.26.bb | 9 +++++++
11 files changed, 32 insertions(+), 29 deletions(-)
rename meta/recipes-connectivity/openssh/{openssh-5.6p1 => openssh-5.8p2}/init (100%)
rename meta/recipes-connectivity/openssh/{openssh-5.6p1 => openssh-5.8p2}/nostrip.patch (100%)
rename meta/recipes-connectivity/openssh/{openssh-5.6p1 => openssh-5.8p2}/ssh_config (100%)
rename meta/recipes-connectivity/openssh/{openssh-5.6p1 => openssh-5.8p2}/sshd_config (100%)
rename meta/recipes-connectivity/openssh/{openssh_5.6p1.bb => openssh_5.8p2.bb} (93%)
rename meta/recipes-extended/grep/{grep_2.7.bb => grep_2.8.bb} (84%)
rename meta/recipes-extended/tar/{tar-replacement-native_1.25.bb => tar-replacement-native_1.26.bb} (100%)
delete mode 100644 meta/recipes-extended/tar/tar_1.25.bb
create mode 100644 meta/recipes-extended/tar/tar_1.26.bb
^ permalink raw reply [flat|nested] 10+ messages in thread
* [PATCH 1/4] openssh: upgrade to v5.8p2
2011-06-06 4:49 [PATCH 0/4] Recipe upgrades: openssh, grep, tar Scott Garman
@ 2011-06-06 4:49 ` Scott Garman
2011-06-06 4:49 ` [PATCH 2/4] grep: upgrade to v2.8 Scott Garman
` (3 subsequent siblings)
4 siblings, 0 replies; 10+ messages in thread
From: Scott Garman @ 2011-06-06 4:49 UTC (permalink / raw)
To: openembedded-core; +Cc: Scott Garman
LICENCE checksum updated due to a one-line change in the file (RedHat
was added as a copyright holder).
Signed-off-by: Scott Garman <scott.a.garman@intel.com>
---
.../openssh/{openssh-5.6p1 => openssh-5.8p2}/init | 0
.../{openssh-5.6p1 => openssh-5.8p2}/nostrip.patch | 0
.../{openssh-5.6p1 => openssh-5.8p2}/ssh_config | 0
.../{openssh-5.6p1 => openssh-5.8p2}/sshd_config | 0
.../openssh/{openssh_5.6p1.bb => openssh_5.8p2.bb} | 9 +++++----
5 files changed, 5 insertions(+), 4 deletions(-)
rename meta/recipes-connectivity/openssh/{openssh-5.6p1 => openssh-5.8p2}/init (100%)
rename meta/recipes-connectivity/openssh/{openssh-5.6p1 => openssh-5.8p2}/nostrip.patch (100%)
rename meta/recipes-connectivity/openssh/{openssh-5.6p1 => openssh-5.8p2}/ssh_config (100%)
rename meta/recipes-connectivity/openssh/{openssh-5.6p1 => openssh-5.8p2}/sshd_config (100%)
rename meta/recipes-connectivity/openssh/{openssh_5.6p1.bb => openssh_5.8p2.bb} (93%)
diff --git a/meta/recipes-connectivity/openssh/openssh-5.6p1/init b/meta/recipes-connectivity/openssh/openssh-5.8p2/init
similarity index 100%
rename from meta/recipes-connectivity/openssh/openssh-5.6p1/init
rename to meta/recipes-connectivity/openssh/openssh-5.8p2/init
diff --git a/meta/recipes-connectivity/openssh/openssh-5.6p1/nostrip.patch b/meta/recipes-connectivity/openssh/openssh-5.8p2/nostrip.patch
similarity index 100%
rename from meta/recipes-connectivity/openssh/openssh-5.6p1/nostrip.patch
rename to meta/recipes-connectivity/openssh/openssh-5.8p2/nostrip.patch
diff --git a/meta/recipes-connectivity/openssh/openssh-5.6p1/ssh_config b/meta/recipes-connectivity/openssh/openssh-5.8p2/ssh_config
similarity index 100%
rename from meta/recipes-connectivity/openssh/openssh-5.6p1/ssh_config
rename to meta/recipes-connectivity/openssh/openssh-5.8p2/ssh_config
diff --git a/meta/recipes-connectivity/openssh/openssh-5.6p1/sshd_config b/meta/recipes-connectivity/openssh/openssh-5.8p2/sshd_config
similarity index 100%
rename from meta/recipes-connectivity/openssh/openssh-5.6p1/sshd_config
rename to meta/recipes-connectivity/openssh/openssh-5.8p2/sshd_config
diff --git a/meta/recipes-connectivity/openssh/openssh_5.6p1.bb b/meta/recipes-connectivity/openssh/openssh_5.8p2.bb
similarity index 93%
rename from meta/recipes-connectivity/openssh/openssh_5.6p1.bb
rename to meta/recipes-connectivity/openssh/openssh_5.8p2.bb
index b112b79..04d99d9 100644
--- a/meta/recipes-connectivity/openssh/openssh_5.6p1.bb
+++ b/meta/recipes-connectivity/openssh/openssh_5.8p2.bb
@@ -4,10 +4,11 @@ Ssh (Secure Shell) is a program for logging into a remote machine \
and for executing commands on a remote machine."
HOMEPAGE = "http://openssh.org"
SECTION = "console/network"
+PRIORITY = "optional"
LICENSE = "BSD"
-LIC_FILES_CHKSUM = "file://LICENCE;md5=7ae09218173be1643c998a4b71027f9b"
+LIC_FILES_CHKSUM = "file://LICENCE;md5=bae9a689be41581503bcf95d8fb42c4e"
-PR = "r2"
+PR = "r0"
DEPENDS = "zlib openssl"
DEPENDS += "${@base_contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)}"
@@ -25,8 +26,8 @@ SRC_URI = "ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-${PV}.tar.
file://ssh_config \
file://init \
"
-SRC_URI[md5sum] = "e6ee52e47c768bf0ec42a232b5d18fb0"
-SRC_URI[sha256sum] = "538af53b2b8162c21a293bb004ae2bdb141abd250f61b4cea55244749f3c6c2b"
+SRC_URI[md5sum] = "0541579adf9d55abb15ef927048d372e"
+SRC_URI[sha256sum] = "5c35ec7c966ce05cc4497ac59c0b54a556e55ae7368165cc8c4129694654f314"
inherit autotools
--
1.7.1
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [PATCH 2/4] grep: upgrade to v2.8
2011-06-06 4:49 [PATCH 0/4] Recipe upgrades: openssh, grep, tar Scott Garman
2011-06-06 4:49 ` [PATCH 1/4] openssh: upgrade to v5.8p2 Scott Garman
@ 2011-06-06 4:49 ` Scott Garman
2011-06-06 4:49 ` [PATCH 3/4] tar: upgrade to v1.26 Scott Garman
` (2 subsequent siblings)
4 siblings, 0 replies; 10+ messages in thread
From: Scott Garman @ 2011-06-06 4:49 UTC (permalink / raw)
To: openembedded-core; +Cc: Scott Garman
Signed-off-by: Scott Garman <scott.a.garman@intel.com>
---
.../grep/{grep_2.7.bb => grep_2.8.bb} | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
rename meta/recipes-extended/grep/{grep_2.7.bb => grep_2.8.bb} (84%)
diff --git a/meta/recipes-extended/grep/grep_2.7.bb b/meta/recipes-extended/grep/grep_2.8.bb
similarity index 84%
rename from meta/recipes-extended/grep/grep_2.7.bb
rename to meta/recipes-extended/grep/grep_2.8.bb
index c3e0986..7e58ff8 100644
--- a/meta/recipes-extended/grep/grep_2.7.bb
+++ b/meta/recipes-extended/grep/grep_2.8.bb
@@ -1,7 +1,8 @@
-DESCRIPTION = "grep GNU utility"
+DESCRIPTION = "GNU grep utility"
HOMEPAGE = "http://savannah.gnu.org/projects/grep/"
BUGTRACKER = "http://savannah.gnu.org/bugs/?group=grep"
SECTION = "console/utils"
+PRIORITY = "optional"
LICENSE = "GPLv3"
LIC_FILES_CHKSUM = "file://COPYING;md5=8006d9c814277c1bfc4ca22af94b59ee"
@@ -9,8 +10,8 @@ PR = "r0"
SRC_URI = "${GNU_MIRROR}/grep/grep-${PV}.tar.gz"
-SRC_URI[md5sum] = "e848f07e3e79aa7899345d17c7e4115e"
-SRC_URI[sha256sum] = "ad14831015a79cea36785aa47415f6c0653a6ac4eaf9c15456f0d9d09c9e1bad"
+SRC_URI[md5sum] = "cb2dfc502c5afc7a4a6e5f6cefd6850e"
+SRC_URI[sha256sum] = "da48d0e20bceaacc7d05bfcbccb34c3dee0c50bd7e80de5222fd5e319809af27"
inherit autotools gettext
--
1.7.1
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [PATCH 3/4] tar: upgrade to v1.26
2011-06-06 4:49 [PATCH 0/4] Recipe upgrades: openssh, grep, tar Scott Garman
2011-06-06 4:49 ` [PATCH 1/4] openssh: upgrade to v5.8p2 Scott Garman
2011-06-06 4:49 ` [PATCH 2/4] grep: upgrade to v2.8 Scott Garman
@ 2011-06-06 4:49 ` Scott Garman
2011-06-06 8:00 ` Phil Blundell
2011-06-06 4:49 ` [PATCH 4/4] distro-tracking: update openssh, tar, and grep Scott Garman
2011-06-08 16:51 ` [PATCH 0/4] Recipe upgrades: openssh, grep, tar Saul Wold
4 siblings, 1 reply; 10+ messages in thread
From: Scott Garman @ 2011-06-06 4:49 UTC (permalink / raw)
To: openembedded-core; +Cc: Scott Garman
Signed-off-by: Scott Garman <scott.a.garman@intel.com>
---
...tive_1.25.bb => tar-replacement-native_1.26.bb} | 0
meta/recipes-extended/tar/tar.inc | 1 +
meta/recipes-extended/tar/tar_1.25.bb | 9 ---------
meta/recipes-extended/tar/tar_1.26.bb | 9 +++++++++
4 files changed, 10 insertions(+), 9 deletions(-)
rename meta/recipes-extended/tar/{tar-replacement-native_1.25.bb => tar-replacement-native_1.26.bb} (100%)
delete mode 100644 meta/recipes-extended/tar/tar_1.25.bb
create mode 100644 meta/recipes-extended/tar/tar_1.26.bb
diff --git a/meta/recipes-extended/tar/tar-replacement-native_1.25.bb b/meta/recipes-extended/tar/tar-replacement-native_1.26.bb
similarity index 100%
rename from meta/recipes-extended/tar/tar-replacement-native_1.25.bb
rename to meta/recipes-extended/tar/tar-replacement-native_1.26.bb
diff --git a/meta/recipes-extended/tar/tar.inc b/meta/recipes-extended/tar/tar.inc
index 6e77051..bbed65c 100644
--- a/meta/recipes-extended/tar/tar.inc
+++ b/meta/recipes-extended/tar/tar.inc
@@ -3,6 +3,7 @@ DESCRIPTION = "GNU tar saves many files together into a single tape \
or disk archive, and can restore individual files from the archive."
HOMEPAGE = "http://www.gnu.org/software/tar/"
SECTION = "base"
+PRIORITY = "optional"
SRC_URI = "${GNU_MIRROR}/tar/tar-${PV}.tar.bz2"
diff --git a/meta/recipes-extended/tar/tar_1.25.bb b/meta/recipes-extended/tar/tar_1.25.bb
deleted file mode 100644
index cdb6f54..0000000
--- a/meta/recipes-extended/tar/tar_1.25.bb
+++ /dev/null
@@ -1,9 +0,0 @@
-require tar.inc
-
-LICENSE = "GPLv3"
-LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
-
-PR = "r0"
-
-SRC_URI[md5sum] = "6e497f861c77bbba2f7da4e10270995b"
-SRC_URI[sha256sum] = "f3f6ce41b8e0f327abd05c95990f113ddafbae131e10f79a99728ed46458494b"
diff --git a/meta/recipes-extended/tar/tar_1.26.bb b/meta/recipes-extended/tar/tar_1.26.bb
new file mode 100644
index 0000000..26fdc4a
--- /dev/null
+++ b/meta/recipes-extended/tar/tar_1.26.bb
@@ -0,0 +1,9 @@
+require tar.inc
+
+LICENSE = "GPLv3"
+LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
+
+PR = "r0"
+
+SRC_URI[md5sum] = "2cee42a2ff4f1cd4f9298eeeb2264519"
+SRC_URI[sha256sum] = "5a5369f464502a598e938029c310d4b3abd51e6bb8dfd045663e61c8ea9f6d41"
--
1.7.1
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [PATCH 4/4] distro-tracking: update openssh, tar, and grep
2011-06-06 4:49 [PATCH 0/4] Recipe upgrades: openssh, grep, tar Scott Garman
` (2 preceding siblings ...)
2011-06-06 4:49 ` [PATCH 3/4] tar: upgrade to v1.26 Scott Garman
@ 2011-06-06 4:49 ` Scott Garman
2011-06-08 16:51 ` [PATCH 0/4] Recipe upgrades: openssh, grep, tar Saul Wold
4 siblings, 0 replies; 10+ messages in thread
From: Scott Garman @ 2011-06-06 4:49 UTC (permalink / raw)
To: openembedded-core; +Cc: Scott Garman
Signed-off-by: Scott Garman <scott.a.garman@intel.com>
---
.../conf/distro/include/distro_tracking_fields.inc | 26 ++++++++++----------
1 files changed, 13 insertions(+), 13 deletions(-)
diff --git a/meta/conf/distro/include/distro_tracking_fields.inc b/meta/conf/distro/include/distro_tracking_fields.inc
index 73e6782..71d3c73 100644
--- a/meta/conf/distro/include/distro_tracking_fields.inc
+++ b/meta/conf/distro/include/distro_tracking_fields.inc
@@ -1975,32 +1975,32 @@ RECIPE_MAINTAINER_pn-cronie = "Dexuan Cui <dexuan.cui@intel.com>"
RECIPE_STATUS_pn-grep = "green"
RECIPE_DEPENDENCY_CHECK_pn-grep = "not done"
-RECIPE_LATEST_VERSION_pn-grep = "2.7"
+RECIPE_LATEST_VERSION_pn-grep = "2.8"
RECIPE_INTEL_SECTION_pn-grep = "base"
RECIPE_NO_OF_PATCHES_pn-grep = "0"
-RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-grep = "5 months"
-RECIPE_LATEST_RELEASE_DATE_pn-grep = "09/2010"
-RECIPE_LAST_UPDATE_pn-grep = "Sep 24, 2010"
+RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-grep = "8 months"
+RECIPE_LATEST_RELEASE_DATE_pn-grep = "05/2011"
+RECIPE_LAST_UPDATE_pn-grep = "Jun 5, 2011"
RECIPE_MAINTAINER_pn-grep = "Scott Garman <scott.a.garman@intel.com>"
-RECIPE_STATUS_pn-openssh = "red"
+RECIPE_STATUS_pn-openssh = "green"
RECIPE_DEPENDENCY_CHECK_pn-openssh = "not done"
-RECIPE_LATEST_VERSION_pn-openssh = "5.6p1"
+RECIPE_LATEST_VERSION_pn-openssh = "5.8p2"
RECIPE_INTEL_SECTION_pn-openssh = "base"
RECIPE_NO_OF_PATCHES_pn-openssh = "1"
-RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-openssh = "4 months"
-RECIPE_LATEST_RELEASE_DATE_pn-openssh = "08/2010"
-RECIPE_LAST_UPDATE_pn-openssh = "Aug 31, 2010"
+RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-openssh = "3 months"
+RECIPE_LATEST_RELEASE_DATE_pn-openssh = "05/2011"
+RECIPE_LAST_UPDATE_pn-openssh = "Jun 5, 2011"
RECIPE_MAINTAINER_pn-openssh = "Scott Garman <scott.a.garman@intel.com>"
RECIPE_STATUS_pn-tar = "green"
RECIPE_DEPENDENCY_CHECK_pn-tar = "not done"
-RECIPE_LATEST_VERSION_pn-tar = "1.25"
+RECIPE_LATEST_VERSION_pn-tar = "1.26"
RECIPE_INTEL_SECTION_pn-tar = "base"
RECIPE_NO_OF_PATCHES_pn-tar = "2"
-RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-tar = "2 weeks"
-RECIPE_LATEST_RELEASE_DATE_pn-tar = "11/2010"
-RECIPE_LAST_UPDATE_pn-tar = "Nov 17, 2010"
+RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-tar = "4 months"
+RECIPE_LATEST_RELEASE_DATE_pn-tar = "03/2011"
+RECIPE_LAST_UPDATE_pn-tar = "Jun 5, 2011"
RECIPE_MAINTAINER_pn-tar = "Scott Garman <scott.a.garman@intel.com>"
RECIPE_STATUS_pn-lrzsz="yellow" # patch investigation needed.
--
1.7.1
^ permalink raw reply related [flat|nested] 10+ messages in thread
* Re: [PATCH 3/4] tar: upgrade to v1.26
2011-06-06 4:49 ` [PATCH 3/4] tar: upgrade to v1.26 Scott Garman
@ 2011-06-06 8:00 ` Phil Blundell
2011-06-06 10:46 ` Richard Purdie
0 siblings, 1 reply; 10+ messages in thread
From: Phil Blundell @ 2011-06-06 8:00 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer
On Sun, 2011-06-05 at 21:49 -0700, Scott Garman wrote:
> SECTION = "base"
> +PRIORITY = "optional"
Seeing this sort of thing makes me wonder whether SECTION and PRIORITY
actually belong in the core metadata at all. It seems as though the
determination of what exactly is "standard" vs "optional" is a matter of
distro policy and this would be better done in the distro config files.
Also, just on a pragmatic issue, the two values above are actually what
bitbake.conf sets as default anyway so there isn't much to be gained by
specifying them in the recipe as well.
p.
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PATCH 3/4] tar: upgrade to v1.26
2011-06-06 8:00 ` Phil Blundell
@ 2011-06-06 10:46 ` Richard Purdie
2011-06-06 12:09 ` Mark Hatle
0 siblings, 1 reply; 10+ messages in thread
From: Richard Purdie @ 2011-06-06 10:46 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer
On Mon, 2011-06-06 at 09:00 +0100, Phil Blundell wrote:
> On Sun, 2011-06-05 at 21:49 -0700, Scott Garman wrote:
> > SECTION = "base"
> > +PRIORITY = "optional"
>
> Seeing this sort of thing makes me wonder whether SECTION and PRIORITY
> actually belong in the core metadata at all. It seems as though the
> determination of what exactly is "standard" vs "optional" is a matter of
> distro policy and this would be better done in the distro config files.
>
> Also, just on a pragmatic issue, the two values above are actually what
> bitbake.conf sets as default anyway so there isn't much to be gained by
> specifying them in the recipe as well.
I have to admit I keep wondering about these.
PRIORITY does seem a bit of a pointless variable in the default metadata
and I'm borderline in favour of dropping it and leaving it to any
distros who want to use it, maybe sharing an include file.
SECTION does at least start to become useful in an image generation UI
as a way to group packages roughly by type which makes me think it has a
good default usecase (and OE-Core did clean up the values of it to at
least be consistent).
Cheers,
Richard
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PATCH 3/4] tar: upgrade to v1.26
2011-06-06 10:46 ` Richard Purdie
@ 2011-06-06 12:09 ` Mark Hatle
2011-06-07 8:24 ` Phil Blundell
0 siblings, 1 reply; 10+ messages in thread
From: Mark Hatle @ 2011-06-06 12:09 UTC (permalink / raw)
To: openembedded-core
On 6/6/11 5:46 AM, Richard Purdie wrote:
> On Mon, 2011-06-06 at 09:00 +0100, Phil Blundell wrote:
>> On Sun, 2011-06-05 at 21:49 -0700, Scott Garman wrote:
>>> SECTION = "base"
>>> +PRIORITY = "optional"
>>
>> Seeing this sort of thing makes me wonder whether SECTION and PRIORITY
>> actually belong in the core metadata at all. It seems as though the
>> determination of what exactly is "standard" vs "optional" is a matter of
>> distro policy and this would be better done in the distro config files.
>>
>> Also, just on a pragmatic issue, the two values above are actually what
>> bitbake.conf sets as default anyway so there isn't much to be gained by
>> specifying them in the recipe as well.
>
> I have to admit I keep wondering about these.
>
> PRIORITY does seem a bit of a pointless variable in the default metadata
> and I'm borderline in favour of dropping it and leaving it to any
> distros who want to use it, maybe sharing an include file.
I agree as well, PRIORITY seems a bit iffy at this point.
> SECTION does at least start to become useful in an image generation UI
> as a way to group packages roughly by type which makes me think it has a
> good default usecase (and OE-Core did clean up the values of it to at
> least be consistent).
I think the value of SECTION needs to remain. It's being used to group the
packages (as Richard mentions...)
Just my 2-cents.
--Mark
> Cheers,
>
> Richard
>
>
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PATCH 3/4] tar: upgrade to v1.26
2011-06-06 12:09 ` Mark Hatle
@ 2011-06-07 8:24 ` Phil Blundell
0 siblings, 0 replies; 10+ messages in thread
From: Phil Blundell @ 2011-06-07 8:24 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer
On Mon, 2011-06-06 at 07:09 -0500, Mark Hatle wrote:
> On 6/6/11 5:46 AM, Richard Purdie wrote:
> > PRIORITY does seem a bit of a pointless variable in the default metadata
> > and I'm borderline in favour of dropping it and leaving it to any
> > distros who want to use it, maybe sharing an include file.
>
> I agree as well, PRIORITY seems a bit iffy at this point.
So do we have a consensus that PRIORITY should be removed? Is there
anybody who wants to speak up in favour of keeping it?
> > SECTION does at least start to become useful in an image generation UI
> > as a way to group packages roughly by type which makes me think it has a
> > good default usecase (and OE-Core did clean up the values of it to at
> > least be consistent).
>
> I think the value of SECTION needs to remain. It's being used to group the
> packages (as Richard mentions...)
Yeah, fair enough. SECTION does appear in output packages (at least for
ipk/deb, it's mapped to the Section: header), but there is probably no
harm in having it used for source package grouping in oecommander-type
interfaces as well. And I guess, unlike PRIORITY, it does seem
reasonable for the core metadata to assign some half-sensible default
package sections as a starting point for distro customisation.
p.
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PATCH 0/4] Recipe upgrades: openssh, grep, tar
2011-06-06 4:49 [PATCH 0/4] Recipe upgrades: openssh, grep, tar Scott Garman
` (3 preceding siblings ...)
2011-06-06 4:49 ` [PATCH 4/4] distro-tracking: update openssh, tar, and grep Scott Garman
@ 2011-06-08 16:51 ` Saul Wold
4 siblings, 0 replies; 10+ messages in thread
From: Saul Wold @ 2011-06-08 16:51 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer; +Cc: Scott Garman
On 06/05/2011 09:49 PM, Scott Garman wrote:
> Good day,
>
> Here are some straightforward recipe upgrades for openssh, grep,
> and tar.
>
> Build tested on all five qemu MACHINEs we support. Runtime tested on
> qemuarm.
>
> The following changes since commit 6b5d323b6c8960a0999dbafa0422fe127fd0fa97:
>
> event: don't catch systemexit from handler execution (2011-06-02 23:58:05 +0100)
>
> are available in the git repository at:
> git://git.pokylinux.org/poky-contrib sgarman/recipe-upgrades
> http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=sgarman/recipe-upgrades
>
> Scott Garman (4):
> openssh: upgrade to v5.8p2
> grep: upgrade to v2.8
> tar: upgrade to v1.26
> distro-tracking: update openssh, tar, and grep
>
> .../conf/distro/include/distro_tracking_fields.inc | 26 ++++++++++----------
> .../openssh/{openssh-5.6p1 => openssh-5.8p2}/init | 0
> .../{openssh-5.6p1 => openssh-5.8p2}/nostrip.patch | 0
> .../{openssh-5.6p1 => openssh-5.8p2}/ssh_config | 0
> .../{openssh-5.6p1 => openssh-5.8p2}/sshd_config | 0
> .../openssh/{openssh_5.6p1.bb => openssh_5.8p2.bb} | 9 ++++---
> .../grep/{grep_2.7.bb => grep_2.8.bb} | 7 +++--
> ...tive_1.25.bb => tar-replacement-native_1.26.bb} | 0
> meta/recipes-extended/tar/tar.inc | 1 +
> meta/recipes-extended/tar/tar_1.25.bb | 9 -------
> meta/recipes-extended/tar/tar_1.26.bb | 9 +++++++
> 11 files changed, 32 insertions(+), 29 deletions(-)
> rename meta/recipes-connectivity/openssh/{openssh-5.6p1 => openssh-5.8p2}/init (100%)
> rename meta/recipes-connectivity/openssh/{openssh-5.6p1 => openssh-5.8p2}/nostrip.patch (100%)
> rename meta/recipes-connectivity/openssh/{openssh-5.6p1 => openssh-5.8p2}/ssh_config (100%)
> rename meta/recipes-connectivity/openssh/{openssh-5.6p1 => openssh-5.8p2}/sshd_config (100%)
> rename meta/recipes-connectivity/openssh/{openssh_5.6p1.bb => openssh_5.8p2.bb} (93%)
> rename meta/recipes-extended/grep/{grep_2.7.bb => grep_2.8.bb} (84%)
> rename meta/recipes-extended/tar/{tar-replacement-native_1.25.bb => tar-replacement-native_1.26.bb} (100%)
> delete mode 100644 meta/recipes-extended/tar/tar_1.25.bb
> create mode 100644 meta/recipes-extended/tar/tar_1.26.bb
>
>
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
>
Pulled into oe-core
Thanks
Sau!
^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~2011-06-08 16:54 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-06 4:49 [PATCH 0/4] Recipe upgrades: openssh, grep, tar Scott Garman
2011-06-06 4:49 ` [PATCH 1/4] openssh: upgrade to v5.8p2 Scott Garman
2011-06-06 4:49 ` [PATCH 2/4] grep: upgrade to v2.8 Scott Garman
2011-06-06 4:49 ` [PATCH 3/4] tar: upgrade to v1.26 Scott Garman
2011-06-06 8:00 ` Phil Blundell
2011-06-06 10:46 ` Richard Purdie
2011-06-06 12:09 ` Mark Hatle
2011-06-07 8:24 ` Phil Blundell
2011-06-06 4:49 ` [PATCH 4/4] distro-tracking: update openssh, tar, and grep Scott Garman
2011-06-08 16:51 ` [PATCH 0/4] Recipe upgrades: openssh, grep, tar Saul Wold
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox