Re: [OE-core] The Mythical Sato Replacement

2012-07-10 Thread Elvis Dowson
already are compatible, mostly the TI OMAP/AM series. Elvis Dowson ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core

Re: [OE-core] number of tasks increased since last update

2012-08-01 Thread Elvis Dowson
virtex5 virtex5-tcbootstrap x86_64-linux x86_64-nativesdk-pokysdk-linux x86_64-nativesdk-poky-linux-tcbootstrap work all-poky-linux ppc440-poky-linux virtex5-poky-linux x86_64-linux x86_64-native

Re: [OE-core] can't login??

2012-08-20 Thread Elvis Dowson
Hi, On Aug 20, 2012, at 2:34 PM, Paul Eggleton wrote: > > Is "debug-tweaks" in IMAGE_FEATURES? > I too have the same problem, I've got debug-tweaks in IMAGE_FEATURES, but it doesn't allow me to login. If I type root as the username, it does nothing and brings up the login prompt again. Sta

Re: [OE-core] [PATCH 3/9] gcc-cross: Make gcc-cross-initial as the only intermediate gcc stage

2012-08-24 Thread Elvis Dowson
Hi Khem, On Aug 21, 2012, at 7:07 AM, Khem Raj wrote: > Now glibc can be compiled with gcc-cross-initial therefore prepare > the stage to drop gcc-cross-intermediate I'm adapting my earlier gcc-4.5 recipes, to try and get them to build with the latest poky master. I'm using eglibc-2.13, so it

Re: [OE-core] [PATCH 3/9] gcc-cross: Make gcc-cross-initial as the only intermediate gcc stage

2012-08-24 Thread Elvis Dowson
On Aug 25, 2012, at 1:10 AM, Khem Raj wrote: > On Fri, Aug 24, 2012 at 2:08 PM, Elvis Dowson wrote: >> >> I'm adapting my earlier gcc-4.5 recipes, to try and get them to build with >> the latest poky master. >> >> I'm using eglibc-2.13, so it is p

[OE-core] meta-xilinx moved to meta-xilinx-community

2013-05-23 Thread Elvis Dowson
way for an officially supported meta-xilinx layer, the details of which will be officially announced by Xilinx. Best regards, Elvis Dowson ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman

[OE-core] How to fix warning: set SYSTEMD_PACKAGES as -systemd

2012-05-04 Thread Elvis Dowson
Hi, I get the following warnings when I try to do bitbake core-image-minimal WARNING: /tool/yocto/meta-openembedded/meta-oe/recipes-connectivity/networkmanager/networkmanager_0.9.2.0.bb: it is recommended to set SYSTEMD_PACKAGES as -systemd WARNING: /tool/yocto/poky/meta/recipes-extended/

Re: [OE-core] How to fix warning: set SYSTEMD_PACKAGES as -systemd

2012-05-04 Thread Elvis Dowson
Hi Martin, On May 4, 2012, at 10:02 AM, Martin Jansa wrote: > > Check this thread > http://www.mail-archive.com/openembedded-devel@lists.openembedded.org/msg24963.html The above thread only discusses the warning, but no-one has fixed it yet. If you can tell me what needs to be done, I'll create

[OE-core] [meta-openembedded] [PATCH] networkmanager: silence systemd bbclass WARNING.

2012-05-04 Thread Elvis Dowson
This patch fixes WARNING: /tool/yocto/meta-openembedded/meta-oe/ recipes-connectivity/networkmanager/networkmanager_0.9.2.0.bb: it is recommended to set SYSTEMD_PACKAGES as -systemd Signed-off-by: Elvis Dowson --- .../networkmanager/networkmanager_0.9.2.0.bb |2 +- 1 file changed, 1

Re: [OE-core] How to fix warning: set SYSTEMD_PACKAGES as -systemd

