Re: [yocto] defconfig on daisy

2014-04-22 Thread Søren Holm
Hi Bruce I've search the meta-data repos and kernel repo for a change matching this. Is it fixes or did you miss it? Fredag den 11. april 2014 15:05:56 skrev Bruce Ashfield: I am. There's a missing patch that I typically carry, it actually links the fs/aufs directory into the build.

Re: [yocto] defconfig on daisy

2014-04-22 Thread Richard Purdie
On Tue, 2014-04-22 at 08:13 +0200, Søren Holm wrote: Hi Bruce I've search the meta-data repos and kernel repo for a change matching this. Is it fixes or did you miss it? The change is:

Re: [yocto] defconfig on daisy

2014-04-22 Thread Søren Holm
Thanks Richard. Tirsdag den 22. april 2014 09:46:04 skrev Richard Purdie: On Tue, 2014-04-22 at 08:13 +0200, Søren Holm wrote: Hi Bruce I've search the meta-data repos and kernel repo for a change matching this. Is it fixes or did you miss it? The change is:

Re: [yocto] defconfig on daisy

2014-04-11 Thread Søren Holm
Sure I guess this is what you need : http://sgh.dk/~sgh/cb16_kernel.tar.bz2 It's just the machine-configuration and my append-file and defconfig. Fredag den 11. april 2014 00:19:15 skrev Bruce Ashfield: Nothing has changed in this area, and it works here. Can you post your defconfig, and

Re: [yocto] defconfig on daisy

2014-04-11 Thread Bruce Ashfield
On 14-04-11 03:39 AM, Søren Holm wrote: Sure I guess this is what you need : http://sgh.dk/~sgh/cb16_kernel.tar.bz2 It's just the machine-configuration and my append-file and defconfig. replying again .. with the list this time. Great. I did a build here and I see the defconfig being

Re: [yocto] defconfig on daisy

2014-04-11 Thread Søren Holm
Hi Bruce I just check if AUFS is enabled. It should be since that's in my defconfig. Fredag den 11. april 2014 09:49:29 skrev Bruce Ashfield: On 14-04-11 03:39 AM, Søren Holm wrote: Sure I guess this is what you need : http://sgh.dk/~sgh/cb16_kernel.tar.bz2 It's just the

Re: [yocto] defconfig on daisy

2014-04-11 Thread Bruce Ashfield
On 14-04-11 11:03 AM, Søren Holm wrote: Hi Bruce I just check if AUFS is enabled. It should be since that's in my defconfig. ok, here's my output: yow-bashfiel-d3 [/home/bruc...957655f-r0] grep AUFS linux-cb16-standard-build/.config CONFIG_AUFS_FS=y CONFIG_AUFS_BRANCH_MAX_127=y #

Re: [yocto] defconfig on daisy

2014-04-11 Thread Søren Holm
Hi Bruce I just realized that I gave you the wrong files. I migrate to dora, so 3.14 is my kernel I'm building. I gave you the dora-files - doh!. I'll check if 3.10 works because it does for you on daisy and for me on dora. Fredag den 11. april 2014 11:05:44 skrev Bruce Ashfield: On 14-04-11

Re: [yocto] defconfig on daisy

2014-04-11 Thread Bruce Ashfield
On 14-04-11 11:21 AM, Søren Holm wrote: Hi Bruce I just realized that I gave you the wrong files. I migrate to dora, so 3.14 is my kernel I'm building. I gave you the dora-files - doh!. I'll check if 3.10 works because it does for you on daisy and for me on dora. No worries. I just forced the

Re: [yocto] defconfig on daisy

2014-04-11 Thread Søren Holm
Ok Using the *exact* same bbappend file for both 3.10 and 3.14 gives me a correct -config for 3.10 but not for 3.14. Both 3.10/defconfig and 3.14/defconfig contains my original defconfig, so it is picked up and should be taken into account. Fredag den 11. april 2014 11:24:10 skrev Bruce

Re: [yocto] defconfig on daisy

2014-04-11 Thread Bruce Ashfield
On 14-04-11 12:15 PM, Søren Holm wrote: Ok Using the *exact* same bbappend file for both 3.10 and 3.14 gives me a correct -config for 3.10 but not for 3.14. Both 3.10/defconfig and 3.14/defconfig contains my original defconfig, so it is picked up and should be taken into account. This is a

Re: [yocto] defconfig on daisy

2014-04-11 Thread Søren Holm
Hi Bruce That sounds great. The situation is that I though that that was the case, so I also tried adding this to the bbappend. KERNEL_FEATURES_append = features/aufs But that does not seem to work either. So I guess you are talking about somthing else. Fredag den 11. april 2014 12:51:01

Re: [yocto] defconfig on daisy

2014-04-11 Thread Bruce Ashfield
On 14-04-11 02:43 PM, Søren Holm wrote: Hi Bruce That sounds great. The situation is that I though that that was the case, so I also tried adding this to the bbappend. KERNEL_FEATURES_append = features/aufs But that does not seem to work either. So I guess you are talking about somthing

[yocto] defconfig on daisy

2014-04-10 Thread Søren Holm
Hi I have a linux-yocto_3.14.bbappend file in my local layer. Basically it just specifies the defconfig for the kernel. The problem now is just that defconfig is not used for the specific kernel. It's copied into ${WORKDIR} but never used. Have procedures on how to do this changed since dora

Re: [yocto] defconfig on daisy

2014-04-10 Thread Bruce Ashfield
On 2014-04-10, 5:41 PM, Søren Holm wrote: Hi I have a linux-yocto_3.14.bbappend file in my local layer. Basically it just specifies the defconfig for the kernel. The problem now is just that defconfig is not used for the specific kernel. It's copied into ${WORKDIR} but never used. Have