[yocto] Please unsubscribe me from the mailing list.

2015-08-30 Thread peterengcomau001
ThanksLachlan Peter Message sent via Adam Internet WebMail - http://www.adam.com.au/ -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] need help to add local kernel to yocto build

2015-02-02 Thread peterengcomau001
 try using SOURCE_MIRROR_URL ?= "file:///home/mykernel/" - three '///' assuming that /home is in your root directoryLachlan - Original Message - From: "Pavan Kumar B" To: Cc: Sent:Sun, 1 Feb 2015 19:58:35 +0530 Subject:[yocto] need help to add local kernel to yocto build Hi, I am new to

Re: [yocto] meta-qt5 problem in yocto 1.7

2015-02-01 Thread peterengcomau001
  Alex, I have completely separated daisy and dizzy. all of my daisy stuff goes into ~/poky-1.6 and I clone only daisy branches there such as poky, meta-openembedded, meta-qt5, etc. All of my dizzy stuff goes in ~/poky-1.7 so there is never a mix between them.  For dizzy i originally cl

Re: [yocto] meta-qt5 problem in yocto 1.7

2015-02-01 Thread peterengcomau001
Hi Alex, I have no problem with qt5 with daisy and have been using it fine for over 6 months. During that time I have cleaned my tmp file multiple times which would force a new reload of the sources. Also I dont have a problem with Dizzy when building core-image-mininal, core-image-full-cmdline and

Re: [yocto] meta-qt5 problem in yocto 1.7

2015-01-31 Thread peterengcomau001
Hi Alex, Thanks for confirming the problem exists. I set QT_MODULE_BRANCH ?= "dev" in meta-qt5/recipes-qt/qt5/qt5-git.inc, but still get the same problem. Do I have the correct file ? Regards Lachlan  - Original Message - From: "Alex J Lennon" @dynamicdevices.co.uk> To:, "Mart

Re: [yocto] meta-qt5 problem in yocto 1.7

2015-01-31 Thread peterengcomau001
Hello Martin, Thanks for your reply. I managed to fix the problem of referring to 5.4 instead of 5.3.2 by checking out the master branch instead of the dizzy branch of meta-qt5. However my problem is with the do_fetch. Most of the do_fetch work fine but  I get the folliowing two errors:

Re: [yocto] meta-qt5 problem in yocto 1.7

2015-01-28 Thread peterengcomau001
Thanks Simon, I had already changed the branch to 'master' because all the do_fetch references were to version 5.4.0 and these could not be found, ven though they were all located in the master branch of the git repository. As you say, after changinf to the master branch and look in the qt

[yocto] core-image-sato builds but core-image-sato-sdk fails on poky 1.7

2015-01-27 Thread peterengcomau001
I am trying to build images that I can do development on with QTCreator (QT5). Although I can create core-image-sato without any problems, I cannot create core-image-sato-sdk I have cloned these three repositories. $ git clone git://git.yoctoproject.org/poky poky-1.7$ cd poky-1.7$ git checkout –b d

[yocto] meta-qt5 problem in yocto 1.7

2015-01-26 Thread peterengcomau001
I have just downloaded yocto poky 1.7 and try to build an image. I get teh follwing problems with fetching qt5 source: Summary: 5 tasks failed:   /home/lachlan/poky-1.7/meta-qt5/recipes-qt/qt5/qt3d_git.bb, do_fetch   /home/lachlan/poky-1.7/meta-qt5/recipes-qt/qt5/qtmultimedia_5.3.2.bb, do_fetch   /

Re: [yocto] libm implementation issue