2012-05-04 Thread Elvis Dowson
"${PN}-systemd" SYSTEMD_SERVICE = "lighttpd.service" WARNING: /tool/yocto/poky/meta/recipes-extended/lighttpd/lighttpd_1.4.30.bb: it is recommended to set SYSTEMD_PACKAGES as -systemd Best regards, Elvis Dowson ___ Openembedded-

Re: [OE-core] [meta-openembedded] [PATCH] networkmanager: silence systemd bbclass WARNING.

2012-05-04 Thread Elvis Dowson
Hi Denys, On May 4, 2012, at 7:33 PM, Denys Dmytriyenko wrote: >> >> -SYSTEMD_PACKAGES = "${PN}" >> +SYSTEMD_PACKAGES = "${PN}-systemd" > > That might be an overkill. I'm personally not yet very familiar with all the > systemd specifics and not clear when to create ${PN}-systemd subpackage and

Re: [OE-core] How to fix warning: set SYSTEMD_PACKAGES as -systemd

2012-05-04 Thread Elvis Dowson
ice" + FILES_${PN} += "${sysconfdir} /www" CONFFILES_${PN} = "${sysconfdir}/lighttpd.conf" Elvis Dowson ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core

Re: [OE-core] How to fix warning: set SYSTEMD_PACKAGES as -systemd

2012-05-04 Thread Elvis Dowson
Hi Denys, On May 4, 2012, at 8:27 PM, Denys Dmytriyenko wrote: > You are trying to fix it in oe-core/poky layer, where it doesn't use systemd. > There is a .bbappend in meta-oe for that. Yes, you're right! :-) Ok, I'm slowly starting to see how its important to trace any additional .bbappend r

[OE-core] meta-xilinx: ERROR: Failure expanding variable TUNE_PKGARCH ppc440

2012-05-29 Thread Elvis Dowson
Hi, I've added the meta-xilinx layer, and modified my build/conf/local.conf file as follows: # Set the target machine details MACHINE ?= "virtex5" # Set Xilinx Platform Studio hardware project path XILINX_BSP_PATH ?= "/project/xilinx-ml507" # Set target board XILINX_BOARD ?= "ml507" and wh

Re: [OE-core] meta-xilinx: ERROR: Failure expanding variable TUNE_PKGARCH ppc440

2012-05-29 Thread Elvis Dowson
Virtex-5 FX70T FPGA chip, which doesn't have a hardware FPU. Do the options look okay: "m32 fpu-soft ppc440" ? Is there a resource I can refer to see a full list of applicable PowerPC440 gcc-4.x compiler options? Best regards, Elvis Dowson ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core

[OE-core] meta-ti: ERROR: Unable to parse /tool/yocto/meta-ti/recipes-bsp/powervr-drivers/omap3-sgx-modules_4.05.00.03.bb

2012-05-29 Thread Elvis Dowson
he() File "/tool/yocto/poky/bitbake/lib/bb/cooker.py", line 1202, in updateCache if not self.parser.parse_next(): File "/tool/yocto/poky/bitbake/lib/bb/cooker.py", line 1671, in parse_next self.virtuals += len(result) UnboundLocalError: local variable 'result

[OE-core] meta-xilinx: Which version of the linux kernel?

2012-05-29 Thread Elvis Dowson
File "/tool/yocto/poky/bitbake/lib/bb/cooker.py", line 1202, in updateCache if not self.parser.parse_next(): File "/tool/yocto/poky/bitbake/lib/bb/cooker.py", line 1671, in parse_next self.virtuals += len(result) UnboundLocalError: local variable 

Re: [OE-core] meta-xilinx: ERROR: Failure expanding variable TUNE_PKGARCH ppc440

2012-05-30 Thread Elvis Dowson
Hi Khem, > On Tue, May 29, 2012 at 9:56 PM, Khem Raj wrote: >> On Tue, May 29, 2012 at 12:46 PM, Elvis Dowson >> wrote: >>> PACKAGE_EXTRA_ARCHS_tune-ppc440 = "${PACKAGE_EXTRA_ARCHS_tune-powerpc} >>> ppc440" >> >> may be th

Re: [OE-core] meta-xilinx: ERROR: Failure expanding variable TUNE_PKGARCH ppc440

2012-05-30 Thread Elvis Dowson
Hi, On May 30, 2012, at 5:00 PM, Khem Raj wrote: > On Wed, May 30, 2012 at 7:47 AM, Elvis Dowson wrote: >> >> What does the -nf suffix do ? >> > > indicates no float What should I call the tune configuration file: tune-ppc440.inc or tune-ppc440-nf.inc ? For the

[OE-core] [meta-xilinx] WARNING: QA Issue: bash & shell scripts

2012-05-31 Thread Elvis Dowson
2/packages-split/bash/bin/bashbug WARNING: QA Issue: Shell scripts in base_bindir and base_sbindir should not reference anything in exec_prefix Best regards, Elvis Dowson ___ Openembedded-core mailing list Openembedded-core@lists.openembedde

Re: [OE-core] [meta-xilinx] WARNING: QA Issue: bash & shell scripts

2012-05-31 Thread Elvis Dowson
Hi, On May 31, 2012, at 7:38 PM, Elvis Dowson wrote: > I've found the following warnings while attempting to build linux-xilinx. How > can I trace which package it's originating from and what can I do to fix it? > > WARNING: QA Issue: bash: Found a reference to /usr/

[OE-core] [meta-xilinx] libpcre_8.21.bb: IOError: invalid Python installation

2012-05-31 Thread Elvis Dowson
. Shouldn't python-native get built correctly the first time around? My parallelism options as follows: BB_NUMBER_THREADS = "6" PARALLEL_MAKE = "-j 6" Best regards, Elvis Dowson ___ Openembedded-core mailing list Openembedded-core@li

[OE-core] [meta-xilinx] WARNING: linux-xilinx: No generic license file exists for: GPL in any provider

2012-05-31 Thread Elvis Dowson
Hi, While attempting to build linux-xilinx, I get the following warning: WARNING: linux-xilinx: No generic license file exists for: GPL in any provider What should I do to fix this warning? Best regards, Elvis Dowson ___ Openembedded-core

[OE-core] [meta-xilinx] Generating device tree for building linux-xilinx kernel

2012-05-31 Thread Elvis Dowson
Hi Adrian, When I attempt to build the linux-xilinx kernel, it doesn't find the device tree (*.dts) in the xilinx-ml507-update BSP project. Is the device tree supposed to be generated manually? If so, could you please tell me how to generate it? Best regards, Elvis D

Re: [OE-core] [meta-xilinx] Generating device tree for building linux-xilinx kernel

2012-05-31 Thread Elvis Dowson
from there generate the device tree according to the hwd settings... Perhaps these steps could be automated by modifying the meta-xilinx/classes/xilinx-kernel.bbclass file, so that the EDK gets invoked from the command line to parse the mhs file and create the dts file

Re: [OE-core] [meta-xilinx] Generating device tree for building linux-xilinx kernel

2012-06-01 Thread Elvis Dowson
x_git.bb, do_configure Summary: There was 1 ERROR message shown, returning a non-zero exit code. Best regards, Elvis Dowson ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core

Re: [OE-core] [meta-xilinx] Generating device tree for building linux-xilinx kernel

2012-06-01 Thread Elvis Dowson
Hi Adrian, On Jun 1, 2012, at 11:18 PM, Elvis Dowson wrote: > I've created a hardware bsp project using Xilinx SDK 14.1, and used the > xilinx-ml507-update project, (after updating it to XPS 14.1 format). > > Now the script in meta-xilinx/classes/xilinx-kernel.bbclass is looki

[OE-core] [meta-xilinx] How to debug the value of ${TARGET_ARCH} in meta-xilinx/classes/xilinx-boot.class

