libio.h is not needed even in case of eglibc but
still the patch is uclibc specific
Refreshed nfs-utils-1.0.6-uclibc.patch against
nfs-utils_1.2.3 no code change
Signed-off-by: Khem Raj
---
.../nfs-utils/nfs-utils-1.0.6-uclibc.patch | 16 +++-
.../nfs-utils/nfs-utils-1.2.3-ucl
We enable gtk/gnome in distcc that code uses loadavg()
a function unimplemented in uclibc. Therefore for uclibc
we disable gnome and gtk+ features in distcc
Signed-off-by: Khem Raj
---
meta/recipes-devtools/distcc/distcc_2.18.3.bb | 18 +-
1 files changed, 13 insertions(+), 5 d
Pull URL: git://git.openembedded.org/openembedded-core-contrib
Branch: kraj/uclibc
Browse:
http://git.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=kraj/uclibc
Thanks,
Khem Raj
---
Khem Raj (3):
uclibc/site_config/funcs: getloadavg is unimplemented
distcc_2.18.3.bb: Fi
Signed-off-by: Khem Raj
---
meta/recipes-core/uclibc/site_config/funcs |1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/meta/recipes-core/uclibc/site_config/funcs
b/meta/recipes-core/uclibc/site_config/funcs
index ccc8539..79a3c19 100644
--- a/meta/recipes-core/uclibc/sit
On Wed, May 18, 2011 at 5:47 PM, Richard Purdie
wrote:
> On Wed, 2011-05-18 at 20:15 +0200, Koen Kooi wrote:
>> Op 18 mei 2011, om 20:07 heeft Khem Raj het volgende geschreven:
>> > there are certain common parts that can be abstracted
>> > and can be maintained in oe-core so everyone benefits
>>
Mark Hatle wrote:
> On 5/18/11 4:27 AM, Cui, Dexuan wrote:
>> Hi, I happened to find a bug: in target, "dpkg --list" shows
>> "dpkg-query: failed to open package info file `/var/lib/dpkg/status'
>> for reading: No such file or directory"
>>
>> Actually the files(status and available) does exist
d p
x x 25 march
x x 10 apr f2f
x ? 28 apr
x x 5 may
? ? 12 may
AGENDA: OpenEmbedded Technical Steering Committee, 28 April 2011
___
01) Agree on meeting chair
fray
___
02) Followup on F2F meeting at ELC
RP started branding trans
Minutes: OpenEmbedded Technical Steering Committee meeting: 5 May 2011
01) Agree on meeting chair
//koen
___
02) Status report on oe-core
//got rid of srcrevs
//Paul E did some cleanup, spurious machines gone
//RP working on distr
On Wed, 2011-05-18 at 20:15 +0200, Koen Kooi wrote:
> Op 18 mei 2011, om 20:07 heeft Khem Raj het volgende geschreven:
> > there are certain common parts that can be abstracted
> > and can be maintained in oe-core so everyone benefits
> > from it and certain image specific parts can be done in
> >
From: Darren Hart
Fixes [YOCTO 1029]
u-boot 2010.12 fails to run on the Beagleboard C4 and xM Rev A boards. Commit
55aacbc30e48f6f8a73fb989a58625e70887bc01 suggests there was a mixup during
development, as the MD5SUM change is from the 2011.03 SRCREV back to the
2010.12. Chances are a patch was
From: Darren Hart
Signed-off-by: Darren Hart
Acked-by: Otavio Salvador
Cc: Otavio Salvador
---
scripts/create-pull-request | 26 ++
scripts/send-pull-request | 25 +
2 files changed, 51 insertions(+), 0 deletions(-)
diff --git a/scripts/c
From: Darren Hart
There is no real value in supporting sendmail directly when git
can be configured to use it. The script used to generate the
pull request mails relies heavily on git, so doing so here does
not impose any additional dependencies and it greatly reduces the
complexity of this scrip
From: Darren Hart
Indent with tabs, not spaces, for consistency with other bash scripts.
Signed-off-by: Darren Hart
Acked-by: Otavio Salvador
Cc: Otavio Salvador
---
scripts/send-pull-request | 250 ++--
1 files changed, 125 insertions(+), 125 deletio
From: Darren Hart
The script was sending one patch at a time, which defeats the internal
confirmation mechanism of git-send-email (which would otherwise allow
the user to send all patches or abort immediately).
Rework the sending logic to use no more than two commands. Use two
commands when the
From: Otavio Salvador
Some remotes can use HTTPS and we don't need to check the certificate
of the host so wget call is changed to avoid it.
Signed-off-by: Otavio Salvador
Signed-off-by: Darren Hart
---
scripts/create-pull-request |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
d
From: Darren Hart
Perform a quick sanity check to be able to direct users to configure
git.sendemail if they haven't yet.
Signed-off-by: Darren Hart
Acked-by: Otavio Salvador
Cc: Otavio Salvador
---
scripts/send-pull-request | 15 +++
1 files changed, 15 insertions(+), 0 deleti
This ensures you look up the symbolic link to get the full path
Signed-off-by: Saul Wold
---
meta/classes/utils.bbclass |3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/meta/classes/utils.bbclass b/meta/classes/utils.bbclass
index 6bcaf86..1965d2f 100644
--- a/meta/clas
From: Darren Hart
Some initial cleanup prior to a significant overhaul.
Signed-off-by: Darren Hart
Acked-by: Otavio Salvador
Cc: Otavio Salvador
---
scripts/create-pull-request | 10 +-
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/scripts/create-pull-request b/scr
From: Otavio Salvador
Signed-off-by: Otavio Salvador
Signed-off-by: Darren Hart
---
scripts/create-pull-request |7 +++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/scripts/create-pull-request b/scripts/create-pull-request
index 9dbd55a..a9cf6f9 100755
--- a/scripts/c
From: Darren Hart
Currently it is difficult to know if a pull request is being sent for review
or just to be pulled.
Add a -c argument to add RFC to the subject prefix and a blurb requesting
review to the cover letter.
Signed-off-by: Darren Hart
Acked-by: Joshua Lock
Acked-by: Otavio Salvador
From: Darren Hart
Signed-off-by: Darren Hart
Acked-by: Otavio Salvador
Cc: Otavio Salvador
---
scripts/create-pull-request |7 +++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/scripts/create-pull-request b/scripts/create-pull-request
index a9cf6f9..634a289 100755
---
From: Darren Hart
A greedy regular expression caused emails to be harvested from patches
that were quoted in the commit message. Ensure only tags that start at the
beginning of the line are considered for harvesting.
NOTE: users are still responsible for verifying the recipients list and to
From: Darren Hart
Rather than sending every patch to every recipient of the entire series when
-a is used, only send the cover letter to everyone and use git's
--signed-off-by-cc feature to generate an auto cc list for the individual
patches.
Add a -c option to use --signed-off-by-cc to auto cc
From: Darren Hart
Rather than requiring users to have public remotes and private remotes when
their development remotes are ssh based (and therefor unsuitable for a pull
request URL), rewrite the ones we know about from ssh://git@ to git://.
As the remote url vary from remote to remote, do the R
Signed-off-by: Saul Wold
---
.../mklibs/files/ac_init_fix.patch |2 ++
.../mklibs/files/fix_STT_GNU_IFUNC.patch |3 +++
...bs-native_0.1.31.bb => mklibs-native_0.1.33.bb} |2 +-
3 files changed, 6 insertions(+), 1 deletions(-)
rename meta/recipes-devtools/mk
From: Darren Hart
Allow for arbitrary remotes via a new -u argument. Remove the hard coded
references to the pokylinux repositories. Create the WEB_URL from known
remotes. Future patches can add additional WEB_URL mappings for remotes
like Git Hub, Gitorious, and kernel.org.
Rather than duplicat
From: Darren Hart
Indent with tabs, not spaces, to be consistent with other bash scripts.
Signed-off-by: Darren Hart
Acked-by: Otavio Salvador
Cc: Otavio Salvador
---
scripts/create-pull-request | 78 +-
1 files changed, 39 insertions(+), 39 deletion
From: Jessica Zhang
Signed-off-by: Jessica Zhang
---
.../installer/adt-installer/adt_installer | 13 -
.../installer/adt-installer/adt_installer.conf |2 +-
2 files changed, 13 insertions(+), 2 deletions(-)
diff --git a/meta/recipes-devtools/installer/adt-install
Signed-off-by: Saul Wold
---
meta/recipes-qt/qt4/qt4-tools-native_4.7.3.bb |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/meta/recipes-qt/qt4/qt4-tools-native_4.7.3.bb
b/meta/recipes-qt/qt4/qt4-tools-native_4.7.3.bb
index deb4231..8d292af 100644
--- a/meta/recipes-qt
Also move the upstream location to kernel.org
Signed-off-by: Saul Wold
---
.../{usbutils_0.86.bb => usbutils_0.91.bb} |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
rename meta/recipes-bsp/usbutils/{usbutils_0.86.bb => usbutils_0.91.bb} (91%)
diff --git a/meta/recipes-bsp/
From: Jessica Zhang
Signed-off-by: Jessica Zhang
---
.../installer/adt-installer/adt_installer |2 +-
.../installer/adt-installer/adt_installer.conf |2 +-
.../adt-installer/scripts/adt_installer_internal |4 ++--
.../installer/adt-installer/scripts/data_define|
From: Dexuan Cui
[YOCTO #1024]
Currently package-index.bb only supports ipk. This commit adds the support
for rpm and deb, too.
--
How to generate and use repos:
1) run "bitbake package-index" after building some target,
e.g., core-image-sato-sdk;
2) export ${DEPLOY
From: Bruce Ashfield
Fixes bug: [YOCTO #1035]
Fixes bug: [YOCTO #1036]
Fixes gcc 4.6.0 compliation issues by importing the upstream change:
Author: Michal Marek
Date: Mon May 2 12:13:01 2011 +
kbuild: Fix passing -Wno-* options to gcc 4.4+
Starting with 4.4, gcc will happily ac
From: Xiaofeng Yan
[YOCTO #1079]
Rename this file version from 0.9 to 1.0.
Link time environment for Hong Kong time for lsb test.
Signed-off-by: Xiaofeng Yan
Added yocto bugid
Signed-off-by: Saul Wold
---
meta/recipes-extended/lsb/lsbsetup_0.9.bb | 25 -
meta/reci
From: Koen Kooi
Signed-off-by: Koen Kooi
---
.../tcp-wrappers/tcp-wrappers_7.6.bb |3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb
b/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb
index daaa2
From: Koen Kooi
Signed-off-by: Koen Kooi
---
meta/recipes-extended/sysstat/sysstat.inc |4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
diff --git a/meta/recipes-extended/sysstat/sysstat.inc
b/meta/recipes-extended/sysstat/sysstat.inc
index a4cad0e..4756016 100644
--- a/meta/reci
From: Koen Kooi
Signed-off-by: Koen Kooi
---
meta/recipes-extended/lsof/lsof_4.84.bb |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/meta/recipes-extended/lsof/lsof_4.84.bb
b/meta/recipes-extended/lsof/lsof_4.84.bb
index 960d837..9e76096 100644
--- a/meta/recipes-ex
From: Koen Kooi
Signed-off-by: Koen Kooi
---
meta/recipes-extended/findutils/findutils.inc |2 +-
.../recipes-extended/findutils/findutils_4.2.31.bb |2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/meta/recipes-extended/findutils/findutils.inc
b/meta/recipes-e
From: Koen Kooi
Signed-off-by: Koen Kooi
---
meta/recipes-extended/diffutils/diffutils_2.8.1.bb |2 +-
meta/recipes-extended/diffutils/diffutils_3.0.bb |2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/meta/recipes-extended/diffutils/diffutils_2.8.1.bb
b/meta/reci
This has a few core fixes to master for broken builds, utils.bbclass
address the perl failure and qt4-tools-native address a qt4 failure.
Additional this has Darren's new create/send pull request along with
fixes for 4.6 and libc overrides.
Thanks
Sau!
The following changes since commit 1eb02
On 05/18/2011 01:47 PM, Simon Busch wrote:
On 18.04.2011 14:17, Gary Thomas wrote:
On 04/18/2011 05:34 AM, Koen Kooi wrote:
Op 18 apr 2011, om 13:28 heeft Richard Purdie het volgende geschreven:
On Mon, 2011-04-18 at 12:55 +0200, Koen Kooi wrote:
Martin did some Xorg cleanup in meta-oe toda
From: Darren Hart
Fixes [YOCTO 1029]
u-boot 2010.12 fails to run on the Beagleboard C4 and xM Rev A boards. Commit
55aacbc30e48f6f8a73fb989a58625e70887bc01 suggests there was a mixup during
development, as the MD5SUM change is from the 2011.03 SRCREV back to the
2010.12. Chances are a patch was
From: Darren Hart
Pull URL: git://git.pokylinux.org/poky-contrib.git
Branch: dvhart/beagle
Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=dvhart/beagle
Thanks,
Darren Hart
---
Darren Hart (1):
u-boot: update SRCREV to 2011.03
meta/recipes-bsp/uboot/u-boot_git.bb |
From: Chris Larson
Signed-off-by: Chris Larson
---
meta/classes/package.bbclass |4 +-
meta/classes/package_rpm.bbclass |3 +-
meta/classes/packagedata.bbclass | 68 ++---
meta/lib/oe/packagedata.py | 106 ++
4 files c
From: Chris Larson
Currently, all image features are assumed to be package groups defined with
oe.packagegroup (PACKAGE_GROUP_ = "").
Signed-off-by: Chris Larson
---
meta/classes/core-image.bbclass | 112 ++-
meta/classes/image.bbclass | 41 +
From: Chris Larson
Signed-off-by: Chris Larson
---
meta/classes/image.bbclass | 12 ++--
1 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/meta/classes/image.bbclass b/meta/classes/image.bbclass
index 3c62688..6b4e01e 100644
--- a/meta/classes/image.bbclass
+++ b/meta/cla
From: Chris Larson
This includes some utility functions for dealing with groups of packages
defined in the metadata. Metadata syntax:
PACKAGE_GROUP_ = ""
If the packages in the group are optional:
PACKAGE_GROUP_[optional] = "1"
Signed-off-by: Chris Larson
---
meta/classes/base.bbcl
From: Chris Larson
Signed-off-by: Chris Larson
---
meta/lib/oe/packagedata.py |3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/meta/lib/oe/packagedata.py b/meta/lib/oe/packagedata.py
index 7f0a89d..ee10a23 100644
--- a/meta/lib/oe/packagedata.py
+++ b/meta/lib/oe/packa
From: Chris Larson
This version uses variables to define the groups of packages rather than calls
to base_contains.
Note: this applies on top of kergoth/oe-sync-base.
Example:
PACKAGE_GROUP_stuff_i_like = "openssh nano foo"
IMAGE_FEATURES += "stuff_i_like"
Pull URL: git://git.openembedded.or
From: Chris Larson
Signed-off-by: Chris Larson
---
meta/classes/base.bbclass |4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/meta/classes/base.bbclass b/meta/classes/base.bbclass
index 391545c..7950bc3 100644
--- a/meta/classes/base.bbclass
+++ b/meta/classes/base.bb
From: Chris Larson
Pull URL: git://git.openembedded.org/openembedded-core-contrib
Branch: kergoth/oe-sync-base
Browse:
http://git.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=kergoth/oe-sync-base
Thanks,
Chris Larson
---
Chris Larson (5):
Implement variable typing (sy
From: Chris Larson
This implementation consists of two components:
- Type creation python modules, whose job it is to construct objects of the
defined type for a given variable in the metadata
- typecheck.bbclass, which iterates over all configuration variables with a
type defined and uses o
From: Chris Larson
The current mechanism makes it easier for classes to add new oe modules to be
automatically imported, and thereby made available to python snippets (${@}).
Signed-off-by: Chris Larson
---
meta/classes/base.bbclass | 22 +-
1 files changed, 9 insertions(
From: Chris Larson
Signed-off-by: Chris Larson
---
meta/lib/oe/data.py |5 +
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/meta/lib/oe/data.py b/meta/lib/oe/data.py
index 8b7c3cd..4b4d03e 100644
--- a/meta/lib/oe/data.py
+++ b/meta/lib/oe/data.py
@@ -6,6 +6,11 @@ def ty
From: Chris Larson
This can be useful if we need the imports from another config parsed event
handler, and can't rely upon the base one running before that one.
Signed-off-by: Chris Larson
---
meta/classes/base.bbclass | 33 ++---
1 files changed, 18 insertions(+)
On Wed, May 18, 2011 at 1:12 PM, Phil Blundell wrote:
> On Wed, 2011-05-18 at 11:07 -0700, Khem Raj wrote:
>> there are certain common parts that can be abstracted
>> and can be maintained in oe-core so everyone benefits
>> from it and certain image specific parts can be done in
>> distros. So kee
On Wed, 2011-05-18 at 11:07 -0700, Khem Raj wrote:
> there are certain common parts that can be abstracted
> and can be maintained in oe-core so everyone benefits
> from it and certain image specific parts can be done in
> distros. So keeping common parts in core would still
> be better IMO
Which
On 18.04.2011 14:17, Gary Thomas wrote:
> On 04/18/2011 05:34 AM, Koen Kooi wrote:
>>
>> Op 18 apr 2011, om 13:28 heeft Richard Purdie het volgende geschreven:
>>
>>> On Mon, 2011-04-18 at 12:55 +0200, Koen Kooi wrote:
Martin did some Xorg cleanup in meta-oe today and we're seeing some
st
On Wed, May 18, 2011 at 07:52:50PM +0200, Leon Woestenberg wrote:
> Hello,
>
> On Wed, May 18, 2011 at 7:29 PM, Koen Kooi wrote:
> >
> > Op 18 mei 2011, om 19:08 heeft Phil Blundell het volgende geschreven:
> >
> >> On Wed, 2011-05-18 at 09:40 -0700, Khem Raj wrote:
> >>> Problem I have is, I don
From: Saul Wold
This ensures you look up the symbolic link to get the full path
Signed-off-by: Saul Wold
---
meta/classes/utils.bbclass |3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/meta/classes/utils.bbclass b/meta/classes/utils.bbclass
index 6bcaf86..1965d2f 1006
From: Saul Wold
Pull URL: git://git.pokylinux.org/poky-contrib.git
Branch: sgw/patch
Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=sgw/patch
Thanks,
Saul Wold
---
Saul Wold (1):
utils.bbclass: modify create_wrapper to correctly follow symlinks
meta/classes/utils.b
Op 18 mei 2011, om 20:23 heeft Saul Wold het volgende geschreven:
> From: Saul Wold
>
> This ensures you look up the symbolic link to get the full path
>
> Signed-off-by: Saul Wold
> ---
> meta/classes/utils.bbclass |3 ++-
> 1 files changed, 2 insertions(+), 1 deletions(-)
>
> diff --git
On Wed, May 18, 2011 at 10:18 AM, Darren Hart wrote:
> Rather than sending every patch to every recipient of the entire series when
> -a is used, only send the cover letter to everyone and use git's
> --signed-off-by-cc feature to generate an auto cc list for the individual
> patches.
>
> Add a -c
From: Saul Wold
This ensures you look up the symbolic link to get the full path
Signed-off-by: Saul Wold
---
meta/classes/utils.bbclass |3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/meta/classes/utils.bbclass b/meta/classes/utils.bbclass
index 6bcaf86..a789d41 1006
From: Saul Wold
Pull URL: git://git.pokylinux.org/poky-contrib.git
Branch: sgw/patch
Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=sgw/patch
Thanks,
Saul Wold
---
Saul Wold (1):
utils.bbclass: modify create_wrapper to correctly follow symlinks
meta/classes/utils.b
DISTROs are free to opt for task-base without task-core-boot at image time.
Signed-off-by: Koen Kooi
---
meta/conf/distro/include/default-distrovars.inc |1 -
meta/recipes-core/tasks/task-base.bb|2 +-
2 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/meta/conf/d
Op 18 mei 2011, om 20:07 heeft Khem Raj het volgende geschreven:
> On Wed, May 18, 2011 at 10:52 AM, Leon Woestenberg
> wrote:
>> Hello,
>>
>> On Wed, May 18, 2011 at 7:29 PM, Koen Kooi
>> wrote:
>>>
>>> Op 18 mei 2011, om 19:08 heeft Phil Blundell het volgende geschreven:
>>>
On Wed,
On Wed, May 18, 2011 at 10:52 AM, Leon Woestenberg
wrote:
> Hello,
>
> On Wed, May 18, 2011 at 7:29 PM, Koen Kooi wrote:
>>
>> Op 18 mei 2011, om 19:08 heeft Phil Blundell het volgende geschreven:
>>
>>> On Wed, 2011-05-18 at 09:40 -0700, Khem Raj wrote:
Problem I have is, I dont want udev i
Hello,
On Wed, May 18, 2011 at 7:29 PM, Koen Kooi wrote:
>
> Op 18 mei 2011, om 19:08 heeft Phil Blundell het volgende geschreven:
>
>> On Wed, 2011-05-18 at 09:40 -0700, Khem Raj wrote:
>>> Problem I have is, I dont want udev in RDEPENDS which is added by
>>> task-core-boot
>>> and task-core-boo
On Wed, May 18, 2011 at 10:18 AM, Darren Hart wrote:
> The script was sending one patch at a time, which defeats the internal
> confirmation mechanism of git-send-email (which would otherwise allow
> the user to send all patches or abort immediately).
>
> Rework the sending logic to use no more th
Op 18 mei 2011, om 19:08 heeft Phil Blundell het volgende geschreven:
> On Wed, 2011-05-18 at 09:40 -0700, Khem Raj wrote:
>> Problem I have is, I dont want udev in RDEPENDS which is added by
>> task-core-boot
>> and task-core-boot is added to DISTRO_EXTRA_RDEPENDS through
>> default-distrovars.i
Currently it is difficult to know if a pull request is being sent for review
or just to be pulled.
Add a -c argument to add RFC to the subject prefix and a blurb requesting
review to the cover letter.
Signed-off-by: Darren Hart
Acked-by: Joshua Lock
Acked-by: Otavio Salvador
Cc: Richard Purdie
Perform a quick sanity check to be able to direct users to configure
git.sendemail if they haven't yet.
Signed-off-by: Darren Hart
Acked-by: Otavio Salvador
Cc: Otavio Salvador
---
scripts/send-pull-request | 15 +++
1 files changed, 15 insertions(+), 0 deletions(-)
diff --git a
From: Otavio Salvador
Signed-off-by: Otavio Salvador
Signed-off-by: Darren Hart
---
scripts/create-pull-request |7 +++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/scripts/create-pull-request b/scripts/create-pull-request
index 9dbd55a..a9cf6f9 100755
--- a/scripts/c
On Tue, May 17, 2011 at 3:48 AM, Koen Kooi wrote:
> From: Richard Purdie
>
> The current solutions to share uclibc, eglibc and glibc builds in the
> same tree all have various issues associated with them. Appending the
> suffix to TMPDIR seems like the best solution since sstate (which
> defaults
Indent with tabs, not spaces, for consistency with other bash scripts.
Signed-off-by: Darren Hart
Acked-by: Otavio Salvador
Cc: Otavio Salvador
---
scripts/send-pull-request | 250 ++--
1 files changed, 125 insertions(+), 125 deletions(-)
diff --git a/
From: Otavio Salvador
Some remotes can use HTTPS and we don't need to check the certificate
of the host so wget call is changed to avoid it.
Signed-off-by: Otavio Salvador
Signed-off-by: Darren Hart
---
scripts/create-pull-request |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
d
There is no real value in supporting sendmail directly when git
can be configured to use it. The script used to generate the
pull request mails relies heavily on git, so doing so here does
not impose any additional dependencies and it greatly reduces the
complexity of this script.
Signed-off-by: D
Rather than sending every patch to every recipient of the entire series when
-a is used, only send the cover letter to everyone and use git's
--signed-off-by-cc feature to generate an auto cc list for the individual
patches.
Add a -c option to use --signed-off-by-cc to auto cc recipeients at the
i
Signed-off-by: Darren Hart
Acked-by: Otavio Salvador
Cc: Otavio Salvador
---
scripts/create-pull-request | 26 ++
scripts/send-pull-request | 25 +
2 files changed, 51 insertions(+), 0 deletions(-)
diff --git a/scripts/create-pull-request b
Signed-off-by: Darren Hart
Acked-by: Otavio Salvador
Cc: Otavio Salvador
---
scripts/create-pull-request |7 +++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/scripts/create-pull-request b/scripts/create-pull-request
index a9cf6f9..634a289 100755
--- a/scripts/create-pu
Rather than requiring users to have public remotes and private remotes when
their development remotes are ssh based (and therefor unsuitable for a pull
request URL), rewrite the ones we know about from ssh://git@ to git://.
As the remote url vary from remote to remote, do the REMOTE_REPO regex per
The script was sending one patch at a time, which defeats the internal
confirmation mechanism of git-send-email (which would otherwise allow
the user to send all patches or abort immediately).
Rework the sending logic to use no more than two commands. Use two
commands when the cover letter is to b
Indent with tabs, not spaces, to be consistent with other bash scripts.
Signed-off-by: Darren Hart
Acked-by: Otavio Salvador
Cc: Otavio Salvador
---
scripts/create-pull-request | 78 +-
1 files changed, 39 insertions(+), 39 deletions(-)
diff --git a/s
Some initial cleanup prior to a significant overhaul.
Signed-off-by: Darren Hart
Acked-by: Otavio Salvador
Cc: Otavio Salvador
---
scripts/create-pull-request | 10 +-
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/scripts/create-pull-request b/scripts/create-pull-req
A greedy regular expression caused emails to be harvested from patches
that were quoted in the commit message. Ensure only tags that start at the
beginning of the line are considered for harvesting.
NOTE: users are still responsible for verifying the recipients list and to
ensure they do not
Allow for arbitrary remotes via a new -u argument. Remove the hard coded
references to the pokylinux repositories. Create the WEB_URL from known
remotes. Future patches can add additional WEB_URL mappings for remotes
like Git Hub, Gitorious, and kernel.org.
Rather than duplicating the git request-
This series was reviewed and received several Acks, now included, and no
suggestions for change. It is now ready to be pulled into oe-core. Before
merging into the poky/meta dir, poky/meta needs to be synced with oe-core.
It is missing the following commit from oe-core:
commit 84e07ef76bf4f484a2d5
From: Chris Larson
- Name the screen session 'devshell', to avoid confusion if running bitbake
itself under a screen session.
- Display a warning message when spawning screen, so it's clear to the user
that screen has been run (otherwise do_devshell just appears to hang).
Signed-off-by: Chri
From: Chris Larson
In the new implementation, each known terminal is defined as a class in
oe.terminal, as a subclass of bb.process.Popen. It obeys the OE_TERMINAL
variable, which is a 'choice' typed variable. This variable may be 'auto',
'none', or any of the names of the defined terminals.
Whe
From: Chris Larson
- Adds a utility metaclass for maintaining class registries
- Shifts the handling of spawning a terminal into a new 'terminal' python
module
- Automatically selects an appropriate terminal based on what you have
available on your machine
- Still allows manual selection, but i
From: Chris Larson
This adds a ClassRegistry utility metaclass, as maintaining a class registry
is a fairly common thing to do.
Signed-off-by: Chris Larson
---
meta/lib/oe/classutils.py | 43 +++
1 files changed, 43 insertions(+), 0 deletions(-)
creat
On Wed, 2011-05-18 at 09:40 -0700, Khem Raj wrote:
> Problem I have is, I dont want udev in RDEPENDS which is added by
> task-core-boot
> and task-core-boot is added to DISTRO_EXTRA_RDEPENDS through
> default-distrovars.inc -> defaultsetup.conf -> bitbake.conf
>
> and my distro adds DISTRO_EXTRA_R
On Wed, May 18, 2011 at 8:53 AM, Phil Blundell wrote:
> On Tue, 2011-05-17 at 13:57 -0700, Khem Raj wrote:
>> With default-setup being pulled in via bitbake.conf and task-core-boot
>> being pulled into all images in distros, we need
>> to have some variables that distro's can override if need be
>
Repeating the patch contents here, since that's the
whole story:
Fixes bug: [YOCTO #1035]
Fixes bug: [YOCTO #1036]
Fixes gcc 4.6.0 compliation issues by importing the upstream change:
Author: Michal Marek
Date: Mon May 2 12:13:01 2011 +
kbuild: Fix passing -Wno-* options to gcc 4
>From 92ad9ce8e770b46df38ed015486c76efe502f382 Mon Sep 17 00:00:00 2001
Message-Id:
<92ad9ce8e770b46df38ed015486c76efe502f382.1305736112.git.bruce.ashfi...@windriver.com>
In-Reply-To:
References:
From: Bruce Ashfield
Date: Wed, 18 May 2011 12:07:44 -0400
Subject: [PATCH 1/2] linux-yocto: fix gc
Fixes gcc 4.6.0 compliation issues by importing the upstream change:
Author: Michal Marek
Date: Mon May 2 12:13:01 2011 +
kbuild: Fix passing -Wno-* options to gcc 4.4+
Starting with 4.4, gcc will happily accept -Wno- in the
cc-option test and complain late
On Tue, 2011-05-17 at 13:57 -0700, Khem Raj wrote:
> With default-setup being pulled in via bitbake.conf and task-core-boot
> being pulled into all images in distros, we need
> to have some variables that distro's can override if need be
> This is a backport from angstrom/OE. It will help distros w
On Tue, 2011-05-17 at 17:22 +0100, Richard Purdie wrote:
> On Tue, 2011-05-17 at 15:50 +0100, Phil Blundell wrote:
> > I guess I could teach remove_packaging_data_files() to not create the
> > empty directory if O_P_M=="none". Would you be happier with that?
>
> Mostly. The question remains what
On Wed, May 18, 2011 at 9:50 AM, Otavio Salvador
wrote:
> On Wed, May 18, 2011 at 10:30, Richard Purdie
> wrote:
>> On Wed, 2011-05-18 at 01:17 -0700, Saul Wold wrote:
>>> This requests includes the removal of clutter, yaffs and older
>>> gcc version, along with the GCC 4.6 Update for x86 and arm
1 - 100 of 139 matches
Mail list logo