| Submitter | Saul Wold |
|---|---|
| Date | May 21, 2011, 6:37 p.m. |
| Message ID | <cover.1306002889.git.sgw@linux.intel.com> |
| Download | mbox |
| Permalink | /patch/4571/ |
| State | New, archived |
| Headers | show |
Pull-request
git://git.openembedded.org/openembedded-core-contrib.git sgw/stageComments
Signed-off-by: Saul Wold <sgw@linux.intel.com>
---
.../puzzles/{puzzles_r9163.bb => puzzles_r9173.bb} | 0
1 files changed, 0 insertions(+), 0 deletions(-)
rename meta/recipes-sato/puzzles/{puzzles_r9163.bb => puzzles_r9173.bb} (100%)
diff --git a/meta/recipes-sato/puzzles/puzzles_r9163.bb b/meta/recipes-sato/puzzles/puzzles_r9173.bb
similarity index 100%
rename from meta/recipes-sato/puzzles/puzzles_r9163.bb
rename to meta/recipes-sato/puzzles/puzzles_r9173.bb
On 05/21/2011 11:37 AM, Saul Wold wrote: > Richard, > > This has a couple of fixes that are bound for M1, and will be cherry-picked > there once in oe-core / poky master. > > The GCC Version update to 4.6 along with a corresponding change to eglibc 2.13 > has been build tested and will be QA'ed as part of RC1 in 1.1 m1. > > Thanks > Sau! > > > The following changes since commit 54ecf8e3992b8a01c2e5bd16720e1819b71b68bd: > > packagedata: don't choke on empty PACKAGES (2011-05-20 17:41:34 +0100) > > are available in the git repository at: > git://git.openembedded.org/openembedded-core-contrib.git sgw/stage > http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=sgw/stage > > Khem Raj (2): > opkg_svn.bb: Install rcS.d into $D instead of $IMAGE_ROOTFS > distcc_2.18.3.bb: Fix compilation on uclibc > I have updated sgw/stage with the changes from Khem's latest branch. Sau! > Saul Wold (6): > gail: Add LIC_FILES_CHKSUM > update-alternatives-dpkg: Update to dpkg base 1.15.8.7 > puzzles: update to r9173 > tcmode-default: set *GCCVERSION to 4.6 for all Arches > tcmode-default: Update Eglibc to 2.13 > package_rpm.bbclass: create method for createrepo cmd > > meta/classes/package_rpm.bbclass | 6 +++++- > meta/conf/distro/include/tcmode-default.inc | 6 +----- > meta/recipes-devtools/distcc/distcc_2.18.3.bb | 17 ++++++++++++----- > meta/recipes-devtools/opkg/opkg/headerfix.patch | 19 ------------------- > meta/recipes-devtools/opkg/opkg_svn.bb | 3 +-- > .../update-alternatives-dpkg.inc | 6 ++++-- > .../update-alternatives-dpkg_1.13.22.bb | 7 ------- > .../update-alternatives-dpkg_1.15.8.7.bb | 13 +++++++++++++ > meta/recipes-gnome/gnome/gail_1.20.0.bb | 10 +++++++--- > .../puzzles/{puzzles_r9163.bb => puzzles_r9173.bb} | 0 > 10 files changed, 43 insertions(+), 44 deletions(-) > delete mode 100644 meta/recipes-devtools/opkg/opkg/headerfix.patch > delete mode 100644 meta/recipes-devtools/update-alternatives/update-alternatives-dpkg_1.13.22.bb > create mode 100644 meta/recipes-devtools/update-alternatives/update-alternatives-dpkg_1.15.8.7.bb > rename meta/recipes-sato/puzzles/{puzzles_r9163.bb => puzzles_r9173.bb} (100%) >
On Sat, 2011-05-21 at 11:37 -0700, Saul Wold wrote: > Signed-off-by: Saul Wold <sgw@linux.intel.com> > --- > .../puzzles/{puzzles_r9163.bb => puzzles_r9173.bb} | 0 > 1 files changed, 0 insertions(+), 0 deletions(-) > rename meta/recipes-sato/puzzles/{puzzles_r9163.bb => puzzles_r9173.bb} (100%) No doubt the patch is fine, but why is this recipe in oe-core at all? It doesn't seem to fit any reasonable definition of "core" functionality that I can immediately think of. p.
On Mon, 2011-05-23 at 13:03 +0100, Phil Blundell wrote: > On Sat, 2011-05-21 at 11:37 -0700, Saul Wold wrote: > > Signed-off-by: Saul Wold <sgw@linux.intel.com> > > --- > > .../puzzles/{puzzles_r9163.bb => puzzles_r9173.bb} | 0 > > 1 files changed, 0 insertions(+), 0 deletions(-) > > rename meta/recipes-sato/puzzles/{puzzles_r9163.bb => puzzles_r9173.bb} (100%) > > No doubt the patch is fine, but why is this recipe in oe-core at all? > It doesn't seem to fit any reasonable definition of "core" functionality > that I can immediately think of. This is a discussion that the TSC had. Somehow we need the ensure we had the ability to test oe-core easily and extensively and sato is a pretty contained way to do that. Originally I'd expected sato to get split into its own layer but we didn't do that for this reason. Cheers, Richard
Richard, This has a couple of fixes that are bound for M1, and will be cherry-picked there once in oe-core / poky master. The GCC Version update to 4.6 along with a corresponding change to eglibc 2.13 has been build tested and will be QA'ed as part of RC1 in 1.1 m1. Thanks Sau! The following changes since commit 54ecf8e3992b8a01c2e5bd16720e1819b71b68bd: packagedata: don't choke on empty PACKAGES (2011-05-20 17:41:34 +0100) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib.git sgw/stage http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=sgw/stage Khem Raj (2): opkg_svn.bb: Install rcS.d into $D instead of $IMAGE_ROOTFS distcc_2.18.3.bb: Fix compilation on uclibc Saul Wold (6): gail: Add LIC_FILES_CHKSUM update-alternatives-dpkg: Update to dpkg base 1.15.8.7 puzzles: update to r9173 tcmode-default: set *GCCVERSION to 4.6 for all Arches tcmode-default: Update Eglibc to 2.13 package_rpm.bbclass: create method for createrepo cmd meta/classes/package_rpm.bbclass | 6 +++++- meta/conf/distro/include/tcmode-default.inc | 6 +----- meta/recipes-devtools/distcc/distcc_2.18.3.bb | 17 ++++++++++++----- meta/recipes-devtools/opkg/opkg/headerfix.patch | 19 ------------------- meta/recipes-devtools/opkg/opkg_svn.bb | 3 +-- .../update-alternatives-dpkg.inc | 6 ++++-- .../update-alternatives-dpkg_1.13.22.bb | 7 ------- .../update-alternatives-dpkg_1.15.8.7.bb | 13 +++++++++++++ meta/recipes-gnome/gnome/gail_1.20.0.bb | 10 +++++++--- .../puzzles/{puzzles_r9163.bb => puzzles_r9173.bb} | 0 10 files changed, 43 insertions(+), 44 deletions(-) delete mode 100644 meta/recipes-devtools/opkg/opkg/headerfix.patch delete mode 100644 meta/recipes-devtools/update-alternatives/update-alternatives-dpkg_1.13.22.bb create mode 100644 meta/recipes-devtools/update-alternatives/update-alternatives-dpkg_1.15.8.7.bb rename meta/recipes-sato/puzzles/{puzzles_r9163.bb => puzzles_r9173.bb} (100%)