2012-06-02 Thread Elvis Dowson
xparameters.h } My machine is configured as virtex-5, and meta-xilinx/conf/machine/virtex5.conf doesn't specify TARGET_ARCH, it just defines the following TARGET_CPU = "440" #tune for the 440 cpu require conf/machine/include/tune-ppc440.inc So is that a mistake

Re: [OE-core] [meta-xilinx] How to debug the value of ${TARGET_ARCH} in meta-xilinx/classes/xilinx-boot.class

2012-06-02 Thread Elvis Dowson
Hi, On Jun 2, 2012, at 10:36 PM, Elvis Dowson wrote: > How can I debug the value of ${TARGET_ARCH} in > meta-xilinx/classes/xilinx-boot.class, for the following function: > > do_export_xparam() { > bbnote "Replacing xparameters header to match hardware model" > xpa

Re: [OE-core] [meta-xilinx] How to debug the value of ${TARGET_ARCH} in meta-xilinx/classes/xilinx-boot.class

2012-06-02 Thread Elvis Dowson
Hi, > On Jun 2, 2012, at 10:36 PM, Elvis Dowson wrote: > >> How can I debug the value of ${TARGET_ARCH} in >> meta-xilinx/classes/xilinx-boot.class, for the following function: >> >> do_export_xparam() { >> bbnote "Replacing xparameters header to

Re: [OE-core] [meta-xilinx] How to debug the value of ${TARGET_ARCH} in meta-xilinx/classes/xilinx-boot.class

2012-06-02 Thread Elvis Dowson
Hi Khem, On Jun 3, 2012, at 2:48 AM, Khem Raj wrote: > What's your default she I guess its not bash I have left it as the default Dash shell, as indicated in the yocto 1.2 setup guidelines, for Ubuntu-12.04 LTS. Best regards, Elvi

[OE-core] [meta-xilinx] How to create a u-boot-xilinx_git.bb recipe for virtex5 and microblaze machine architectures

2012-06-03 Thread Elvis Dowson
Hi, I'm trying to make the meta-xilinx/recipes-bsp/u-boot/u-boot-xilinx_git.bb recipe work for both the virtex5 and microblaze machine architectures. So far, I find that you can start off by simply prefixing the machine architecture for a bunch of variables like PV_virtex5 SRC_URI_virte

[OE-core] [meta-xilinx] WARNING: QA Issue: systemd

2012-06-03 Thread Elvis Dowson
=> /tool/yocto/poky/build/tmp/sysroots/virtex5/lib/libdl.so.2 (0xdead4000) librt.so.1 => /tool/yocto/poky/build/tmp/sysroots/virtex5/lib/librt.so.1 (0xdead5000) libpthread.so.0 => /tool/yocto/poky/build/tmp/sysroots/virtex5/lib/libpthread.so.0 (0xdead6000) libc.so.6

[OE-core] [meta-xilinx] Creating a QEMU for Xilinx ARM for Zynq 7020 device

2012-06-04 Thread Elvis Dowson
ore, so if someone could guide me as to what I should do, and the recipes I should take a look at, it would be great! Best regards, Elvis Dowson ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.linuxtogo.org/cgi-b

[OE-core] qemuppc does not respond to mouse input when running inside Ubuntu12.04 VMware image

2012-06-04 Thread Elvis Dowson
l+alt it releases the mouse grab, but if I click on the QEMU window, I can see the mouse cursor moving around, but it doesn't interact with the sato desktop. Is there a fix or workaround for this issue? Elvis Dowson ___ Openembedded-core ma

[OE-core] ERROR: ExpansionError during parsing /tool/yocto/poky/meta/recipes-kernel/linux/linux-yocto_3.2.bb: Failure expanding variable SRCPV

2012-06-08 Thread Elvis Dowson
end ERROR: Command execution failed: Exited with 1 Summary: There were 2 WARNING messages shown. Summary: There were 3 ERROR messages shown, returning a non-zero exit code. best regards, Elvis Dowson ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core

Re: [OE-core] ERROR: ExpansionError during parsing /tool/yocto/poky/meta/recipes-kernel/linux/linux-yocto_3.2.bb: Failure expanding variable SRCPV

2012-06-08 Thread Elvis Dowson
Hi, On Jun 8, 2012, at 4:05 PM, Tom Zanussi wrote: > I just posted a patch to fix this - it was a SRCREV typo. > > Building fine here now with that simple fix... Yes, removing the stray 'l' character from the SRCREV fixed it, the build is progressing fine now. Best reg

[OE-core] [oe-core] QEMU with ARM Cortex A9 with hard float configuration - Kernel panic

2013-08-25 Thread Elvis Dowson
Hi,       I have modified the default qemuarm.conf file, to switch it over to using ARM Cortex A9, with hard float, vfp and neon support, by applying the following patch (which basically includes the tune-cortexa9.inc file).diff --git a/meta/conf/machine/qemuarm.conf b/meta/conf/machine/qemuarm.con

Re: [OE-core] [oe-core] QEMU with ARM Cortex A9 with hard float configuration - Kernel panic

2013-08-25 Thread Elvis Dowson
Hi Martin, On Aug 25, 2013, at 6:44 PM, Martin Jansa wrote: >> I find that the kernel panics upon boot. Thanks! Any idea why the qemu with hard float configuration has a kernel panic with linux-yocto? Elvis Dowson ___ Openembedded-core m

Re: [OE-core] [oe-core] QEMU with ARM Cortex A9 with hard float configuration - Kernel panic

2013-08-25 Thread Elvis Dowson
27;t see a defconfig anywhere, and I was wondering how the linux-yocto kernel picks up the defconfig from the standard/base branch. A TI OMAP 4430 Pandaboard or i.MX6 quad-core SABRE development kit platform would do, but not sure how the linux-yocto kernel works, in terms of pre-selecting the corre

Re: [OE-core] [oe-core] QEMU with ARM Cortex A9 with hard float configuration - Kernel panic

2013-08-25 Thread Elvis Dowson
On Aug 25, 2013, at 10:02 PM, Elvis Dowson wrote: > The thing is I don't see a defconfig anywhere, and I was wondering how the > linux-yocto kernel picks up the defconfig from the standard/base branch. I found the answer for this one: http://www.yoctoproject.org/docs/1.4/ref

Re: [OE-core] [oe-core] QEMU with ARM Cortex A9 with hard float configuration - Kernel panic

2013-08-25 Thread Elvis Dowson
ge type. KERNEL_IMAGETYPE = "zImage" # Specify the serial console parameters. SERIAL_CONSOLE = "115200 ttyAMA0" Elvis Dowson ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core

Re: [OE-core] [oe-core] QEMU with ARM Cortex A9 with hard float configuration - Kernel panic

2013-08-25 Thread Elvis Dowson
Hi Bruce, On Aug 26, 2013, at 5:03 AM, Bruce Ashfield wrote: > On 13-08-25 3:09 PM, Elvis Dowson wrote: >> I noticed that you've committed the changes for qemuarma9 KMACHINE >> configuration to the linux-yocto kernel. >> >> http://git.yoctoproject.org/cgit/cg

Re: [OE-core] [oe-core] QEMU with ARM Cortex A9 with hard float configuration - Kernel panic

2013-08-26 Thread Elvis Dowson
can come up the right conf files, and machine definition, I > can pretty easily support it in linux-yocto. Could you tell me what's steps I need to follow, to add a new machine definition and support to the linux-yocto kernel? I'd like to learn how to do this!

Re: [OE-core] [oe-core] QEMU with ARM Cortex A9 with hard float configuration - Kernel panic

2013-08-26 Thread Elvis Dowson
ion to the qemuarma9-standard.scc file. From 8e9b465f242941b70d7b61045c073e82700fcd91 Mon Sep 17 00:00:00 2001 From: Elvis Dowson Date: Mon, 26 Aug 2013 22:18:24 +0400 Subject: [PATCH] qemuarma9: Update branch to qemuarma9. Signed-off-by: Elvis Dowson --- meta/cfg/kernel-cache/bsp/qemuarma9/qemuarma9-standa

Re: [OE-core] [oe-core] QEMU with ARM Cortex A9 with hard float configuration - Kernel panic

2013-08-28 Thread Elvis Dowson
Hi, I get the following error while running the bitbake linux-yocto command for a qemu machine conf that I'm building. The build system is unable to find the dtc binary: | make: Leaving directory `/tool/yocto/poky/build/tmp/work/qemuarma9-poky-linux-gnueabi/linux-yocto/3.4.52+gitAUTOINC+

Re: [OE-core] [oe-core] QEMU with ARM Cortex A9 with hard float configuration - Kernel panic

2013-08-28 Thread Elvis Dowson
On Aug 29, 2013, at 2:43 AM, Bruce Ashfield wrote: > On 13-08-28 11:16 AM, Elvis Dowson wrote: >> Hi, >>I get the following error while running the bitbake linux-yocto >> command for a qemu machine conf that I'm building. The build system is >&g

Re: [OE-core] [oe-core] QEMU with ARM Cortex A9 with hard float configuration - Kernel panic

2013-08-29 Thread Elvis Dowson
>> also take a look at meta-linaro, they test armv7+ qemu regularly. I built core-image-minimal using meta-linaro, using genericarmv7 machine but it just generates an Image file for the kernel and a tar.gz rootfs. It doesn't look like its useful out of the box for a QEMU image. Additionally you

Re: [OE-core] [oe-core] QEMU with ARM Cortex A9 with hard float configuration - Kernel panic

2013-08-29 Thread Elvis Dowson
t-gen and current-gen platforms out there. Best regards, Elvis Dowson ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core

Re: [OE-core] [oe-core] QEMU with ARM Cortex A9 with hard float configuration - Kernel panic

2013-08-29 Thread Elvis Dowson
On Aug 29, 2013, at 8:17 PM, Khem Raj wrote: > > On Aug 29, 2013, at 1:50 AM, Elvis Dowson wrote: > >>>> also take a look at meta-linaro, they test armv7+ qemu regularly. >> >> I built core-image-minimal using meta-linaro, using genericarmv7 machine but &

Re: [OE-core] [oe-core] QEMU with ARM Cortex A9 with hard float configuration - Kernel panic

2013-08-29 Thread Elvis Dowson
On Aug 29, 2013, at 8:23 PM, Bruce Ashfield wrote: > On 13-08-29 10:02 AM, Elvis Dowson wrote: >> Hi Bruce, >> >> On Aug 29, 2013, at 4:35 PM, Bruce Ashfield >> wrote: >> >>> With that, it's always been a manual setup for me in the past. T

Re: [OE-core] [oe-core] QEMU with ARM Cortex A9 with hard float configuration - Kernel panic

2013-08-29 Thread Elvis Dowson
e QEMU emulator, and then using LaunchPad and Soyuz locally to build Ubuntu on a virtual machine, rather than just re-use the official Ubuntu binary packages. This way, I have more control over the toolchain, and options, rather than use the existing armel or armhf machine configurations supplie

Re: [OE-core] [oe-core] QEMU with ARM Cortex A9 with hard float configuration - Kernel panic

2013-08-29 Thread Elvis Dowson
ding a defconfig for linux-yocto. the runqemu scripts have to be modified, etc. I've shared all that I've done, with you, but you've apparently done this before, and I've just spend days to find out just that!! Thanks for the run around!! Elvis Dowson __

Re: [OE-core] [PATCH 3/9] gcc-cross: Make gcc-cross-initial as the only intermediate gcc stage

2012-10-05 Thread Elvis Dowson
Hi Khem, On Aug 25, 2012, at 1:59 AM, Khem Raj wrote: > On Friday, August 24, 2012, Elvis Dowson wrote: > > > > On Aug 25, 2012, at 1:10 AM, Khem Raj wrote: > > > >> On Fri, Aug 24, 2012 at 2:08 PM, Elvis Dowson > >> wrote: > >>> > >&

Re: [OE-core] [PATCH 3/9] gcc-cross: Make gcc-cross-initial as the only intermediate gcc stage

2012-10-06 Thread Elvis Dowson
Hi Khem, On Oct 6, 2012, at 7:41 PM, Khem Raj wrote: > On Fri, Oct 5, 2012 at 11:59 PM, Elvis Dowson wrote: >> >> I've narrowed down the init problem, to the application of the above patch, >> but I'm unable to figure out why it is failing. Any suggestions? >&

Re: [OE-core] [PATCH 3/9] gcc-cross: Make gcc-cross-initial as the only intermediate gcc stage

2012-10-09 Thread Elvis Dowson
Hi Khem, On Oct 6, 2012, at 7:41 PM, Khem Raj wrote: > On Fri, Oct 5, 2012 at 11:59 PM, Elvis Dowson wrote: >> >> http://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/?id=48df3fe947c4d900aa6b66d9d8352c0d9e59ebe4 eglibc: Fix eglibc-initial and let eglibc depend on it >&g

Re: [OE-core] [PATCH 3/9] gcc-cross: Make gcc-cross-initial as the only intermediate gcc stage

2012-10-09 Thread Elvis Dowson
Hi Khem, On Oct 9, 2012, at 5:48 PM, Elvis Dowson wrote: > So, now I've got gcc-4.5.4 working with eglibc-2.13, upto the point where the > kconfig infrastructure was added. > > Next, to add the kconfig infrastructure to eglibc-2.13, and fast forward to > the tip of the pok

Re: [OE-core] for a quad-core machine, shouldn't parallelism be set to 8?

2013-01-09 Thread Elvis Dowson
Hi Robert, On my i7 quad core machine, I've set both values to 6. Setting it to 6 appears to be nearly the same as setting it to 8, I dare say a marginally faster by a minute. I can build core image console in around 22 minutes. Elvis Sent from my iPad On Jan 9, 2013, at 4:55 PM, "Robert P. J.

[OE-core] Enabling microblaze support for gcc-4.7.2

2013-03-04 Thread Elvis Dowson
n for the microblaze processor? Elvis Dowson ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core

Re: [OE-core] [RFT] GCC 4.8 recipes

2013-03-29 Thread Elvis Dowson
> or very least improve the existing recipes for now and once the 1.4 release > is done > we can then propose it for inclusion in OE-Core > > Thanks for your time I've built and tested the new gcc-4.8.0 recipe for the Xilinx ZC

Re: [OE-core] gcc-cross-initial Failure

2013-04-05 Thread Elvis Dowson
Error 2 | ERROR: oe_runmake failed | ERROR: Function failed: do_compile (see /tool/yocto/poky/build/tmp/work/microblazeel-v830-bs-cmp-re-ml-div-fb-poky-linux/gcc-cross-initial/4.8.0-r0/temp/log.do_compile.8602 for further information) Best regards, Elvis Dowson ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core

Re: [OE-core] [PATCH] local.conf.sample: Have comments ready to go for quad-core (4 -> 8).

2013-04-18 Thread Elvis Dowson
ut at 4.2Ghz and 3.8Ghz, and the difference was only 2 to 3 minutes between 3.8GHz and 4.2GHz over-clocked, so I currently leave it at 3.8GHz over-clocked. I'm using two SSDs in a RAID 0 striped configuration, and build times is around 22 minutes for a Zynq-7-ZC702 build for core-image-minimal. Elvis Dowson ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core