[oe] [poky] gcc-cross-initial_4.8.bb, do_patch failed with exit code '1'

2014-05-17 Thread Elvis Dowson
Tasks Summary: Attempted 363 tasks of which 3 didn't need to be rerun and 1 failed. Waiting for 0 running tasks to finish: Summary: 1 task failed: /tool/yocto/poky/meta/recipes-devtools/gcc/gcc-cross-initial_4.8.bb, do_patch Summary: There was 1 WARNING message shown. Summary: There were 2 E

[oe] [poky]: libusb1_1.0.18.bb: configure: error: "udev support requested but libudev not installed"

2014-05-17 Thread Elvis Dowson
usb1_1.0.18.bb, do_configure) failed with exit code '1' NOTE: Tasks Summary: Attempted 1361 tasks of which 4 didn't need to be rerun and 1 failed. Waiting for 0 running tasks to finish: Summary: 1 task failed: /tool/yocto/poky/meta/recipes-support/libusb/libusb1_1.0.18.bb, do_c

[oe] [meta-xilinx-community] The URL: '${PATCH_LIST}' is invalid and cannot be interpreted

2014-04-28 Thread Elvis Dowson
_ze7000-zynq7}” it fixes the issue. However, I was wondering what is the correct way, to use the kernel PATCH_LIST variable? Regards, Elvis Dowson signature.asc Description: Message signed with OpenPGP using GPGMail -- ___ Openembedded-de

[oe] Adding support for additional qemu machine configurations

2013-08-30 Thread Elvis Dowson
armv7, qemuarma9 and qemuarmv8. Thanks and do let me know your thoughts on this. Best regards, Elvis Dowson ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-devel

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

2013-08-29 Thread Elvis Dowson
wing what you mean here .. sorry. I'm referrring to the qemuarma9 machine definition in the linux-yocto kernel meta-branch. http://git.yoctoproject.org/cgit/cgit.cgi/linux-yocto-3.8/tree/meta/cfg/kernel-cache/bsp/qemuarma9?h=meta It's presence indicates that it was developed at some point,

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

2013-08-29 Thread Elvis Dowson
n't publish anything that Wind River chooses to keep proprietary or support the machine configurations defined in the linux-yocto meta branch. Best regards, Elvis Dowson ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-devel

Re: [oe] [oe-core] qemuarma9: Update qemuarma9-standard.scc definition.

2013-08-29 Thread Elvis Dowson
On Aug 29, 2013, at 10:45 PM, Bruce Ashfield wrote: > On 13-08-29 02:41 PM, Elvis Dowson wrote: >> This commit >> - updates the KMACHINE definition to vexpress. >> - updates the branch to qemuarma9. >> >> Signed-off-by: Elvis Dowson >> --- >>

Re: [oe] [oe-core 4/5] linux-yocto: Add support for qemuarmv7 and qemuarma9.

2013-08-29 Thread Elvis Dowson
Hi Bruce, On Aug 29, 2013, at 10:43 PM, Bruce Ashfield wrote: > On 13-08-29 02:35 PM, Elvis Dowson wrote: >> This commit >> - adds qemuarmv7 and qemuarma9 to the list of compatible machines. >> >> Signed-off-by: Elvis Dowson >> --- >> meta/recipes

[oe] [oe-core] qemuarma9: Update qemuarma9-standard.scc definition.

2013-08-29 Thread Elvis Dowson
This commit - updates the KMACHINE definition to vexpress. - updates the branch to qemuarma9. Signed-off-by: Elvis Dowson --- meta/cfg/kernel-cache/bsp/qemuarma9/qemuarma9-standard.scc |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/cfg/kernel-cache/bsp/qemuarma9

[oe] [oe-core 5/5] qemu: runqemu: Add support for launching qemuarmv7 and qemuarma9 machine configurations.

2013-08-29 Thread Elvis Dowson
This commit - adds support for launching qemuarmv7 and qemuarmv9 machine configurations. Signed-off-by: Elvis Dowson --- scripts/runqemu | 14 --- scripts/runqemu-internal | 58 ++ 2 files changed, 65 insertions(+), 7 deletions

[oe] [oe-core 4/5] linux-yocto: Add support for qemuarmv7 and qemuarma9.

2013-08-29 Thread Elvis Dowson
This commit - adds qemuarmv7 and qemuarma9 to the list of compatible machines. Signed-off-by: Elvis Dowson --- meta/recipes-kernel/linux/linux-yocto_3.8.bb |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-kernel/linux/linux-yocto_3.8.bb b/meta/recipes-kernel

[oe] [oe-core 3/5] qemu: Add support for qemuarmv7.

2013-08-29 Thread Elvis Dowson
This commit - adds support for qemuarmv7 machine support based on the beagleboard platform. Signed-off-by: Elvis Dowson --- meta/conf/machine/qemuarmv7.conf | 18 ++ 1 file changed, 18 insertions(+) create mode 100644 meta/conf/machine/qemuarmv7.conf diff --git a/meta/conf

[oe] [oe-core 1/5] qemu: Add cpio to the list of image filesystem types.

