Re: [OE-core] Avoiding getting the login prompt on the LCD at boot

2014-07-03 Thread Ulf Samuelsson
2014-07-03 22:31, Burton, Ross skrev: On 3 July 2014 18:19, Ulf Samuelsson wrote: Between 2 and 3, I get an ugly login prompt. So something is chvt'ing away from psplash too early. Is the Qt application running on framebuffer, or Wayland, or X11, or what? Ross Running eglfs usin

[OE-core] Avoiding getting the login prompt on the LCD at boot

2014-07-03 Thread Ulf Samuelsson
FRAMEBUFFER_CONSOLE from the kernel build, but then I do not get a Boot LOGO. The screen is black, blinks and then psplash starts. Any ideas? Ulf Samuelsson -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http

Re: [OE-core] meta-toolchain-sdk LDFLAGS fails for ARMv7 (beagleboard)

2014-04-08 Thread Ulf Samuelsson
8 apr 2014 kl. 08:50 skrev Ulf Samuelsson : > Clearing LDFLAGS allows U-Boot to build. > > Now trying to build a busybox with static linking, but the SDK only provides > the lib.so > and not the lib.a static libraries. > > Any easy way to make it include both? F

Re: [OE-core] meta-toolchain-sdk LDFLAGS fails for ARMv7 (beagleboard)

2014-04-07 Thread Ulf Samuelsson
Clearing LDFLAGS allows U-Boot to build. Now trying to build a busybox with static linking, but the SDK only provides the lib.so and not the lib.a static libraries. Any easy way to make it include both? Best Regards Ulf Samuelsson 7 apr 2014 kl. 22:17 skrev Denys Dmytriyenko : > On

[OE-core] meta-toolchain-sdk LDFLAGS fails for ARMv7 (beagleboard)

2014-04-07 Thread Ulf Samuelsson
v/poky/build/tmp/work/beagleboard-poky-linux-gnueabi/u-boot/v2013.07+gitAUTOINC+62c175fbb8-r0/git/spl/common/memsize.o /home/ulf/felabs/sysdev/poky/build/tmp/work/beagleboard-poky-linux-gnueabi/u-boot/v2013.07+gitAUTOINC+62c175fbb8-r0/git/spl/common/stdio.o -- Best Regards Ulf Samuelsson eMagii -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core

Re: [OE-core] [PATCH] local.conf.sample: Add automatic defaults for BB_NUMBER_THREADS and PARALLEL_MAKE

2014-02-03 Thread Ulf Samuelsson
1 feb 2014 kl. 10:21 skrev Mike Looijmans : > On 01/29/2014 01:56 PM, Richard Purdie wrote: >> On Wed, 2014-01-29 at 13:09 +0100, Ulf Samuelsson wrote: >>> We discussed this 2.3 months ago. >>> Did some studies on my dual hex-core machine (24 H/W treads) while >&g

Re: [OE-core] [PATCH] local.conf.sample: Add automatic defaults for BB_NUMBER_THREADS and PARALLEL_MAKE

2014-01-29 Thread Ulf Samuelsson
2014-01-29 13:56, Richard Purdie skrev: On Wed, 2014-01-29 at 13:09 +0100, Ulf Samuelsson wrote: We discussed this 2.3 months ago. Did some studies on my dual hex-core machine (24 H/W treads) while building a cloud9-gnome-image derivative. This did about 7500 tasks. Enabled the CPU supervisors

Re: [OE-core] [PATCH] local.conf.sample: Add automatic defaults for BB_NUMBER_THREADS and PARALLEL_MAKE

2014-01-29 Thread Ulf Samuelsson
t; for that part of the build. Got my build down to 83 minutes. Since I have 96 GB of RAM, I tried creating an 80 GB tmpfs for the build, and copied the download and the recipes to the ram. That shaved only 2 monutes from the build, and some stuff, still built using only a single CPU. BR Ulf Sa

Re: [OE-core] Can OE build it's own make?

