Re: [yocto] SRC_URI_kernel in machine conf

2013-09-05 Thread Paul Eggleton
Hi Lothar, On Thursday 05 September 2013 12:09:57 lot...@denx.de wrote: > 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.b

[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