2013-08-29 Thread Elvis Dowson
Signed-off-by: Elvis Dowson --- meta/conf/machine/include/qemu.inc |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/conf/machine/include/qemu.inc b/meta/conf/machine/include/qemu.inc index 545f8d1..d5c95ff 100644 --- a/meta/conf/machine/include/qemu.inc +++ b/meta

[oe] [oe-core 2/5] qemu: Add support for qemuarma9.

2013-08-29 Thread Elvis Dowson
This commit - adds support for qemuarma9 machine support based on the vexpress-a9 platform. Signed-off-by: Elvis Dowson --- meta/conf/machine/qemuarma9.conf | 24 1 file changed, 24 insertions(+) create mode 100644 meta/conf/machine/qemuarma9.conf diff --git a

Re: [oe] [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-devel m

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

2013-08-25 Thread Elvis Dowson
ant to build my own version of the emulator and toolchain, specifically optimized for a particular target machine. I've attached a screenshot below. Best regards, Elvis Dowson ___ Openembedded-devel mailing list Openembedded-devel@lists.o

[oe] 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-devel mailing list Openembedded-devel@lists.openembedded.org http://lists.openembedded.org

Re: [oe] [v2] gcc-4.8: Refactor gcc-4.8.0 patch files.

2013-05-17 Thread Elvis Dowson
since it will help easily add/remove/port patches for current and future versions of the gcc recipes. It is also useful, while attempting to compare patches across multiple gcc recipes. Best regards, Elvis Dowson ___ Openembedded-devel mailing list Ope

Re: [oe] [v2] gcc-4.8: Refactor gcc-4.8.0 patch files.

2013-04-04 Thread Elvis Dowson
uently retired to the meta-openembedded/toolchain layer? Elvis Dowson ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel

[oe] microblazeel-nf: binutils-cross_2.23.1.bb, do_configure: ERROR: oe_runconf failed

2013-03-29 Thread Elvis Dowson
share/info' libdir='/tool/yocto/poky/build/tmp/sysroots/x86_64-linux/usr/lib/microblazeel-nf-poky-linux' libexecdir='/tool/yocto/poky/build/tmp/sysroots/x86_64-linux/usr/libexec/microblazeel-nf-poky-linux' localedir='${datarootdir}/locale' local

Re: [oe] microblazeel-nf tune: ERROR: Unable to determine endianness for architecture

2013-03-29 Thread Elvis Dowson
Hi, On Mar 29, 2013, at 10:20 PM, Elvis Dowson wrote: > Hi, >I'm trying to update the tune files for MicroBlaze, specifically the > microblazeel (little endian) with soft-float. > > I get the following error while trying to build: > > ERROR: Unable t

[oe] microblazeel-nf tune: ERROR: Unable to determine endianness for architecture

2013-03-29 Thread Elvis Dowson
tune-microblaze = "microblaze" # Tune options for MicroBlaze little endian soft-float DEFAULTTUNE ?= "microblazeel-nf" This is the contents of my tune-microblazeel-nf.inc file: require conf/machine/include/microblaze/arch-microblaze.inc TUNEVALID[microblazeel-nf] = "Enable Micro

[oe] [oe-core] [v2] gcc-4.7: Refactor gcc-4.7.2 patch files.

2013-03-29 Thread Elvis Dowson
This commit renames and re-orders the gcc-4.7.2 recipe patch files. The patch files are now git am'able, so that you can directly apply these patches to a local copy of the gcc git repository, to develop futher patches for the gcc-4.7 recipe. ___ Openem

Re: [oe] [openembedded-core-contrib] gcc-4.8: Refactor gcc-4.8.0 patch files.

2013-03-29 Thread Elvis Dowson
ss the modified files. Best regards, Elvis Dowson ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel

Re: [oe] [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] [openembedded-core-contrib] gcc-4.8: Refactor gcc-4.8.0 patch files.

2013-03-29 Thread Elvis Dowson
.8.inc recipe. All the sign off attributions are still listed with your name and email address, I haven't signed up as the author of all the patches. I wasn't aware of the -autho option in git, if you want I can re-create and re-send it again. I did a similar clean up for the gcc

[oe] [meta-zynq-balister 1/2] zc702-proto-image: Replace apps-console-core image feature with splash.

2012-10-13 Thread Elvis Dowson
This commit fixes a warning related to apps-console-core, since it has been removed, and replaces it with the splash image feature. Signed-off-by: Elvis Dowson --- recipes-core/images/zc702-proto-image.bb | 12 +--- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/recipes

[oe] [meta-zynq-balister 2/2] zynq-zc702: Refactor machine configuration.

2012-10-13 Thread Elvis Dowson
This commit * refactors the zynq-zc702 machine configuration * adds u-boot to the generated rootfs Signed-off-by: Elvis Dowson --- conf/machine/include/zynq-base.inc | 21 + conf/machine/include/zynq-default-providers.inc |4 conf/machine/zynq-zc702

[oe] [meta-xilinx 6/7] conf: Add bblayers.conf sample configuration file.

2012-08-22 Thread Elvis Dowson
* Add bblayers.conf sample configuration file to build meta-xilinx using gcc-4.5 and eglibc-2.13 retired toolchain recipes from the meta-openembedded/toolchain-layer. Signed-off-by: Elvis Dowson --- conf/bblayers.conf.sample | 13 + 1 file changed, 13 insertions(+) create

[oe] [meta-xilinx 2/7] tune-ppc405: Add glibc configure options.

2012-08-22 Thread Elvis Dowson
* Add glibc configure options to get ppc405 specific library. * Minor changes to tune-ppc405 recipe to specify soft-float option. Signed-off-by: Elvis Dowson --- conf/machine/include/tune-ppc405.inc | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/conf/machine

[oe] [meta-xilinx 7/7] conf: Add local.conf sample configuration file.

2012-08-22 Thread Elvis Dowson
* Add local.conf sample configuration file to build meta-xilinx using gcc-4.5 and eglibc-2.13 retired toolchain recipes from the meta-openembedded/toolchain-layer, for the Xilinx ML507 development board using the Virtex-5 PowerPC 440 processor. Signed-off-by: Elvis Dowson --- conf

[oe] [meta-xilinx 1/7] tune-ppc440: Reorder tune features.

2012-08-22 Thread Elvis Dowson
* Minor change to reorder the tune features. Signed-off-by: Elvis Dowson --- conf/machine/include/tune-ppc440.inc |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/machine/include/tune-ppc440.inc b/conf/machine/include/tune-ppc440.inc index 35e93e9..699dfc9 100644

[oe] [meta-xilinx 3/7] tune-ppc405e: Add tune-ppc405e file.

2012-08-22 Thread Elvis Dowson
* Tune option for ppc405e with hard-float. Signed-off-by: Elvis Dowson --- conf/machine/include/tune-ppc405e.inc | 14 ++ 1 file changed, 14 insertions(+) create mode 100644 conf/machine/include/tune-ppc405e.inc diff --git a/conf/machine/include/tune-ppc405e.inc b/conf/machine

[oe] [meta-xilinx 5/7] xilinx-boot.bbclass: Add support for selecting the xilinx hardware bitstream file.

2012-08-22 Thread Elvis Dowson
* Remove hard-coded references to the xilinx hardware bitstream file, and allow selection via a variable XILINX_BITSTREAM_FILE . Signed-off-by: Elvis Dowson --- classes/xilinx-boot.bbclass |6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/classes/xilinx-boot.bbclass

[oe] [meta-xilinx 4/7] tune-ppc440e: Add tune-ppc440e file.

2012-08-22 Thread Elvis Dowson
* Tune option for ppc440e with hard-float. Signed-off-by: Elvis Dowson --- conf/machine/include/tune-ppc440e.inc | 14 ++ 1 file changed, 14 insertions(+) create mode 100644 conf/machine/include/tune-ppc440e.inc diff --git a/conf/machine/include/tune-ppc440e.inc b/conf/machine

[oe] [meta-xilinx 1/3] linux-libc-headers: Add linux-libc-headers_3.3.bb.

2012-08-21 Thread Elvis Dowson
This commit adds linux-libc-headers_3.3.bb for linux-xilinx kernel 3.3. Signed-off-by: Elvis Dowson --- .../linux-libc-headers/linux-libc-headers_3.3.bb |6 ++ 1 file changed, 6 insertions(+) create mode 100644 recipes-kernel/linux-libc-headers/linux-libc-headers_3.3.bb diff --git a

Re: [oe] [meta-openembedded/toolchain-layer] Adding retired toolchain support for gcc-4.5.1 and eglibc-2.13

2012-08-14 Thread Elvis Dowson
Hi, On Aug 14, 2012, at 4:01 PM, Koen Kooi wrote: >> The gcc-4.5 recipe was adapted from the gcc-4.5.1 recipe from the denzil >> branch. > > The meta-toolchain denzil branch had 4.5.4 Yes, you're right. I intentionally dropped it to 4.5.1, but I'll update the ex

Re: [oe] [meta-openembedded/toolchain-layer] Adding retired toolchain support for gcc-4.5.1 and eglibc-2.13

2012-08-14 Thread Elvis Dowson
Hi, On Aug 14, 2012, at 1:55 PM, Koen Kooi wrote: > Op 13-08-12 22:28, Elvis Dowson schreef: >> Hi, I've created a set of patches to add retired toolchain support for >> gcc-4.5.1, to the meta-openembedded/toolchain-layer. > > Given that 4.5.x was deleted from met

Re: [oe] [meta-openembedded/toolchain-layer] Adding retired toolchain support for gcc-4.5.1 and eglibc-2.13

2012-08-13 Thread Elvis Dowson
ELDK 5.2.1 released based off yocto/denzil branch uses it. Will let you know how it goes. Best regards, Elvis Dowson ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/o

[oe] [meta-openembedded/toolchain-layer] Adding retired toolchain support for gcc-4.5.1 and eglibc-2.13

2012-08-13 Thread Elvis Dowson
! Best regards, Elvis Dowson ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel

Re: [oe] [meta-openembedded] libgcc-4.5.1: ERROR: QA Issue: No GNU_HASH in the elf binary libgcc_s.so.1

2012-08-10 Thread Elvis Dowson
x27;/tool/yocto/poky/build/tmp/work/ppc440-poky-linux/perl-5.14.2-r8/packages-split/perl-module-threads/usr/lib/perl/5.14.2/auto/threads/shared/shared.so' >> ERROR: QA run found fatal errors. Please consider fixing them. >> ERROR: Function failed: do_package_qa >> ERROR: Logfile

Re: [oe] [meta-openembedded] libgcc-4.5.1: ERROR: QA Issue: No GNU_HASH in the elf binary libgcc_s.so.1

2012-08-10 Thread Elvis Dowson
On Aug 10, 2012, at 10:44 AM, Elvis Dowson wrote: > I'm working on adding a gcc-4.5 recipe to the > meta-openembedded/toolchain-layer. > > I've based the files off the gcc-4.6 recipes, and taken the patches for > gcc-4.5.1 from the poky/bernard branch. > &g

[oe] [meta-openembedded] libgcc-4.5.1: ERROR: QA Issue: No GNU_HASH in the elf binary libgcc_s.so.1

2012-08-09 Thread Elvis Dowson
t the list of patches and the SRCREV, and the BINUTILS version (2.21) used for gcc-4.5, and running it against the current master branches for poky and meta-openembedded. Best regards, Elvis Dowson ___ Openembedded-devel mailing list Openembedded-dev

Re: [oe] gcc_4.5.inc: setting BINV value

2012-08-09 Thread Elvis Dowson
Hi, On Aug 10, 2012, at 9:32 AM, Elvis Dowson wrote: > I'm working on writing a gcc-4.5 recipe inside the > meta-openembedded/toolchain-layer folder, against the current yocto and > meta-openembedded master. > > I have a small problem, which is that the correct

[oe] gcc_4.5.inc: setting BINV value

2012-08-09 Thread Elvis Dowson
uot;${@base_set_filespath([ '${FILE_DIRNAME}/gcc-4.5' ], d)}" DEPENDS =+ "mpfr gmp libmpc elfutils" NATIVEDEPS = "mpfr-native gmp-native gettext-native libmpc-native elfutils-native" LICENSE="GPL-3.0-with-GCC-exception & GPLv3" What should I do? Set BINV

Re: [oe] cmake-native-2.8.5-r2.1 compile error

2012-07-22 Thread Elvis Dowson
Hi Khem, On Jul 22, 2012, at 11:36 PM, Khem Raj wrote: > On Sun, Jul 22, 2012 at 6:38 AM, Elvis Dowson wrote: >> >> After updating the cmake and cmake-native recipes to v2.8.8, it compiles >> cleanly on Ubuntu 12.04 LTS 64-bit. I've sent patches to the openembedded

Re: [oe] cmake-native-2.8.5-r2.1 compile error

2012-07-22 Thread Elvis Dowson
Hi, On Jul 22, 2012, at 6:32 AM, Elvis Dowson wrote: > With the latest update to the yocto repos, as of today, I get a compile error > for cmake-native-2.8.5-r2.1, when trying to bitbake core-image-sato. > > This had also happened yesterday, when I tried to build core-image-sato,

[oe] [poky 1/2] cmake-native: Update to v2.8.8.

2012-07-22 Thread Elvis Dowson
This commit updates the cmake-native recipe to v2.8.8. Signed-off-by: Elvis Dowson --- meta/recipes-devtools/cmake/cmake-native_2.8.5.bb |7 --- meta/recipes-devtools/cmake/cmake-native_2.8.8.bb |7 +++ meta/recipes-devtools/cmake/cmake.inc |2 +- 3 files changed

[oe] [poky 2/2] cmake: Update to v2.8.8.

2012-07-22 Thread Elvis Dowson
This commit updates the cmake recipe to v2.8.8. Signed-off-by: Elvis Dowson --- meta/recipes-devtools/cmake/cmake_2.8.5.bb | 40 meta/recipes-devtools/cmake/cmake_2.8.8.bb | 40 2 files changed, 40 insertions(+), 40 deletions

[oe] [meta-xilinx] xilinx-kernel.bbclass: Fix support for binary device tree generation.

2012-07-15 Thread Elvis Dowson
KERNEL_DEVICETREE is empty * print a warning message when specified dts file is not available Signed-off-by: Elvis Dowson --- classes/xilinx-kernel.bbclass | 10 -- 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/classes/xilinx-kernel.bbclass b/classes/xilinx

[oe] meta-xilinx: zImage build error: "mkimage" command not found - U-Boot images will not be built

2012-07-13 Thread Elvis Dowson
ailed: /tool/yocto/meta-xilinx/recipes-kernel/linux/linux-xilinx_2.6.38.bb, do_compile Summary: There was 1 ERROR message shown, returning a non-zero exit code. My virtex.conf file looks like this at the moment: KERNEL_IMAGETYPE = "zImage" Best regards, Elvis Dowson

[oe] linux-xilinx: How to download a ramdisk image and copy it to arch/powerpc/boot folder

2012-07-13 Thread Elvis Dowson
Hi, I'm trying to create a linux-xilinx-2.6.38 recipe, that will download a ramdisk image from http://wiki.xilinx.com/local--files/powerpc-linux/ramdisk.image.gz and copy it to the arch/powerpc/boot folder. How can I modify the following recipe to execute these commands? inherit kernel xil

[oe] Getting yocto to build a linux kernel uImage and zImage simultaneously

2012-07-13 Thread Elvis Dowson
Hi, Is simultaneous generation of both uImage and zImage supported for linux kernels? I tried it a couple of weeks back, but then noticed that it would build either a uImage or a zImage, alone, but failed when both were specified. Best regards, Elvis Dowson

Re: [oe] [poky] meta: Fix SRC_URI warnings to use "protocol" not "proto"

2012-07-13 Thread Elvis Dowson
Hi Khem, On Jul 13, 2012, at 10:51 AM, Khem Raj wrote: > Saul already posted a patch for OE-Core there was discussion on that > thread as well Ok! I just noticed it after deleting everything and doing a fresh rebuild! Elvis ___ Openembedded-devel mai

[oe] [meta-openembedded] meta-oe: Fix SRC_URI warnings to use "protocol" not "proto"

2012-07-12 Thread Elvis Dowson
bb meta-oe/recipes-support/usbpath/usbpath_svn.bb meta-oe/recipes-support/wmiconfig/wmiconfig_svn.bb Signed-off-by: Elvis Dowson --- .../recipes-devtools/python/python-pyyaml_svn.bb |2 +- meta-oe/recipes-navigation/navit/navit_svn.bb |2 +- .../qcanobserver/qcanobserver-socket

[oe] [meta-openembedded] meta-oe: Fix SRC_URI warnings to use "protocol" not "proto"

2012-07-12 Thread Elvis Dowson
bb meta-oe/recipes-support/usbpath/usbpath_svn.bb meta-oe/recipes-support/wmiconfig/wmiconfig_svn.bb Signed-off-by: Elvis Dowson --- .../recipes-devtools/python/python-pyyaml_svn.bb |2 +- meta-oe/recipes-navigation/navit/navit_svn.bb |2 +- .../qcanobserver/qcanobserver-socket

[oe] [poky] meta: Fix SRC_URI warnings to use "protocol" not "proto"

2012-07-12 Thread Elvis Dowson
vtools/tcf-agent/tcf-agent_git.bb recipes-devtools/ubootchart/ubootchart_svn.bb recipes-gnome/gtkhtml2/gtkhtml2_svn.bb recipes-graphics/matchbox-wm-2/matchbox-wm-2_git.bb recipes-sato/webkit/webkit-gtk_svn.bb Signed-off-by: Elvis Dowson --- .../eglibc/cross-localedef-native_2.15.bb |

[oe] [meta-openembedded 3/4] lighttpd: Rename to lighttpd_1.4.31.bbappend.

2012-07-05 Thread Elvis Dowson
This commit renames the lighttpd bbappend file to match the recipe version provided in poky/meta/recipes-extended/lighttpd Signed-off-by: Elvis Dowson --- .../lighttpd/lighttpd_1.4.30.bbappend | 10 -- .../lighttpd/lighttpd_1.4.31.bbappend | 10

[oe] [meta-openembedded 2/4] networkmanager: Set SYSTEMD_PACKAGES as networkmanager-systemd.

2012-07-05 Thread Elvis Dowson
This commit 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

[oe] [meta-openembedded 4/4] lighttpd: Set SYSTEMD_PACKAGES as lighttpd-systemd.

2012-07-05 Thread Elvis Dowson
This commit fixes WARNING: /tool/yocto/poky/meta/recipes-extended/lighttpd/lighttpd_1.4.31.bb: it is recommended to set SYSTEMD_PACKAGES as -systemd Signed-off-by: Elvis Dowson --- .../lighttpd/lighttpd_1.4.31.bbappend |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff

[oe] [meta-openembedded 1/4] python_numpy: Fix SRC_URI warnings.

2012-07-05 Thread Elvis Dowson
This commit fixes the following warnings: WARNING: Unable to get checksum for python-numpy SRC_URI entry config.h: file could not be found WARNING: Unable to get checksum for python-numpy SRC_URI entry numpyconfig.h: file could not be found Signed-off-by: Elvis Dowson --- .../recipes-devtools

Re: [oe] [meta-openembedded] lighttpd: Rename to lighttpd_1.4.31.bbappend.

2012-07-05 Thread Elvis Dowson
Hi, On Jul 6, 2012, at 12:16 AM, Martin Jansa wrote: > On Thu, Jul 05, 2012 at 11:59:43PM +0400, Elvis Dowson wrote: >> This commit renames the lighttpd bbappend file to match the recipe version >> provided in poky/meta-oe/recipes-extended/lighttpd > > This ^ doe

[oe] [meta-openembedded] lighttpd: Set SYSTEMD_PACKAGES as lighttpd-systemd.

2012-07-05 Thread Elvis Dowson
This commit fixes WARNING: /tool/yocto/poky/meta/recipes-extended/lighttpd/lighttpd_1.4.31.bb: it is recommended to set SYSTEMD_PACKAGES as -systemd Signed-off-by: Elvis Dowson --- .../lighttpd/lighttpd_1.4.31.bbappend |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff

[oe] [meta-openembedded] lighttpd: Rename to lighttpd_1.4.31.bbappend.

2012-07-05 Thread Elvis Dowson
This commit renames the lighttpd bbappend file to match the recipe version provided in poky/meta-oe/recipes-extended/lighttpd Signed-off-by: Elvis Dowson --- .../lighttpd/lighttpd_1.4.30.bbappend | 10 -- .../lighttpd/lighttpd_1.4.31.bbappend | 10

Re: [oe] [meta-xilinx] util-linux: rename file to util-linux_2.21.2.bbappend

2012-06-28 Thread Elvis Dowson
Hi Khem, On Jun 29, 2012, at 4:13 AM, Khem Raj wrote: > if this is a bbappend for meta-xilinx then this is not the right list > for this patch > Read http://git.yoctoproject.org/cgit/cgit.cgi/meta-xilinx/tree/README I've resent the patch to the yocto discussion list. Elvis

Re: [oe] [meta-openembedded] lighttpd: Set SYSTEMD_PACKAGES as lighttpd-systemd.

2012-06-28 Thread Elvis Dowson
HI Martin, On Jun 28, 2012, at 9:34 PM, Martin Jansa wrote: > On Thu, Jun 28, 2012 at 09:09:37PM +0400, Elvis Dowson wrote: >> I sent this patch a while back, and this still hasn't been applied. I just >> did a git pull and noticed this. Its a trivial patch, so would it

[oe] [meta-xilinx] util-linux: rename file to util-linux_2.21.2.bbappend

2012-06-28 Thread Elvis Dowson
* Rename util-linux bbaapend file to match recipe version provided in poky/meta/recipes-core/util-linux Signed-off-by: Elvis Dowson --- recipes-core/util-linux/util-linux_2.21.1.bbappend |3 --- recipes-core/util-linux/util-linux_2.21.2.bbappend |3 +++ 2 files changed, 3 insertions

Re: [oe] [meta-openembedded] python_numpy: Fix SRC_URI warnings.

2012-06-28 Thread Elvis Dowson
Request to apply this patch to the meta-openembedded layer... Elvis On Jun 22, 2012, at 6:28 PM, Elvis Dowson wrote: > This commit fixes the following warnings: > WARNING: Unable to get checksum for python-numpy SRC_URI entry config.h: file > could not be found > WARNING: U

Re: [oe] [meta-openembedded] networkmanager: Set SYSTEMD_PACKAGES as networkmanager-systemd.

2012-06-28 Thread Elvis Dowson
Request to apply this patch to the meta-openembedded layer... Elvis On Jun 22, 2012, at 7:52 AM, Elvis Dowson wrote: > This commit fixes WARNING: > /tool/yocto/meta-openembedded/meta-oe/recipes-connectivity/networkmanager/networkmanager_0.9.2.0.bb: > it is recommended to set SYSTEMD_PA

Re: [oe] [meta-openembedded] lighttpd: Set SYSTEMD_PACKAGES as lighttpd-systemd.

2012-06-28 Thread Elvis Dowson
Hi, I sent this patch a while back, and this still hasn't been applied. I just did a git pull and noticed this. Its a trivial patch, so would it be possible for someone to please apply it. Elvis On Jun 22, 2012, at 7:48 AM, Elvis Dowson wrote: > This commit fixes WARNING: >

Re: [oe] [meta-xilinx 1/2] xilinx-boot: Refactor recipe to add support for Xilinx ISE 14.1.

2012-06-24 Thread Elvis Dowson
InstLocList="${xlnxInstLocList} PlanAhead" xlnxInstLocList="${xlnxInstLocList} ../../Vivado/2012.1" xlnxInstLocList="${xlnxInstLocList} ISE" xlnxInstLocList="${xlnxInstLocList} SysGen" XIL_SCRIPT_LOC_TMP_U

[oe] [meta-xilinx] linux-xilinx: Update xilinx linux kernel to v3.3.0.

2012-06-24 Thread Elvis Dowson
* Update xilinx linux kernel to v3.3.0. * Update recipe to use SRCREV_pn-${PN} to set the commit id. * Refactor recipe and move common definitions to linux-xilinx.inc * Bump PR. Signed-off-by: Elvis Dowson --- recipes-kernel/linux/linux-xilinx.inc| 16 recipes-kernel

[oe] [meta-xilinx 1/2] xilinx-boot: Refactor recipe to add support for Xilinx ISE 14.1.

2012-06-24 Thread Elvis Dowson
* Refactor recipe to add support for Xilinx ISE 14.1. * Fix minor spelling mistakes. * Add additional log messages. Ensure that you reconfigure your shell to use bash instead of dash while building with Ubuntu 12.04 LTS. Signed-off-by: Elvis Dowson --- classes/xilinx-boot.bbclass | 41

[oe] [meta-openembedded] python_numpy: Fix SRC_URI warnings.

2012-06-22 Thread Elvis Dowson
This commit fixes the following warnings: WARNING: Unable to get checksum for python-numpy SRC_URI entry config.h: file could not be found WARNING: Unable to get checksum for python-numpy SRC_URI entry numpyconfig.h: file could not be found Signed-off-by: Elvis Dowson --- .../recipes-devtools

Re: [oe] [meta-openembedded] python_numpy: Fix SRC_URI warnings.

2012-06-22 Thread Elvis Dowson
the correct values: $ MACHINE=qemuarm bitbake -e python-numpy | grep -i "^SRC_URI=" SRC_URI="http://downloads.sourceforge.net/numpy/numpy-1.4.1.tar.gz file://config.h file://numpyconfig.h" I'll submit a patch now. Best regards, Elvis Dowson

Re: [oe] [meta-openembedded] python_numpy: Fix SRC_URI warnings.

2012-06-21 Thread Elvis Dowson
Hi Khem, On Jun 22, 2012, at 8:45 AM, Khem Raj wrote: > OK you can just do > > MACHINE=qemuarm bitbake -e python-numpy | grep -i "^SRC_URI=" > > and see what it shows. That command returned empty. I'll modify the patch with the CONFIGFILESURI as you suggested

Re: [oe] [meta-openembedded] python_numpy: Fix SRC_URI warnings.

2012-06-21 Thread Elvis Dowson
, so I just corrected the recipe. I have an armv7a board (TI OMAP3530 based Gumstix Overo Fire), but no mipsel based board. At the moment, I'm focussing on the powerpc440 on my virtex5 fpga board, so perhaps someone else with an arm and mipsel could help test it out. Best regards, E

[oe] [meta-openembedded] python_numpy: Fix SRC_URI warnings.

2012-06-21 Thread Elvis Dowson
This commit fixes the following warnings: WARNING: Unable to get checksum for python-numpy SRC_URI entry config.h: file could not be found WARNING: Unable to get checksum for python-numpy SRC_URI entry numpyconfig.h: file could not be found Signed-off-by: Elvis Dowson --- .../recipes-devtools

[oe] [meta-openembedded] networkmanager: Set SYSTEMD_PACKAGES as networkmanager-systemd.

2012-06-21 Thread Elvis Dowson
This commit 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

[oe] [meta-openembedded] lighttpd: Set SYSTEMD_PACKAGES as lighttpd-systemd.

2012-06-21 Thread Elvis Dowson
This commit fixes WARNING: /tool/yocto/poky/meta/recipes-extended/lighttpd/lighttpd_1.4.30.bb: it is recommended to set SYSTEMD_PACKAGES as -systemd Signed-off-by: Elvis Dowson --- .../lighttpd/lighttpd_1.4.30.bbappend |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff

[oe] [meta-openembedded] connman: Update recipe name to connman_1.0.bbappend.

2012-06-21 Thread Elvis Dowson
This commit updates the recipe name to connman_1.0.bbappend. Signed-off-by: Elvis Dowson --- .../connman/connman_0.79.bbappend |6 -- .../connman/connman_1.0.bbappend |6 ++ 2 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644

[oe] [meta-openembedded] qt4: Remove qt-4.7.4 recipes.

2012-06-13 Thread Elvis Dowson
This commit removes the following recipes: qt4-embedded_4.7.4.bbappend qt4-x11-free_4.7.4.bbappend Signed-off-by: Elvis Dowson --- meta-oe/recipes-qt/qt4/qt4-embedded_4.7.4.bbappend |6 -- meta-oe/recipes-qt/qt4/qt4-x11-free_4.7.4.bbappend |6 -- 2 files changed, 12 deletions

[oe] ERROR: No recipes available for: qt4-x11-free_4.7.4.bbappend qt4-embedded_4.7.4.bbappend

2012-06-13 Thread Elvis Dowson
octo build/integration/release team be testing everything, before committing changes to a public repo. Elvis Dowson ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel

[oe] [meta-xilinx] xilinx-kernel: Change string comparision checks to use strict POSIX compliance.

2012-06-08 Thread Elvis Dowson
This commit fixes an issue with string comparision checks failing because of not using strict POSIX compliance, thereby failing to copy the device tree from the hardware model to the linux kernel device tree. Signed-off-by: Elvis Dowson --- classes/xilinx-kernel.bbclass |6 -- 1 file

[oe] [meta-xilinx] xilinx-kernel: Change string comparision checks to use strict POSIX compliance.

2012-06-08 Thread Elvis Dowson
This commit fixes an issue with string comparision checks failing because of not using strict POSIX compliance, therby failing to copy the device tree from the hardware model to the linux kernel device tree. Signed-off-by: Elvis Dowson --- classes/xilinx-kernel.bbclass |6 -- 1 file

[oe] [poky] Impact of tune configuration in meta/conf/machine/qemuppc.conf

2012-06-07 Thread Elvis Dowson
/machine/include/qemu.inc require conf/machine/include/tune-ppc603e.inc KERNEL_IMAGETYPE = "vmlinux" SERIAL_CONSOLE = "115200 ttyS0" Best regards, Elvis Dowson ___ Openembedded-devel mailing list Openembedded-devel@lists.o

[oe] [poky] Updating qemu recipes

2012-06-05 Thread Elvis Dowson
could just update the qemu_git.bb recipe, since that is behind at 0.14. Best regards, Elvis Dowson ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel

[oe] [poky] qemu: virtex5-ml507: Add kernel uImage loading support.

2012-06-05 Thread Elvis Dowson
This commit adds kernel uImage loading support for the Xilinx ML507 development board emulator. Signed-off-by: Elvis Dowson --- ...5-ml507-add-kernel-uImage-loading-support.patch | 74 meta/recipes-devtools/qemu/qemu_0.15.1.bb |3 +- 2 files changed, 76

Re: [oe] How to generate vmlinux kernel image

2012-06-05 Thread Elvis Dowson
Hi Khem, On Jun 5, 2012, at 2:07 AM, Khem Raj wrote: > On Mon, Jun 4, 2012 at 4:57 PM, Elvis Dowson wrote: >> >> KERNEL_IMAGETYPE = "uImage vmlinux" > > remove vmlinux from there The qemu-system-ppc emulator for Xilinx ML507 doesn't work with uImage. It on

[oe] How to generate vmlinux kernel image

2012-06-04 Thread Elvis Dowson
s 1 ERROR message shown, returning a non-zero exit code. What should I do to get it to generate the vmlinux image and the rootfs in ext3 format? Elvis Dowson ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org http://list

Re: [oe] Understanding what qemuppc emulates and getting it to emulate a ppc440 CPU

2012-06-04 Thread Elvis Dowson
mlinux-qemuppc.bin and core-image-sato-qemuppc.ext3 ? Best regards, Elvis Dowson ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel

Re: [oe] Understanding what qemuppc emulates and getting it to emulate a ppc440 CPU

2012-06-04 Thread Elvis Dowson
Hi Khem, On Jun 4, 2012, at 7:01 PM, Khem Raj wrote: > On Mon, Jun 4, 2012 at 2:07 AM, Elvis Dowson wrote: >> >> Can the yocto build environment be modified so that the qemuppc emulator >> emulates at least the ppc440 CPU subset? > > default emulation is using ma

Re: [oe] Understanding what qemuppc emulates and getting it to emulate a ppc440 CPU

2012-06-04 Thread Elvis Dowson
Hi, On Jun 4, 2012, at 11:07 AM, Elvis Dowson wrote: > I've originally built my yocto images for a virtex5 machine, and would like > to test it on an emulator. The Virtex-5 FXT processor is an FPGA which > contains an embedded PowerPC440 CPU > > Now if I specify machi

[oe] Understanding what qemuppc emulates and getting it to emulate a ppc440 CPU

2012-06-04 Thread Elvis Dowson
PowerPC440 CPU Now if I specify machine=qemuppc, wouldn't that just be generic PowerPC CPU? There are so many ppc CPU variants, like ppc405, ppc440, ppc603e, etc. Can the yocto build environment be modified so that the qemuppc emulator emulates at least the ppc440 CPU subset? Best regards

[oe] [meta-xilinx] u-boot-xilinx_git: Update recipe to support fetching from separate git repositories for virtex5 and microblaze.

2012-06-03 Thread elvis . dowson
From: Elvis Dowson * virtex5: Modify SRC_URI_virtex5 to fetch u-boot from git://git.denx.de/u-boot.git * virtex5: Update to u-boot v2012.04.01 * microblaze: Retain SRC_URL_microblaze to fetch u-boot from git://git.xilinx.com/u-boot-xlnx.git * microblaze: Retain u-boot v2009.11 Signed-off-by

[oe] [meta-xilinx] xilinx-boot: Change string comparision checks to use strict POSIX compliance.

2012-06-02 Thread Elvis Dowson
This commit fixes an issue with string comparision checks failing because of not using strict POSIX compliance, therby resulting in wrong definitions being generated into the ${xparam} file. Signed-off-by: Elvis Dowson --- classes/xilinx-boot.bbclass | 10 +- 1 file changed, 5

[oe] [meta-xilinx] linux-xilinx: Update SRC_URI to git://git.xilinx.com/linux-xlnx.git

2012-06-01 Thread Elvis Dowson
This commit updates the SRC_URI to git://git.xilinx.com/linux-xlnx.git to match the project name on the Xilinx git repository. Signed-off-by: Elvis Dowson --- recipes-kernel/linux/linux-xilinx_git.bb |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-kernel/linux

[oe] [meta-xilinx] linux-xilinx: Correct license to GPLv2.

2012-06-01 Thread Elvis Dowson
This commits corrects the license for the linux-xilinx recipe to GPLv2. Signed-off-by: Elvis Dowson --- recipes-kernel/linux/linux-xilinx_git.bb |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-kernel/linux/linux-xilinx_git.bb b/recipes-kernel/linux/linux

Re: [oe] [meta-xilinx] tune-ppc440.inc: Update support for the PowerPC 440 processor in the Xilinx Virtex-5 FXT FPGA.

2012-05-31 Thread Elvis Dowson
Hi Adrian, On May 31, 2012, at 5:15 PM, Adrian Alonso wrote: > Please update your meta-xilinx repo, > commit: 04633e44b5401288ceee2d36eb2413dfa5308a54 > does something similar, but I fail to use "powerpc-nf" > > I would accept a new patch for that :) Done! :-) Be

[oe] [meta-xilinx 1/2] tune-ppc440: Indicate no floating point support.

2012-05-31 Thread Elvis Dowson
* PACKAGE_EXTRA_ARCHS_tune-ppc440: Indicate no floating point support by adding -nf suffix. Signed-off-by: Elvis Dowson --- conf/machine/include/tune-ppc440.inc |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/machine/include/tune-ppc440.inc b/conf/machine/include

  1   2   >