2013-12-10 Thread Ulf Samuelsson
manually add synaptic, then add gnome + git + ssh keys. Then I download the script and let it run. Suggest you adopt a similar approach. Best Regards Ulf Samuelsson u...@emagii.com +46 (722) 427 437 10 dec 2013 kl. 17:36 skrev Mats Kärrman : > Hi, > > I have run into problems

Re: [OE-core] [PATCH v2] curlpp: add curl c++ bindings

2013-12-03 Thread Ulf Samuelsson
quite useful when you dont have a screen connected. Thinking of checking that in somewhere. Would meta-openembedded/meta-networking/recipes-support be OK? Best Regards Ulf Samuelsson u...@emagii.com 3 dec 2013 kl. 13:24 skrev Paul Eggleton : > Hi Ulf, > > On Monday 02 December 2013 1

[OE-core] [PATCH] curlpp: add curl c++ bindings

2013-12-02 Thread Ulf Samuelsson
Signed-off-by: Ulf Samuelsson --- .../curlpp/curlpp/pkgconfig_fix.patch | 38 + meta/recipes-support/curlpp/curlpp_0.7.3.bb| 90 2 files changed, 128 insertions(+) create mode 100644 meta/recipes-support/curlpp/curlpp/pkgconfig_fix.patch

Re: [OE-core] Improving Build Speed

2013-11-23 Thread Ulf Samuelsson
2013-11-21 14:53, Richard Purdie skrev: On Thu, 2013-11-21 at 09:04 +0100, Ulf Samuelsson wrote: Why restrict PARALLEL_MAKE to anything less than the number of H/W threads in the machine? Came up with a construct PARALLEL_HIGH which is defined alongside PARALLEL_MAKE in conf

Re: [OE-core] Improving Build Speed

2013-11-21 Thread Ulf Samuelsson
Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core -- Best Regards Ulf Samuelsson eMagii ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core

Re: [OE-core] Improving Build Speed

2013-11-20 Thread Ulf Samuelsson
2013-11-21 01:19, Martin Jansa skrev: On Wed, Nov 20, 2013 at 11:43:13PM +0100, Ulf Samuelsson wrote: 2013-11-20 22:29, Richard Purdie skrev: Another idea: I suspect that there is a lot of unpacking and patching of recipes for the target when the native stuff is built. Does it make sense to

Re: [OE-core] Improving Build Speed

2013-11-20 Thread Ulf Samuelsson
2013-11-20 22:29, Richard Purdie skrev: Hi Ulf, Nice to see someone else looking at this. I've shared some of my thoughts and observations below based on some of the work I've done trying to speed things up. On Wed, 2013-11-20 at 22:05 +0100, Ulf Samuelsson wrote: Finally got my

Re: [OE-core] FOSDEM 2014 Embedded dev room CFP

2013-11-20 Thread Ulf Samuelsson
which can be considered to be generic as open-source, maybe with the boost license or the MIT license. Then they can be used by other projects without license issues. Thinking of a title: Proprietary application, still benefiting open source. What do you guys think? Would it be appropriate to show

[OE-core] Improving Build Speed

2013-11-20 Thread Ulf Samuelsson
Finally got my new build machine running. so I thought I'd measure the performance vs the old machine Home Built Core i7-980X 6 core/12 threads @ 3,33GHz 12 GB RAM @ 1333 Mhz. WD Black 1 TB @ 7200 rpm Precision 7500 2 x (X5670 6 core 2,93 MHz) 2 x (24 GB RAM @ 1333 MHz)

Re: [OE-core] [Angstrom-devel] Mix of systemd version in Angstrom Master

2013-11-04 Thread Ulf Samuelsson
On 2013-11-04 01:01, Ulf Samuelsson wrote: Have built the Angstrom master for a Beaglebone. Trying to create a simple systemd service (non-forking). This fails to start. When I look into the systemd log (log_level=debug), there are references to "/org/freedesktop/systemd1" which does

