Re: [yocto] .kernel-meta/configs folder missing make linux-raspberrypi to fail

2017-12-16 Thread Daniel.
Hi guys, The problem happens at this line: https://github.com/openembedded/openembedded-core/blob/rocko/meta/classes/kernel-yocto.bbclass#L295 The `scc` call expands to .kernel-meta/configs///, but .kernel-meta/configs/ doesn't exist at the time that merge_configs.sh runs, at line 295. I don't

Re: [yocto] .kernel-meta/configs folder missing make linux-raspberrypi to fail

2017-12-15 Thread Gunnar Andersson
On Fri, 2017-12-15 at 12:50 -0200, Daniel. wrote: > As I told before, by pass this is a simple matter of running devshell, > creating the folder and running running the build again, > > Paul ask me for more information and so I did, I'll remove that duplicated > layer and fire `bitbake -fc

Re: [yocto] .kernel-meta/configs folder missing make linux-raspberrypi to fail

2017-12-15 Thread Daniel.
As I told before, by pass this is a simple matter of running devshell, creating the folder and running running the build again, Paul ask me for more information and so I did, I'll remove that duplicated layer and fire `bitbake -fc cleanall linux-raspberry && bitbake linux-rapsberry` again, if I

Re: [yocto] .kernel-meta/configs folder missing make linux-raspberrypi to fail

2017-12-15 Thread Gunnar Andersson
On Thu, 2017-12-14 at 06:31 +0100, Zoran Stojsavljevic wrote: > > Also is worth noting that I'm running Fedora 27 which wasn't tested...  > > You should start from here your investigation, since you are on not tested > YOCTO host distribution. And Fedoras are > different from release to release,

Re: [yocto] .kernel-meta/configs folder missing make linux-raspberrypi to fail

2017-12-13 Thread Zoran Stojsavljevic
> I'm seeing the same build errors in linux-raspberrypi with various versions of Gentoo and > Ubuntu (mostly tested with 14.04 and 16.04), I doubt that this issue is specific for Fedora 27. Divide and Conquer. ;-) Good. New details emerged. So one problem off the potential problem list. Zoran

Re: [yocto] .kernel-meta/configs folder missing make linux-raspberrypi to fail

2017-12-13 Thread Martin Jansa
I'm seeing the same build errors in linux-raspberrypi with various versions of Gentoo and Ubuntu (mostly tested with 14.04 and 16.04), I doubt that this issue is specific for Fedora 27. On Thu, Dec 14, 2017 at 2:31 PM, Zoran Stojsavljevic < zoran.stojsavlje...@gmail.com> wrote: > > Also is worth

Re: [yocto] .kernel-meta/configs folder missing make linux-raspberrypi to fail

2017-12-13 Thread Zoran Stojsavljevic
> Also is worth noting that I'm running Fedora 27 which wasn't tested... You should start from here your investigation, since you are on not tested YOCTO host distribution. And Fedoras are different from release to release, certainly! So either you should downgrade your fedora 27 to 26 (which I

Re: [yocto] .kernel-meta/configs folder missing make linux-raspberrypi to fail

2017-12-13 Thread Daniel.
PS: I just notice now that I have meta-python duplicated at bblayers.conf, 2017-12-14 0:27 GMT-02:00 Daniel. : > Okay, sorry for the late reply! > > I could reproduce the same error again, I just cleanall and then build > linux-raspberrypi again. Let's go to the logs: > >

Re: [yocto] .kernel-meta/configs folder missing make linux-raspberrypi to fail

2017-12-11 Thread Daniel.
I can anticipate some info for you. I'm on version 2.4 Rocko. Building rpi-hwup-image for MACHINE=rasbiberrypi3-64. Also is worth noting that I'm running Fedora 27 which wasn't tested... I'll try to get the full log tonight and let you know Regards On Dec 11, 2017 9:26 AM, "Daniel."

Re: [yocto] .kernel-meta/configs folder missing make linux-raspberrypi to fail

2017-12-11 Thread Daniel.
Yeah but I got to face the error again, maybe tonight when I get home :) On Dec 11, 2017 9:17 AM, "Paul Barker" wrote: > On Sun, Dec 10, 2017 at 5:14 PM, Daniel. wrote: > > Hi everybody, > > > > I'm building a vanilla image for

Re: [yocto] .kernel-meta/configs folder missing make linux-raspberrypi to fail

2017-12-11 Thread Paul Barker
On Sun, Dec 10, 2017 at 5:14 PM, Daniel. wrote: > Hi everybody, > > I'm building a vanilla image for MACHINE=raspberrypi3-64. I'm doing the > build for the first time and faced an error at > linux-raspberrypi:do_kernel_configme. I found that .kernel-meta/configs > folder

[yocto] .kernel-meta/configs folder missing make linux-raspberrypi to fail

2017-12-10 Thread Daniel.
Hi everybody, I'm building a vanilla image for MACHINE=raspberrypi3-64. I'm doing the build for the first time and faced an error at linux-raspberrypi:do_kernel_configme. I found that .kernel-meta/configs folder was missing, so I fired a devshell and created it. After that everything works as