[yocto] SRC_URI_kernel in machine conf

2013-09-05 Thread lothar
Hello Yoctoholics! Is it possible to declare a kernels' SRC_URI, as also certain functions, directly in the machine config, instead of the kernel .bb? Example: currently I declare the following in a mykernel.bb (derrived from kernel.bbclass) SRC_URI_mymachine = "git:my-git-repo" do_c

Re: [yocto] Server specs for a continuous integration system

2013-09-03 Thread lothar
equire some adjustment to the RAID chunck size value in respect to that fact. BR, Lothar Rubusch ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] confusion about DEPENDS vs RDEPENDS

2013-09-02 Thread lothar
ksums (Signatures)", telling that: "Consider a case with in-line Python, for example, where BitBake is not able to figure out dependencies." ? So to speak, are those limitations the cases, where bitbake is not able to figure out dependencies correctly? Thanks in advance, Lothar Hi

Re: [yocto] Syntax for specifying multiple URI's in a PREMIRRORS statement?

2013-08-28 Thread lothar
IRRORS' which you can set as a fallback? The documentation says (in faq.xml): "When the build system searches for source code, it first tries the local download directory. If that location fails, Poky tries PREMIRRORS the upstream source, and then MIRRORS in that order." BR, Lothar R

Re: [yocto] Kernel 3.9 uImage build problem

2013-08-27 Thread lothar
ally via compile param, which then has to happen separately. Perhaps it's similar in your case. Just an idea. BR, Lothar Rubusch ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] can not build yocto on NFS mounted NAS

2013-08-21 Thread lothar
approach for handling unaccessable repositories. Just some remarks, maybe I'm wrong.. but, also currently messing a bit with sstate. BR, Lothar Rubusch ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] can not build yocto on NFS mounted NAS

2013-08-20 Thread lothar
[I didn't test it either practically, just, sometimes one may get the impression in yocto / bitbake, that a bit more exception handling and directly related error messages already are one of the worlds most expensive things to do.. pls, improve this situation!! ;) ] BR, Lothar _

Re: [yocto] how to build external firmware for kernel

2013-08-06 Thread lothar
Am 2013-08-05 16:38, schrieb Paul Eggleton: On Monday 05 August 2013 14:41:04 lot...@denx.de wrote: How may I work with the STAGING_KERNEL_DIR, since I first run the firmware.bb and then the kernel.bb. I think I did not understand well, how I may achieve this. Do I need to install the firmware b

Re: [yocto] how to build external firmware for kernel

2013-08-05 Thread lothar
Zitat von Paul Eggleton : On Monday 05 August 2013 14:41:04 lot...@denx.de wrote: How may I work with the STAGING_KERNEL_DIR, since I first run the firmware.bb and then the kernel.bb. I think I did not understand well, how I may achieve this. Do I need to install the firmware blob into somethin

Re: [yocto] how to build external firmware for kernel

2013-08-05 Thread lothar
Zitat von Paul Eggleton : Hi Lothar, On Monday 05 August 2013 11:42:22 lot...@denx.de wrote: I have a linux kernel and a external firmware. Building manually, first I have to checkout and build the firmware "native" to obtain a firmware blob, then I need this firmware blob to build

[yocto] how to build external firmware for kernel

2013-08-05 Thread lothar
ctory into the kernel's source directory. Questions: How can I achieve this kind of setup working out with yocto or bitbake, respectively? What might be the best approach in my situation? Thanks in advance, Lothar ___ yocto mailin

Re: [yocto] /lib/ld-linux.so.3: No such file or directory

2013-07-31 Thread lothar
Zitat von Paul Eggleton : Hi Lothar, On Tuesday 30 July 2013 18:04:49 lot...@denx.de wrote: I'm writing a recipe firmware_HEAD.bb. The actions shall be checkout from git, run "make", copy the result to ${D}/lib/firmware. DESCRIPTION = "external sdma-firmware bl

[yocto] /lib/ld-linux.so.3: No such file or directory

2013-07-30 Thread lothar
fine, but the implicit make fails, having /lib/ld-linux.so.3 already installed under ${sysroot}/lib. $ MACHINE="m53evk" bitbake -b /work/lothar/acme/meta-acme/recipes-kernel/sdma-firmware/sdma-firmware_HEAD.bb -f WARNING: Buildfile specified, dependencies will not be handled. If this

Re: [yocto] how to set particular changes to a default kernel config

2013-07-24 Thread lothar
st what you are doing, checking the .config in the build dir. 3) Do I need another approach, e.g. through a patch, using echo, or using a .scc file (I tried, but with the same result)? Those will work as well, but the system will detect lonely .cf

[yocto] how to set particular changes to a default kernel config

2013-07-24 Thread lothar
? 2) What is the best way to check if the options were applied? 3) Do I need another approach, e.g. through a patch, using echo, or using a .scc file (I tried, but with the same result)? Best Regards, Lothar Rubusch ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto