|
Which is the best strategy to customize Qt configuration?
Shouldn't you be using += instead of =, so that you append to the list: DEPENDS_remove += "gstreamer" DEPENDS_remove += "gst-plugins-base" The earlier line had it in one line, so it was okay: DEPENDS_
Shouldn't you be using += instead of =, so that you append to the list: DEPENDS_remove += "gstreamer" DEPENDS_remove += "gst-plugins-base" The earlier line had it in one line, so it was okay: DEPENDS_
|
By
Elvis Dowson
· #25452
·
|
|
[poky] Error patching gcc-4.8.2
Hi Khem, This was with a clean build. There are a bunch of changes to the gcc recipes done by Richard Purdie starting with this one, which appears to have triggered the build failure with the gcc-4.8.
Hi Khem, This was with a clean build. There are a bunch of changes to the gcc recipes done by Richard Purdie starting with this one, which appears to have triggered the build failure with the gcc-4.8.
|
By
Elvis Dowson
· #19343
·
|
|
[poky] Error patching gcc-4.8.2
Hi Khem, I’m getting an error with poky master branch, when it attempts to patch gcc-cross-4.8.2. Have you seen this happen earlier at your end? Build Configuration: BB_VERSION = "1.23.1" BUILD_SYS =
Hi Khem, I’m getting an error with poky master branch, when it attempts to patch gcc-cross-4.8.2. Have you seen this happen earlier at your end? Build Configuration: BB_VERSION = "1.23.1" BUILD_SYS =
|
By
Elvis Dowson
· #19338
·
|
|
[poky] Build failure gcc-4.8
Hi, I just updated to the latest poky master, and encountered a build failure with gcc patch#0030 failing to apply. Build Configuration: BB_VERSION = "1.23.0" BUILD_SYS = "x86_64-linux" NATIVELSBSTRIN
Hi, I just updated to the latest poky master, and encountered a build failure with gcc patch#0030 failing to apply. Build Configuration: BB_VERSION = "1.23.0" BUILD_SYS = "x86_64-linux" NATIVELSBSTRIN
|
By
Elvis Dowson
· #19218
·
|
|
[poky] ERROR: Function failed: do_rootfs, when using ipk package class
Hi, I just tries a build with poky master, and meta-xilinx master branch, and got the following build error. For some reason the yocto build process fails is PACKAGE_CLASSES is set to package_ipk. ERR
Hi, I just tries a build with poky master, and meta-xilinx master branch, and got the following build error. For some reason the yocto build process fails is PACKAGE_CLASSES is set to package_ipk. ERR
|
By
Elvis Dowson
· #19064
·
|
|
[poky] WARNING: QA Issue: ELF binary has relocations in .text
Hi, I just built meta-toolchain using the latest poky master, along with the meta-xilinx layer, and find that the build system issues multiple QA warnings, for a number of qemu machine configurations
Hi, I just built meta-toolchain using the latest poky master, along with the meta-xilinx layer, and find that the build system issues multiple QA warnings, for a number of qemu machine configurations
|
By
Elvis Dowson
· #18753
·
|
|
Server specs for a continuous integration system
Sorry, my setup is a RAID0 striped SSDx2 configuration as well, not RAID1. I have a 3TB standard drive for performing backup, since I can lose data anytime, if any one of the drives fail. The cooling
Sorry, my setup is a RAID0 striped SSDx2 configuration as well, not RAID1. I have a 3TB standard drive for performing backup, since I can lose data anytime, if any one of the drives fail. The cooling
|
By
Elvis Dowson
· #15830
·
|
|
Server specs for a continuous integration system
Yes, it is a full build from scratch, and the core-image-minimal builds the cross tool chain, kernel and root file system. A full kernel build from scratch completes in under 1 or 2 minutes, can't rem
Yes, it is a full build from scratch, and the core-image-minimal builds the cross tool chain, kernel and root file system. A full kernel build from scratch completes in under 1 or 2 minutes, can't rem
|
By
Elvis Dowson
· #15809
·
|
|
Server specs for a continuous integration system
Hi, I use a Gigabyte Z77X-UP5TH motherboard http://www.gigabyte.us/press-center/news-page.aspx?nid=1166 which has support for RAID in BIOS, at boot up, and Thunderbolt connected to an Apple 27" Thunde
Hi, I use a Gigabyte Z77X-UP5TH motherboard http://www.gigabyte.us/press-center/news-page.aspx?nid=1166 which has support for RAID in BIOS, at boot up, and Thunderbolt connected to an Apple 27" Thunde
|
By
Elvis Dowson
· #15800
·
|
|
How to work with linux-yocto kernel
I've just done this now. https://bugzilla.yoctoproject.org/show_bug.cgi?id=5065 Best regards, Elvis Dowson
I've just done this now. https://bugzilla.yoctoproject.org/show_bug.cgi?id=5065 Best regards, Elvis Dowson
|
By
Elvis Dowson
· #15732
·
|
|
How to work with linux-yocto kernel
Hi Bruce, No, I didn't. I've just done this now. It's only after you mentioned it that I noticed the SRCREV_meta variable in linux-yocto_3.8.bb While obvious, once stated, it's better to explicitly do
Hi Bruce, No, I didn't. I've just done this now. It's only after you mentioned it that I noticed the SRCREV_meta variable in linux-yocto_3.8.bb While obvious, once stated, it's better to explicitly do
|
By
Elvis Dowson
· #15730
·
|
|
How to work with linux-yocto kernel
Hi, I just don't understand how to work with the linux-yocto kernel. For example, I created a local copy of the yocto kernel, and updated the linux-yocto_3.8.bb recipe to point to the local copy (git:
Hi, I just don't understand how to work with the linux-yocto kernel. For example, I created a local copy of the yocto kernel, and updated the linux-yocto_3.8.bb recipe to point to the local copy (git:
|
By
Elvis Dowson
· #15728
·
|
|
Yocto reference manual missing entries for MACHINE_DEVICETREE and KERNEL_DEVICETREE
Hi Scott, I noticed that the yocto reference manual is missing entries for MACHINE_DEVICETREE and KERNEL_DEVICETREE variables. I was trying to find out what the difference between the two were, and di
Hi Scott, I noticed that the yocto reference manual is missing entries for MACHINE_DEVICETREE and KERNEL_DEVICETREE variables. I was trying to find out what the difference between the two were, and di
|
By
Elvis Dowson
· #15726
·
|
|
linux-yocto defaulting to 3.4.52 for new qemuarmhf.conf
Hi Bruce, Yes, I'm currently working off master. If I add the following qemuarmhf.conf file, and apply the patch to linux-yocto_3.8.bb, it still tries to compile linux-yocto_3.4.bb recipe. You should
Hi Bruce, Yes, I'm currently working off master. If I add the following qemuarmhf.conf file, and apply the patch to linux-yocto_3.8.bb, it still tries to compile linux-yocto_3.4.bb recipe. You should
|
By
Elvis Dowson
· #15654
·
|
|
linux-yocto defaulting to 3.4.52 for new qemuarmhf.conf
Hi Bruce, Ok, I forgot about that! Another quick question, why is it that when I create a new qemuarmhf.conf machine configuration, it doesn't automatically pick up the latest linux-yocto_3.8.bb recip
Hi Bruce, Ok, I forgot about that! Another quick question, why is it that when I create a new qemuarmhf.conf machine configuration, it doesn't automatically pick up the latest linux-yocto_3.8.bb recip
|
By
Elvis Dowson
· #15652
·
|
|
linux-yocto defaulting to 3.4.52 for new qemuarmhf.conf
Weird, even after setting PREFERRED_VERSION_virtual/linux ="3.8", it still picks up linux-yocto_3.4.bb recipe! What am I failing to set or configure additionally to get it to work, as intended? Best r
Weird, even after setting PREFERRED_VERSION_virtual/linux ="3.8", it still picks up linux-yocto_3.4.bb recipe! What am I failing to set or configure additionally to get it to work, as intended? Best r
|
By
Elvis Dowson
· #15649
·
|
|
linux-yocto defaulting to 3.4.52 for new qemuarmhf.conf
Hi, I created a new qemuarmhf.conf, to build using armv7a vfp and neon. In the linux-yocto_3.8.bb recipe, I explicitly specified SRCREV_machine_qemuarmhf and added qemuarmhf to the list of COMPATIBLE_
Hi, I created a new qemuarmhf.conf, to build using armv7a vfp and neon. In the linux-yocto_3.8.bb recipe, I explicitly specified SRCREV_machine_qemuarmhf and added qemuarmhf to the list of COMPATIBLE_
|
By
Elvis Dowson
· #15648
·
|
|
QEMU with ARM Cortex A9 hard float with NEON
Hi, I'm trying to build a QEMU machine configuration with support for ARM Cortex A9, with hard float and neon support. What should I specify in my qemuarmhf.conf machine file to enable a specific tune
Hi, I'm trying to build a QEMU machine configuration with support for ARM Cortex A9, with hard float and neon support. What should I specify in my qemuarmhf.conf machine file to enable a specific tune
|
By
Elvis Dowson
· #15644
·
|
|
Installing yocto built qemu binaries and sdk toolchain to another machine
I found the answer to this, the qemu images are located with the meta-toolchain-sdk, so copy over the generated kernel and rootfilesystem (ext3) images to the new machine, installing the toolchain SDK
I found the answer to this, the qemu images are located with the meta-toolchain-sdk, so copy over the generated kernel and rootfilesystem (ext3) images to the new machine, installing the toolchain SDK
|
By
Elvis Dowson
· #15641
·
|
|
Installing yocto built qemu binaries and sdk toolchain to another machine
Hi, What should I do to relocate and install the qemu binaries and sdk toolchain built using yocto, to another machine? The target machine has a fresh Ubuntu 12.04 installation, and I'd like to be abl
Hi, What should I do to relocate and install the qemu binaries and sdk toolchain built using yocto, to another machine? The target machine has a fresh Ubuntu 12.04 installation, and I'd like to be abl
|
By
Elvis Dowson
· #15640
·
|