On 01/31/2012 08:16 PM, Steve Sakoman wrote:
> On Tue, Jan 31, 2012 at 11:28 AM, Darren Hart 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 s
From: Peter Tworek
Right now gconf bbclass adds both postinst and prerm steps, but it does
not ensure that packages involved have gconf in RDEPENDS. This can lead
to a situation where postinst/prerm steps fail because gconftool-2 is
not installed.
Signed-off-by: Peter Tworek
Signed-off-by: Koen
On 31/01/12 18:06, Otavio Salvador wrote:
On Tue, Jan 31, 2012 at 22:58, Joshua Lock mailto:j...@linux.intel.com>> wrote:
@@ -46,12 +46,18 @@ do_install () {
pkg_preinst_${PN} () {
# all this is needed to avoid sysmlink errors,
# because update-rc.d runs before
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/- file
Run: send-pull-reques
On Tue, Jan 31, 2012 at 11:28 AM, Darren Hart 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 f
On Tue, Jan 31, 2012 at 22:58, Joshua Lock wrote:
> @@ -46,12 +46,18 @@ do_install () {
> pkg_preinst_${PN} () {
># all this is needed to avoid sysmlink errors,
># because update-rc.d runs before pkg_postinst
> - if [ -e ${sysconfdir}/init.d/syslog -a ! -L
> ${sysconfdir}/i
On Mon, Jan 30, 2012 at 9:01 AM, Saul Wold wrote:
> On 01/28/2012 04:00 PM, Andreas Müller wrote:
>>
>> Native support currently is appended in meta-oe. Native build failed with:
>>
>> | /usr/share/gir-1.0/GLib-2.0.gir:9:1: error: Unsupported version '1.1'
>> | /usr/share/gir-1.0/GLib-2.0.gir:9:39
All,
Here are a couple of patches to fix issues in test builds I've been running
today.
The first fixes our patched configure script in pciutils for users of the dash
shell. The second ensures sysklogd is a little more useful out of the box.
Cheers,
Joshua
The following changes since commit d7b
This patch fixes several issues with the sysklogd recipe:
o Errors at start due to non-existent /var/log/news/ - every other log
file is created in /var/log, not a sub-directory. Do the same for news
logs.
o klogd would not be stopped due to pidfile recycling, give klogd its own
pidfile
o pre
Signed-off-by: Joshua Lock
---
.../conf/distro/include/distro_tracking_fields.inc |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/meta/conf/distro/include/distro_tracking_fields.inc
b/meta/conf/distro/include/distro_tracking_fields.inc
index 1eb08a2..a214a37 100644
---
configure.patch was missing a closing quote in a sed expression which
causes script execution to error on less forgiving shells such as dash.
Signed-off-by: Joshua Lock
---
.../pciutils/pciutils-3.1.9/configure.patch|2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git
On Tue, Jan 31, 2012 at 11:26 AM, Darren Hart wrote:
> On 01/31/2012 12:58 AM, Khem Raj wrote:
>> On Mon, Jan 30, 2012 at 11:57 PM, Koen Kooi
>> wrote:
>>>
>>> Like the one in meta-oe?
>>> http://cgit.openembedded.org/meta-openembedded/commit/?id=2292ac565c220f2112a07abd563c6a9ee34dc662
>>
>> s
On Tue, Jan 31, 2012 at 10:34:34AM -0800, Saul Wold wrote:
> On 01/31/2012 09:42 AM, Paul Gortmaker wrote:
> > On 12-01-31 11:54 AM, Saul Wold wrote:
> >> On 01/27/2012 08:21 AM, Paul Gortmaker wrote:
> >>> This adds a recipe for U-Boot v2011.12. In doing so, some of
> >>> non-shareable settings w
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
On 01/31/2012 12:58 AM, Khem Raj wrote:
> On Mon, Jan 30, 2012 at 11:57 PM, Koen Kooi
> wrote:
>>
>> Like the one in meta-oe?
>> http://cgit.openembedded.org/meta-openembedded/commit/?id=2292ac565c220f2112a07abd563c6a9ee34dc662
>
> slightly better ;) Since I was intending to replace complete
>
On 01/31/2012 10:34 AM, Saul Wold wrote:
> On 01/31/2012 09:42 AM, Paul Gortmaker wrote:
>> On 12-01-31 11:54 AM, Saul Wold wrote:
>>> On 01/27/2012 08:21 AM, Paul Gortmaker wrote:
This adds a recipe for U-Boot v2011.12. In doing so, some of
non-shareable settings were moved out of u-b
On 01/31/2012 09:42 AM, Paul Gortmaker wrote:
On 12-01-31 11:54 AM, Saul Wold wrote:
On 01/27/2012 08:21 AM, Paul Gortmaker wrote:
This adds a recipe for U-Boot v2011.12. In doing so, some of
non-shareable settings were moved out of u-boot.inc and others
moved in.
The recipe was tested on an
Fixes [YOCTO #1940]
do_bootimg was performing the FAT overhead calculations assuming FAT32 and then
forcing the use of FAT32 with "-F 32" to mkdosfs. The FAT specification is clear
on cluster count being the determining factor for FAT size (even if the fs
string is set to FAT32, go figure). Syslin
The following changes since commit d7b13cd42ab8d5f44f97e119b73ec2e363677d26:
useradd.bbclass: Fix missing quote (2012-01-27 23:57:33 +)
are available in the git repository at:
git://git.yoctoproject.org/user-contrib/dvhart/oe-core dvhart/bug/1940
http://git.yoctoproject.org/cgit.cgi/us
gzip is required to uncompress repository files
gnupg is required for the support of signed repositories.
Signed-off-by: Steve Sakoman
---
meta/recipes-extended/libzypp/libzypp_git.bb |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/meta/recipes-extended/libzypp/libzyp
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
---
meta/recipes-support/libksba/libksba_1.2.0.bb | 12
1 files changed, 12 insertions(+), 0 deletions(-)
create mode 100644 meta/recipes-support/
GnuPG 2.0 is the new modularized version of GnuPG supporting OpenPGP and S/MIME
Signed-off-by: Steve Sakoman
---
meta/recipes-support/gnupg/gnupg_2.0.18.bb | 25 +
1 files changed, 25 insertions(+), 0 deletions(-)
create mode 100644 meta/recipes-support/gnupg/gnupg_2.0
The current libzypp implementation does not work with signed repositories.
This patch series adds recipes for the required packages as well as the
necessary runtime dependencies to libzypp.
Tested on Gumstix Overo (OMAP3) with meta-openembedded layer enabled and
a systemd based console image.
Ver
On Mon, Jan 30, 2012 at 11:42 PM, Anders Darander wrote:
> * Steve Sakoman [120131 06:32]:
>
>> On Mon, Jan 30, 2012 at 7:23 PM, Saul Wold wrote:
>> > On 01/30/2012 05:39 PM, Steve Sakoman wrote:
>
>> > I will wait to pull this until I hear back from you with another pull
>> > request. Thanks f
Currently, pkgconfig dependencies get added to -dev packages which install
.pc files however nothing in the system makes bitbake aware of these
dependencies so images can fail with pkgconfig being missing.
This change explictly adds in the pkgconfig RDEPENDS to the -dev packages
and hence makes bi
On Tue, Jan 31, 2012 at 2:48 AM, Phil Blundell wrote:
> On Mon, 2012-01-30 at 20:13 -0800, Saul Wold wrote:
>> We have diverged a bit from oe.dev where thumb in OVERRIDES meant
>> the code was being compiled in thumb mode. With tunearch this got
>> a different meaning where it meant that if a core
On Tue, Jan 31, 2012 at 02:13, Saul Wold wrote:
> Kernel Update from Bruce, they need a meta-yocto change set also.
> I pulled the first part of Steve's GNUGP changes, but not the enabling
> part since that is getting tweaked still.
>
>
GNUPG I guess ;-)
--
Otavio Salvador
On Mon, 2012-01-30 at 20:13 -0800, Saul Wold wrote:
> We have diverged a bit from oe.dev where thumb in OVERRIDES meant
> the code was being compiled in thumb mode. With tunearch this got
> a different meaning where it meant that if a core is capable of
> generating thumb code them we will have thi
On Mon, Jan 30, 2012 at 11:57 PM, Koen Kooi wrote:
>
> Like the one in meta-oe?
> http://cgit.openembedded.org/meta-openembedded/commit/?id=2292ac565c220f2112a07abd563c6a9ee34dc662
slightly better ;) Since I was intending to replace complete
module-init-tools (including cross recipes) with kmod.
On 01/30/2012 11:26 PM, Khem Raj wrote:
On Mon, Jan 30, 2012 at 9:18 PM, Tom Zanussi wrote:
On Mon, 2012-01-30 at 20:19 -0800, Khem Raj wrote:
On Mon, Jan 30, 2012 at 7:15 PM, Saul Wold wrote:
This patch is going to require some coordination with meta-yocto and
possibly other layers that cur
Op 31 jan. 2012, om 05:24 heeft Khem Raj het volgende geschreven:
> On Mon, Jan 30, 2012 at 5:50 PM, Ni Qingliang
> wrote:
>> it is replaced by kmod on archlinux
>> http://www.archlinux.org/news/kmod-replaces-module-init-tools/
>>
>
> yes I have local recipes for kmod but untested
Like the on
31 matches
Mail list logo