[OE-core] Mix of systemd version in Angstrom Master

2013-11-03 Thread Ulf Samuelsson
quot; exist, which I believe is present in newer systemd's. The service uses the boost, curl, curlpp and thread libraries. Uses UDP and serial port for communication. I do not use D-Bus directly, but it seems to be related to D-Bus anyway. Anyone got a clue on how to proceed? BR Ulf Samuels

[OE-core] elfutils-native-0.148 does not build on Ubuntu-13.10

2013-10-28 Thread Ulf Samuelsson
elfutils-native-0.148-r11/elfutils-0.148/src' | make[1]: *** [all-recursive] Error 1 | make[1]: Leaving directory `/home2/Angstrom/build/tmp-angstrom_v2012_12-eglibc/work/i686-linux/elfutils-native-0.148-r11/elfutils-0.148' | make: *** [all] Error 2 | ERROR: oe_runmak

Re: [OE-core] Using the correct "xserver-xf86-config_0.1.bbappend

2013-10-21 Thread Ulf Samuelsson
On 2013-10-21 22:21, Khem Raj wrote: Ulf On Mon, Oct 21, 2013 at 9:30 AM, Ulf Samuelsson wrote: Trying to build a systemd-gnome-image raspberrypi under Angstrom, with a few extra layers. This fails on "xserver-xf86-config_0.1.[bb|bbappend]" The extra layer has BBPRIORITY

Re: [OE-core] Installing files in the /home/xxx directory

2013-10-21 Thread Ulf Samuelsson
On 2013-10-17 23:25, Ulf Samuelsson wrote: Would like to install some files in under the "/home" directory. A simplfied recipe looks like this: do_install () { install -d ${D}/${base_dir}/home/root install-m 0644${S}/my.conf ${D}/${base_dir}/home/root/my.conf } FILES

[OE-core] Using the correct "xserver-xf86-config_0.1.bbappend

2013-10-21 Thread Ulf Samuelsson
* * When I change to: *SRC_URI_append_raspberrypi = " file://xorg.conf.d/10-evdev.conf "* the raspberry pi version completes. /Wildcards are not allowed?/ -- Best Regards Ulf Samuelsson eMagii ___ Openembedded-core mailing list Openembedded-co

Re: [OE-core] [PATCH] Add tune for Cortex-A5 chips

2013-10-21 Thread Ulf Samuelsson
On 2013-10-21 13:17, Martin Jansa wrote: On Mon, Oct 21, 2013 at 10:59:57AM +0200, Ulf Samuelsson wrote: Signed-off-by: Ulf Samuelsson --- meta/conf/machine/include/tune-cortexa5.inc | 24 1 file changed, 24 insertions(+) create mode 100644 meta/conf/machine

[OE-core] [PATCH] Add tune for Cortex-A5 chips

2013-10-21 Thread Ulf Samuelsson
Signed-off-by: Ulf Samuelsson --- meta/conf/machine/include/tune-cortexa5.inc | 24 1 file changed, 24 insertions(+) create mode 100644 meta/conf/machine/include/tune-cortexa5.inc diff --git a/meta/conf/machine/include/tune-cortexa5.inc b/meta/conf/machine/include

Re: [OE-core] Issues with PREFERRED_VERSION/PREFERRED_PROVIDER for the kernel

2013-10-18 Thread Ulf Samuelsson
In some cases, you might want to override a few things in the DISTRO. Maybe an easy way to handle this would be if the DISTRO conf file included an empty file at the end, which can be overridden by a file in your own layer. Best Regards Ulf Samuelsson 18 okt 2013 kl. 18:31 skrev Koen Kooi

[OE-core] Issues with PREFERRED_VERSION/PREFERRED_PROVIDER for the kernel

2013-10-18 Thread Ulf Samuelsson
sage, but ignored? (4) If bitbake cannot find a recommended PROVIDER, and selects something else, why not use the PREFERRED_VERSION if it exists? BR Ulf Samuelsson ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core