2015-01-09 Thread peterengcomau001
 Hi Richard,I am using the standard poky DISTRO (although the configuration is DISTRO ?= "poky' so something else my be changing it. Also The final image is pretty large taking 256Mb.Is there anything else I can check that may be altering the DISTRO or the libc. If I look at all the setting in ECLI

Re: [yocto] runqemu-extract-sdk does not provide all required librariesin rootfs

2015-01-09 Thread peterengcomau001
 Hi Mihail, I originally installed poky 1.6.1 but when it generates the toolchain files it calls it them 1.6.2.  The base image I am using is not core-image-sato-sdk as I was wanting to develop against my actual image and also test things directly on my target. My core image is supplied by the vend

Re: [yocto] libm implementation issue

2014-12-31 Thread peterengcomau001
  Thanks,I have continued to struggle on and had just decided to file a bug myself. Thanks for verifying and filing the bug already.RegardsLachlan - Original Message - From: benjamin.esqui...@linux.intel.com To: Cc: Sent:Tue, 30 Dec 2014 13:48:57 -0600 Subject:Re: [yocto] libm implementat

Re: [yocto] is it not a *requirement* that layers start with "meta-"?

2014-12-30 Thread peterengcomau001
If you use the yocto scripts for setting up a new layer, it automatically prepends 'meta-'. That may be why there is no requirement.Lachlan - Original Message - From: "Robert P. J. Day" To:"Yocto discussion list" Cc: Sent:Tue, 30 Dec 2014 09:20:55 -0500 (EST) Subject:[yocto] is it not a

[yocto] libm implementation issue

2014-12-30 Thread peterengcomau001
I have some software that uses specific mathematical functions. When I attempt to compile them with the Yocto cross-compile tools, the functions are not recognised. E.g. 'pow' in According to website https://wiki.yoctoproject.org/wiki/Minimal_Image, not all eglibc features are installed as stand

Re: [yocto] bitbake cannot locate source file from recipe

2014-12-29 Thread peterengcomau001
Thanks, That seemed to work fine. I changed my layer priority to 11, just above the atmel priority of 10.I think it may have also fixed another problem with my ntp time sources.ThanksLachlan - Original Message - From: "Paul Eggleton" To: Cc: Sent:Mon, 29 Dec 2014 16:34:04 + Subject:Re

Re: [yocto] bitbake cannot locate source file from recipe

2014-12-29 Thread peterengcomau001
 The result of bitbake -e linux-yocto-custom gives this output: # $FILESPATH [2 operations] #   set /home/lachlan/poky/meta/conf/documentation.conf:174 # [doc] "The default set of directories the OpenEmbedded build system uses when searching for patches and files. It is defined in the base.bbc

Re: [yocto] bitbake cannot locate source file from recipe

2014-12-29 Thread peterengcomau001
I have had some success and some failure. Attempt 1: FAILI changed the SRC to:FILESEXTRAPATHS_prepend := "${THISDIR}/files:" removing the machine name and the space. The machine is sama5d3xek. I still get an the error : (the directory is now changed) > | DEBUG: Executing shell function do_install >

[yocto] bitbake cannot locate source file from recipe

2014-12-29 Thread peterengcomau001
I am trying to modify my device tree build to include a slightly modifed version. I have created the recipe linux-yocto-custom_3.10.bbappend that contains the following: PR = "r5" FILESEXTRAPATHS_prepend := "${THISDIR}/files/sama5d3xek: " SRC_URI += " file://sama5d3xek_lsp.dts " KERNEL_DEVICETREE

[yocto] runqemu-extract-sdk does not provide all required libraries in rootfs

2014-12-21 Thread peterengcomau001
I am using poky 1.6.2.  If I create a rootfs using ADT I can Use Eclipse to test against qemu all OK but this is not the traget rootfs so its use is limited If I create a rootfs using $ bitbake image -c populate_sdk then run the shell script, the rootfs created has all the required librar

Re: [yocto] Build a Toolchain-QT

2014-12-06 Thread peterengcomau001
Try using $ bitbake -k meta-toolchain-qte This builds the toochain for the embedded version of QTLachlan  - Original Message - From: "Tran TriTin" To: Cc: Sent:Thu, 4 Dec 2014 13:10:20 +0100 Subject:[yocto] Build a Toolchain-QT Hi all,  i tried to build a toolchain for Qt SDK with

[yocto] Yocto Eclipse Plugin for Dizzy does not appear to work.

2014-11-30 Thread peterengcomau001
If using yocto 1.6.1 plugin for Eclipse then selecting help->install new software->add then using http://downloads.yoctoproject.org/releases/eclipse-plugin/1.6.1/kepler [1] works fine. For V1.7 I have tried:- doing the above but using 1.7 instead of 1.6.1 -> does not work- I try follwing the dev-

[yocto] Difficulty in locating the specific build error

2014-11-30 Thread peterengcomau001
I am using poky 1.6.1. I have built the follwing images successfully : core-image-sato-sdk & atmel-qt5-demo-image. I am tying to build the following image without success: atmel-qt5-demo-image -c populate_sdk I get the error: - ERROR: Function failed: do_popu

Re: [yocto] New error in 1.7

2014-11-25 Thread peterengcomau001
Thanks for your patience. I was successful in building the patch as follows: __ --- a/configure.ac    2014-08-28 03:20:36.0 +0300 +++ b/configure.ac    2014-11-25 23:22:45.129711196 +0300 @@ -13,7 +13,7 @@  AG_GST_INIT    dnl initialize automake -AM_INIT_AUTOMAKE([-Wno-porta

Re: [yocto] New error in 1.7

2014-11-25 Thread peterengcomau001
 My original problem is that the image built in 1.6.1 does not build in 1.7. Paul indicated this is probably because of the -foreign issue as referred to in the reference manual Section 5.6.3 when upgrading.  What I need to do is modify my recipe to include this. I understand once I have modified t

Re: [yocto] New error in 1.7

2014-11-25 Thread peterengcomau001
This is new territory for me. I have created the following patch diff --git a/configure.ac b/configure.ac --- a/configure.ac +++ b/configure.ac @@ -16 +16 @@ AC_CONFIG_SRCDIR([libop/op_config.h]) -AM_INIT_AUTOMAKE +AM_INIT_AUTOMAKE([foreign]) but i get the error ERROR: Command Error: exit status

Re: [yocto] New error in 1.7

2014-11-25 Thread peterengcomau001
  the change to oprofile.inc and the associated patch appear to be already present in the meta data. Any other ideas what could be causing the problem? Lachlan - Original Message - From: "Paul Eggleton" .eggle...@linux.intel.com> To: Cc: Sent:Tue, 25 Nov 2014 10:09:47 + Su

Re: [yocto] New error in 1.7

2014-11-25 Thread peterengcomau001
thank you. i have fixed the curl problem but a new problem has occured with the build. This problem did not appear in v1.6.1. The problem is: lachlan@lachlan-SVP13215PXB:~/poky/build-atmel$ bitbake atmel-qt5-demo-image -c populate_sdk Loading cache: 100% |###

[yocto] New error in 1.7

2014-11-24 Thread peterengcomau001
I have just downloaded poky 1.7 and am rebuilding the image. I get an error that I did not when doing this in 1.6.1 lachlan@lachlan-SVP13215PXB:~/poky/build-atmel$ bitbake atmel-qt5-demo-image -c populate_sdk Build Configuration: BB_VERSION    = "1.24.0" BUILD_SYS = "x86_64-linux" NAT

[yocto] lighttpd webDav does not allow files to save

2014-11-19 Thread peterengcomau001
I am running Yocto 1.6.1 with standard atmel build or atmel-qt5-demo-image I have added a a lighttpd_1.4.33.bbappend recipe in the directory ~/poky/meta-atmel-lsp/recipes-extended/lighttpd with the following contents:___FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" RDEPENDS_${PN} +

Re: [yocto] recipe fails to load local files

2014-11-18 Thread peterengcomau001
Message - From: "Bryan Evenson" To:"peterengcomau...@adam.com.au" , "Alexandru Vaduva" , "Anders Darander" Cc:"yocto@yoctoproject.org" Sent:Mon, 17 Nov 2014 13:49:35 + Subject:RE: [yocto] recipe fails to load local files Lachlan, >

Re: [yocto] recipe fails to load local files

2014-11-16 Thread peterengcomau001
There is no package called zd1211 that I can identify. If I run $ _bitbake atmel-qt5-demo-image __-g -u depexp_ It does not list a package that has zd1211 in it. Having said that, if I run $ find -name zd1211*It shows that zd1211rw and zd1211rw.ko files are in the rootfs in the tmp/work directory u

Re: [yocto] recipe fails to load local files

2014-11-15 Thread peterengcomau001
Thanks, I have done the changes and no longer get the error. However, the firmware files still do not get generated when I build the image. The current recipe I am using is: __ DESCRIPTION = "Belkin Wifi Firmware" LICENSE = "GPL" PR = "r0" FILESPATH = "${THISDIR

Re: [yocto] recipe fails to load local files

2014-11-14 Thread peterengcomau001
Based on your suggestion Bryan, and referring to Section 10 -Glossary of the ref-manual regarding FILES, I have changed the recipe as follows: __ DESCRIPTION = "Belkin Wifi Firmware" PR = "1.5" LICENSE = "CLOSED" FILES_${PN} += "~/poky/meta-atmel-lsp/recipes-

[yocto] recipe fails to load local files

2014-11-13 Thread peterengcomau001
I am using yocto 1.6.1 and I have a a number of recipes in ~/home/poky/meta-atmel-lsp/recipes-lsp. I have a lightpd.bbappend that loads local files, I have a wpa-supplicant.bbappend that loads local files, but I am also trying to load some firmware that should load local files but fails. In ~/ho

[yocto] bbappend recipe causes errors with only two lines of code

2014-11-11 Thread peterengcomau001
I am using Yocto 1.6.1 and run a build that works fine. I add a new layer and recipe ~/poky/meta-atmel-lsp/recipes-lsp/lighttpd with a recipe lighttpd_1.4.33.bbappend and this has only two lines: FILESEXTRAPATHS_prepend := "#{THISDIR}/files:"SRC_URI = "file://lighttpd.conf" This results in a failur