[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

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

2013-09-03 Thread lothar
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
), 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 Paul / Nicolas

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

2013-08-28 Thread lothar
? 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 Rubusch ___ yocto mailing

Re: [yocto] Kernel 3.9 uImage build problem

2013-08-27 Thread lothar
} In my case UBOOT_ENTRYPOINT initializes UBOOT_LOADADDR automatically, but both are only for u-boot. The kernel may need to be set to the same value manually via compile param, which then has to happen separately. Perhaps it's similar in your case. Just an idea. BR, Lothar Rubusch

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

2013-08-21 Thread lothar
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
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 ___ yocto mailing list yocto

[yocto] how to build external firmware for kernel

2013-08-05 Thread lothar
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 mailing list yocto@yoctoproject.org https

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

2013-08-05 Thread lothar
Zitat von Paul Eggleton paul.eggle...@linux.intel.com: 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

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

2013-08-05 Thread lothar
Zitat von Paul Eggleton paul.eggle...@linux.intel.com: 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

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

2013-07-31 Thread lothar
Zitat von Paul Eggleton paul.eggle...@linux.intel.com: 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 blob

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

2013-07-24 Thread lothar
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

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

2013-07-24 Thread lothar
. 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 .cfg files and apply them to the tree after the default configuration. Cheers, Bruce Best Regards, Lothar Rubusch