[OE-core] Installing files in the /home/xxx directory

2013-10-17 Thread Ulf Samuelsson
d but not shipped /home /home/root - What is wrong in above? Any ideas on how to get files into "/home/xxx" ? -- Best Regards Ulf Samuelsson ___ Openembedded-core mailing

Re: [OE-core] Problems when building Angstrom master & 1.3 & 1.4 for Beagleboard Black

2013-10-14 Thread Ulf Samuelsson
On 2013-10-14 20:31, Khem Raj wrote: On Oct 11, 2013, at 8:33 AM, Ulf Samuelsson wrote: On 2013-10-11 16:58, Koen Kooi wrote: Op 11 okt. 2013, om 16:32 heeft Ulf Samuelsson het volgende geschreven: Have tried out building Angstrom for Beaglebone Black on a Quad-Core i7/Ubuntu 12.04 i386

Re: [OE-core] Problems when building Angstrom master & 1.3 & 1.4 for Beagleboard Black

2013-10-11 Thread Ulf Samuelsson
On 2013-10-11 16:58, Koen Kooi wrote: Op 11 okt. 2013, om 16:32 heeft Ulf Samuelsson het volgende geschreven: Have tried out building Angstrom for Beaglebone Black on a Quad-Core i7/Ubuntu 12.04 i386 with: I strongly recommend ditching ubuntu and installing linux instead. I don't

[OE-core] Problems when building Angstrom master & 1.3 & 1.4 for Beagleboard Black

2013-10-11 Thread Ulf Samuelsson
ine MAX_ARG_PAGES64 struct page *page[MAX_ARG_PAGES]; #endif CONFIG_MMU is set, so the change is in part of the code which is not used Maybe there should be some kind of warning about how deep in the directory structure Angstrom can be. --- The resu

Re: [OE-core] Stand for FOSDEM

2013-01-13 Thread Ulf Samuelsson
. Hopefully I should be able to arrange another Atmel raffle, to draw people to the stand. Do we have any plans for demo's? BR Ulf Samuelsson I volunteered to do this at the GA, so I can do it. I'll definitely need some assistance though (esp. with regard to getting the gear to the venue

Re: [OE-core] bitbake -c clean fails

2012-02-08 Thread Ulf Samuelsson
On 2012-02-07 23:40, Khem Raj wrote: Clean it's just a "clean". As in "make clean". So after a clean you will typically have configure, compile etc. "cleanall" = remove unpacked + remove source. So after a clean you will tipically have fetch. I have tried clean, cleansstate and cleanall. All of

Re: [OE-core] bitbake -c clean fails

2012-02-07 Thread Ulf Samuelsson
2012-01-30 10:48, Andrei Gherzan skrev: On 01/29/2012 07:35 PM, Khem Raj wrote: On Sun, Jan 29, 2012 at 5:56 AM, Ulf Samuelsson wrote: First I attempted to just remove the source tarball from the downloads directory. No download, but build completed. if you want a fresh fetch. you can just

[OE-core] [PATCH] mirrors.bbclass: Add new KERNELORG_MIRROR = ftp.sunet.se

2012-01-29 Thread Ulf Samuelsson
www.kernel.org is missing a lot of files. Add the "ftp.sunet.se" mirror containing many missing files. The other mirrors in mirrors.bbclass seems to be inactive so this mirror is added before the inactive mirrors Signed-off-by: Ulf Samuelsson --- meta/classes/mirrors.bbclass |1

[OE-core] bitbake -c clean fails

2012-01-29 Thread Ulf Samuelsson
there another bitbake command which cleans out the cache? -- Best Regards Ulf Samuelsson eMagii ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core

Re: [OE-core] module.init-tools-3.16.tar.bz2 no longer available at kernel.org

2012-01-29 Thread Ulf Samuelsson
2012-01-29 11:21, Khem Raj skrev: On Sat, Jan 28, 2012 at 11:41 PM, Ulf Samuelsson wrote: Don't know why, but it is no longer available (used to be). "openembedded-core/meta/recipes-kernel/module-init-tools/module-init-tools-cross_3.16.bb" is thus broken. Found it on a

[OE-core] module.init-tools-3.16.tar.bz2 no longer available at kernel.org

2012-01-29 Thread Ulf Samuelsson
t;; but it would be nice if it was cached somewhere. openembedded-core@lists.openembedded.org -- Best Regards Ulf Samuelsson eMagii ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core

Re: [OE-core] [PATCH] gcc-4.6: Let G++ relocate gxx-include-dir when using --sysroot option

2011-12-14 Thread Ulf Samuelsson
x27;${@base_conditional( "TARGET_OS", "linux-uclibceabi", "no", "", d )}' EXTRA_OECONF_PATHS = "--with-local-prefix=${SDKPATH}/sysroots/${TUNE_PKGARCH}${TARGET_VENDOR}-${TARGET_OS}${target_exec_prefix} \ - --with-gxx-include-dir=${target_in

Re: [OE-core] [PATCH 4/8] Add copyleft compliance class --- MAJOR BREAKAGE!!!!

2011-12-09 Thread Ulf Samuelsson
On 2011-12-09 12:45, Richard Purdie wrote: On Fri, 2011-12-09 at 03:21 +0100, Ulf Samuelsson wrote: On 2011-12-07 22:53, Khem Raj wrote: On (07/12/11 11:34), Beth Flanagan wrote: From: Christopher Larson Deploys sources for recipes for compliance with copyleft-style licenses Defaults to

Re: [OE-core] Change in "openembedded-core/meta/files/common-licenses/LGPL-2.0" breaks opie-image

2011-12-09 Thread Ulf Samuelsson
On 2011-12-09 11:24, Paul Eggleton wrote: On Friday 09 December 2011 11:09:25 Ulf Samuelsson wrote: NOTE: package libopie2-1.2.5-r16.0: task do_configure: Started ERROR: libopie2: md5 data is not matching for file:///home/ulf/projects/OE_2011-12-08/sources/openembedded-core/meta/files /common

Re: [OE-core] Change in "openembedded-core/meta/files/common-licenses/LGPL-2.0" breaks opie-image

2011-12-09 Thread Ulf Samuelsson
On 2011-12-09 11:09, Ulf Samuelsson wrote: Error: NOTE: package libopie2-1.2.5-r16.0: task do_configure: Started ERROR: libopie2: md5 data is not matching for file:///home/ulf/projects/OE_2011-12-08/sources/openembedded-core/meta/files/common-licenses/LGPL-2.0;md5

[OE-core] Change in "openembedded-core/meta/files/common-licenses/LGPL-2.0" breaks opie-image

2011-12-09 Thread Ulf Samuelsson
is 9427b8ccf5cf3df47c29110424c9641a ERROR: libopie2: Check if the license information has changed in ERROR: Licensing Error: LIC_FILES_CHKSUM does not match, please fix The changes in LGPL-2.0 attached. One would guess that this breaks other recipes as well. -- Best Regards Ulf Samuelsson eMagii

Re: [OE-core] [PATCH 4/8] Add copyleft compliance class --- MAJOR BREAKAGE!!!!

2011-12-09 Thread Ulf Samuelsson
On 2011-12-09 03:21, Ulf Samuelsson wrote: On 2011-12-07 22:53, Khem Raj wrote: On (07/12/11 11:34), Beth Flanagan wrote: From: Christopher Larson Deploys sources for recipes for compliance with copyleft-style licenses Defaults to using symlinks, as it's a quick operation, and one can e

Re: [OE-core] [PATCH 4/8] Add copyleft compliance class --- MAJOR BREAKAGE!!!!

2011-12-08 Thread Ulf Samuelsson
= "MIT & MIT-style" openembedded-core/meta/recipes-graphics/xorg-proto/videoproto_2.3.1.bb:LICENSE = "MIT & MIT-style" openembedded-core/meta/recipes-graphics/xorg-proto/xproto_7.0.22.bb:LICENSE = "MIT & MIT-style" openembedded-core/meta/recipes-graphics/xorg-proto

Re: [OE-core] bitbake core-image-sato fails:

2011-12-08 Thread Ulf Samuelsson
On 2011-12-08 22:14, McClintock Matthew-B29882 wrote: On Wed, Dec 7, 2011 at 10:29 AM, Ulf Samuelsson wrote: Got the following error message when building core-image-sato: | Collected errors: | * satisfy_dependencies_for: Cannot satisfy the following dependencies for task-core-x11-sato

Re: [OE-core] [PATCH 1/2] image_types.bbclass: implement jffs2 summary images (sum.jffs2)

2011-12-08 Thread Ulf Samuelsson
list Openembedded-core@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core ___________ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/op

Re: [OE-core] connman-gnome_0.5.bb fails: connman-gnome.git is empty

2011-12-07 Thread Ulf Samuelsson
On 2011-12-07 17:43, Richard Purdie wrote: On Wed, 2011-12-07 at 16:36 +0100, Ulf Samuelsson wrote: On 2011-12-07 15:36, Ulf Samuelsson wrote: git://git.kernel.org/pub/scm/network/connman/connman-gnome.git;protocol=git is empty.The repo exists, but no content. Building "co

Re: [OE-core] Possible stale tags in the download directory

2011-12-07 Thread Ulf Samuelsson
On 2011-12-07 22:43, Khem Raj wrote: On (07/12/11 15:00), Richard Purdie wrote: On Wed, 2011-12-07 at 14:37 +, Paul Eggleton wrote: On Wednesday 07 December 2011 15:30:38 Ulf Samuelsson wrote: Richard says that if the *.done file is there, then the checksum is not calculated. Or that is

Re: [OE-core] Feedback on building openembedded-core for qemuarm. Excerpts from buildlog

2011-12-07 Thread Ulf Samuelsson
On 2011-12-07 23:51, Khem Raj wrote: On (04/12/11 11:35), Richard Purdie wrote: On Sun, 2011-12-04 at 12:20 +0100, Henning Heinold wrote: On Sat, Dec 03, 2011 at 09:03:46PM +0100, Ulf Samuelsson wrote: Have made some further tests with the same machine, but now running Ubuntu 11.04 x64

Re: [OE-core] connman-gnome_0.5.bb fails: connman-gnome.git is empty

2011-12-07 Thread Ulf Samuelsson
On 2011-12-07 17:43, Richard Purdie wrote: On Wed, 2011-12-07 at 16:36 +0100, Ulf Samuelsson wrote: On 2011-12-07 15:36, Ulf Samuelsson wrote: git://git.kernel.org/pub/scm/network/connman/connman-gnome.git;protocol=git is empty.The repo exists, but no content. Building "co

[OE-core] bitbake core-image-sato fails:

2011-12-07 Thread Ulf Samuelsson
which then succeeded. -- Best Regards Ulf Samuelsson eMagii ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core

Re: [OE-core] connman-gnome_0.5.bb fails: connman-gnome.git is empty

2011-12-07 Thread Ulf Samuelsson
On 2011-12-07 15:36, Ulf Samuelsson wrote: git://git.kernel.org/pub/scm/network/connman/connman-gnome.git;protocol=git is empty.The repo exists, but no content. Building "connman-gnome_0.5.bb" thus fails. Needed by "core-image-sato" There is a "connman-gnom

[OE-core] connman-gnome_0.5.bb fails: connman-gnome.git is empty

2011-12-07 Thread Ulf Samuelsson
o be based on the above source package. Will try it out, but if anyone already tried this? Any other recommended sources for connman-gnome? Since I am just trying out OE-core, I could build another image. What would be close to x11[-gpe]-image.bb from openembedded classic? -- Best

Re: [OE-core] Possible stale tags in the download directory

2011-12-07 Thread Ulf Samuelsson
On 2011-12-07 13:00, Koen Kooi wrote: Op 7 dec. 2011, om 12:27 heeft Ulf Samuelsson het volgende geschreven: On 2011-12-07 10:16, Richard Purdie wrote: On Wed, 2011-12-07 at 09:27 +0100, Ulf Samuelsson wrote: When I look at the "downloads" location I find a lot of fi

Re: [OE-core] Possible stale tags in the download directory

2011-12-07 Thread Ulf Samuelsson
On 2011-12-07 10:16, Richard Purdie wrote: On Wed, 2011-12-07 at 09:27 +0100, Ulf Samuelsson wrote: When I look at the "downloads" location I find a lot of files called. "11_usagi_fix.patch.done" but no "11_usagi_fix.patch" file in the directory. If this is a

[OE-core] Possible stale tags in the download directory

2011-12-07 Thread Ulf Samuelsson
he file to "tarball.tar.bz2". Should remove a lot of clutter from the "downloads" directory. -- Best Regards Ulf Samuelsson eMagii ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core

Re: [OE-core] Feedback on building openembedded-core for qemuarm. Excerpts from buildlog

2011-12-03 Thread Ulf Samuelsson
On 2011-12-01 15:49, Ulf Samuelsson wrote: On 2011-11-30 18:30, Scott Garman wrote: On 11/29/2011 01:18 PM, Ulf Samuelsson wrote: Seen a couple of errors as well. 1. ERROR: Function 'useradd_sysroot' failed Tried to access "/etc/group" but this was locked. Problem disap

Re: [OE-core] Feedback on building openembedded-core for qemuarm. Excerpts from buildlog

2011-12-02 Thread Ulf Samuelsson
On 2011-12-02 10:49, Koen Kooi wrote: Op 1 dec. 2011, om 17:31 heeft Ulf Samuelsson het volgende geschreven: 2011-12-01 16:37, Koen Kooi skrev: Op 1 dec. 2011, om 14:16 heeft Philip Balister het volgende geschreven: On 11/29/2011 03:06 PM, Koen Kooi wrote: Op 29 nov. 2011, om 20:36 heeft

Re: [OE-core] Reproducible build problem with BB_NUMBER_THREADS=8

2011-12-01 Thread Ulf Samuelsson
On 2011-12-02 00:08, Khem Raj wrote: On (01/12/11 16:59), Ulf Samuelsson wrote: 2011-12-01 15:12, Cliff Brake skrev: On Thu, Dec 1, 2011 at 7:48 AM, Richard Purdie wrote: When you restart the build is the problem persistent or does it work the second time? I set BB_NUMBER_THREADS = &q

Re: [OE-core] Feedback on building openembedded-core for qemuarm. Excerpts from buildlog

2011-12-01 Thread Ulf Samuelsson
2011-12-01 16:37, Koen Kooi skrev: Op 1 dec. 2011, om 14:16 heeft Philip Balister het volgende geschreven: On 11/29/2011 03:06 PM, Koen Kooi wrote: Op 29 nov. 2011, om 20:36 heeft Ulf Samuelsson het volgende geschreven: On 2011-11-29 16:03, Richard Purdie wrote: 2.&quo

Re: [OE-core] Feedback on building openembedded-core for qemuarm. Excerpts from buildlog

2011-12-01 Thread Ulf Samuelsson
On 2011-11-30 18:30, Scott Garman wrote: On 11/29/2011 01:18 PM, Ulf Samuelsson wrote: Seen a couple of errors as well. 1. ERROR: Function 'useradd_sysroot' failed Tried to access "/etc/group" but this was locked. Problem disappeared the next time I rebuilt. Can you f

[OE-core] Adding kernel patches using "git am"?

2011-11-30 Thread Ulf Samuelsson
ual/kernel and then have an initialized git tree ready to be modified. "git am" is of course more sensitive to the patch quality than "patch" but that has some advantages as well. It also makes the recipe more complex at this

Re: [OE-core] Feedback on building openembedded-core for qemuarm. Excerpts from buildlog

2011-11-29 Thread Ulf Samuelsson
On 2011-11-29 21:06, Koen Kooi wrote: Op 29 nov. 2011, om 20:36 heeft Ulf Samuelsson het volgende geschreven: On 2011-11-29 16:03, Richard Purdie wrote: 2."ftp://elsie.nci.nih.gov/pub/tzcode2011i.tar.gz"; is no longer available. tzdata , same problem. The

Re: [OE-core] Feedback on building openembedded-core for qemuarm. Excerpts from buildlog

2011-11-29 Thread Ulf Samuelsson
any details. I used very high BB_NUMBER_THREADS = 24. This machine (Ubuntu 11.10 /x64) gets stuck in building C++ programs at the moment, so I am considering resinstalling with Ubuntu 11.04 to get something done. -- Best Regards Ulf Samuelsson eMagii

Re: [OE-core] Feedback on building openembedded-core for qemuarm. Excerpts from buildlog

2011-11-29 Thread Ulf Samuelsson
ing a better ".git/config" file in the trunk? I.E: [sendemail] to = openembedded-core@lists.openembedded.org or meta-angstrom/.git/config [sendemail] to = angstrom-distro-de...@linuxtogo.org [format] subjectprefix = "[meta-angstrom]" No need to look in the

Re: [OE-core] Whitespace not allowed in COMPATIBLE_MACHINE

2011-11-29 Thread Ulf Samuelsson
On 2011-11-29 12:08, Phil Blundell wrote: On Tue, 2011-11-29 at 11:12 +0100, Ulf Samuelsson wrote: Have had a lot of problems trying to get a recipe running. I finally discovered that "COMPATIBLE_MACHINE" is sensitive to whitespace. This is a real PITA expecially since COMPATIBLE_MACH

[OE-core] Whitespace not allowed in COMPATIBLE_MACHINE

2011-11-29 Thread Ulf Samuelsson
HINE = "machine1 |machine2" COMPATIBLE_MACHINE = "machine1| machine2" COMPATIBLE_MACHINE = "machine1 | machine2" COMPATIBLE_MACHINE = " (machine1)" COMPATIBLE_MACHINE = "(machine1|machine2) " etc. This is a real PITA expecially since COMPATIBLE_M

Re: [OE-core] Feedback on building openembedded-core for qemuarm. Excerpts from buildlog

2011-11-28 Thread Ulf Samuelsson
2011-11-27 12:47, Eric Bénard skrev: Le 27/11/2011 12:40, Richard Purdie a écrit : On Sat, 2011-11-26 at 13:38 +0100, Eric Bénard wrote: Le 26/11/2011 12:24, Ulf Samuelsson a écrit : I noted that "iostream" is built and available in/usr/include/c++ On the host, it is located in /us

Re: [OE-core] Feedback on building openembedded-core for qemuarm. Excerpts from buildlog

2011-11-26 Thread Ulf Samuelsson
On 2011-11-26 13:38, Eric Bénard wrote: Hi Ulf, Le 26/11/2011 12:24, Ulf Samuelsson a écrit : 3. When I ran into this problem, I exited with ctrl-C. This left some recipes in the middle of a fetch ,and the build could not continue. I had to "bitbake -c clean " on all problematic p

[OE-core] Feedback on building openembedded-core for qemuarm. Excerpts from buildlog

2011-11-26 Thread Ulf Samuelsson
e/c++/ "tiff" build seems to be OK with Ubuntu 11.04 i686. BR Ulf Samuelsson -- The following packages could not be downloaded. http://kernel.org/pub/linux/utils/util-linux-ng/v2.19/util-linux-