All of lore.kernel.org
 help / color / mirror / Atom feed
* defconfig on daisy
@ 2014-04-10 21:41 Søren Holm
  2014-04-11  4:19 ` Bruce Ashfield
  0 siblings, 1 reply; 15+ messages in thread
From: Søren Holm @ 2014-04-10 21:41 UTC (permalink / raw)
  To: yocto

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 - or is somthing broken?
 
-- 
Søren Holm


^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: defconfig on daisy
  2014-04-10 21:41 defconfig on daisy Søren Holm
@ 2014-04-11  4:19 ` Bruce Ashfield
  2014-04-11  7:39   ` Søren Holm
  0 siblings, 1 reply; 15+ messages in thread
From: Bruce Ashfield @ 2014-04-11  4:19 UTC (permalink / raw)
  To: Søren Holm, yocto

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 procedures on how to do this changed since dora - or is somthing broken?

Nothing has changed in this area, and it works here. Can you post
your defconfig, and machine you are building somewhere so I can try
it myself ?

Bruce

>
>



^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: defconfig on daisy
  2014-04-11  4:19 ` Bruce Ashfield
@ 2014-04-11  7:39   ` Søren Holm
  2014-04-11 13:49     ` Bruce Ashfield
  0 siblings, 1 reply; 15+ messages in thread
From: Søren Holm @ 2014-04-11  7:39 UTC (permalink / raw)
  To: Bruce Ashfield; +Cc: yocto

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 machine you are building somewhere so I can try
> it myself ?
> 
> Bruce

-- 
Søren Holm


^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: defconfig on daisy
  2014-04-11  7:39   ` Søren Holm
@ 2014-04-11 13:49     ` Bruce Ashfield
  2014-04-11 15:03       ` Søren Holm
  0 siblings, 1 reply; 15+ messages in thread
From: Bruce Ashfield @ 2014-04-11 13:49 UTC (permalink / raw)
  To: Søren Holm; +Cc: yocto

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 applied. How
were you determining that it wasn't happening ? I want to make sure
I'm checking the same config options.

Bruce

>
> 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 machine you are building somewhere so I can try
>> it myself ?
>>
>> Bruce
>



^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: defconfig on daisy
  2014-04-11 13:49     ` Bruce Ashfield
@ 2014-04-11 15:03       ` Søren Holm
  2014-04-11 15:05         ` Bruce Ashfield
  0 siblings, 1 reply; 15+ messages in thread
From: Søren Holm @ 2014-04-11 15:03 UTC (permalink / raw)
  To: Bruce Ashfield; +Cc: yocto

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 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 applied. How
> were you determining that it wasn't happening ? I want to make sure
> I'm checking the same config options.
> 
-- 
Søren Holm


^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: defconfig on daisy
  2014-04-11 15:03       ` Søren Holm
@ 2014-04-11 15:05         ` Bruce Ashfield
  2014-04-11 15:21           ` Søren Holm
  0 siblings, 1 reply; 15+ messages in thread
From: Bruce Ashfield @ 2014-04-11 15:05 UTC (permalink / raw)
  To: Søren Holm; +Cc: yocto

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
# CONFIG_AUFS_BRANCH_MAX_511 is not set
# CONFIG_AUFS_BRANCH_MAX_1023 is not set
# CONFIG_AUFS_BRANCH_MAX_32767 is not set
CONFIG_AUFS_SBILIST=y
# CONFIG_AUFS_HNOTIFY is not set
# CONFIG_AUFS_RDU is not set
# CONFIG_AUFS_PROC_MAP is not set
# CONFIG_AUFS_SP_IATTR is not set
# CONFIG_AUFS_SHWH is not set
# CONFIG_AUFS_BR_RAMFS is not set
CONFIG_AUFS_BDEV_LOOP=y
# CONFIG_AUFS_DEBUG is not set

Cheers,

Bruce

>
> 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 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 applied. How
>> were you determining that it wasn't happening ? I want to make sure
>> I'm checking the same config options.
>>



^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: defconfig on daisy
  2014-04-11 15:05         ` Bruce Ashfield
@ 2014-04-11 15:21           ` Søren Holm
  2014-04-11 15:24             ` Bruce Ashfield
  0 siblings, 1 reply; 15+ messages in thread
From: Søren Holm @ 2014-04-11 15:21 UTC (permalink / raw)
  To: Bruce Ashfield; +Cc: yocto

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 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.
> 
-- 
Søren Holm


^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: defconfig on daisy
  2014-04-11 15:21           ` Søren Holm
@ 2014-04-11 15:24             ` Bruce Ashfield
  2014-04-11 16:15               ` Søren Holm
  0 siblings, 1 reply; 15+ messages in thread
From: Bruce Ashfield @ 2014-04-11 15:24 UTC (permalink / raw)
  To: Søren Holm; +Cc: yocto

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 kernel version to 3.10 to test. If you
want to send the 3.14 ones, I can double check there as well.

Bruce

>
>
> Fredag den 11. april 2014 11:05:44 skrev 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.
>>



^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: defconfig on daisy
  2014-04-11 15:24             ` Bruce Ashfield
@ 2014-04-11 16:15               ` Søren Holm
  2014-04-11 16:51                 ` Bruce Ashfield
  0 siblings, 1 reply; 15+ messages in thread
From: Søren Holm @ 2014-04-11 16:15 UTC (permalink / raw)
  To: Bruce Ashfield; +Cc: yocto

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 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 kernel version to 3.10 to test. If you
> want to send the 3.14 ones, I can double check there as well.
> 
> Bruce
> 
> > Fredag den 11. april 2014 11:05:44 skrev 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.

-- 
Søren Holm


^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: defconfig on daisy
  2014-04-11 16:15               ` Søren Holm
@ 2014-04-11 16:51                 ` Bruce Ashfield
  2014-04-11 18:43                   ` Søren Holm
  0 siblings, 1 reply; 15+ messages in thread
From: Bruce Ashfield @ 2014-04-11 16:51 UTC (permalink / raw)
  To: Søren Holm; +Cc: yocto

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 slightly different problem .. I can see that I managed to
drop a patch which links AUFS into the build. Hence why everything
is dropped.

I'm fixing that right now in 3.14, and will send updates later.

Bruce

>
> Fredag den 11. april 2014 11:24:10 skrev 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 kernel version to 3.10 to test. If you
>> want to send the 3.14 ones, I can double check there as well.
>>
>> Bruce
>>
>>> Fredag den 11. april 2014 11:05:44 skrev 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.
>



^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: defconfig on daisy
  2014-04-11 16:51                 ` Bruce Ashfield
@ 2014-04-11 18:43                   ` Søren Holm
  2014-04-11 19:05                     ` Bruce Ashfield
  0 siblings, 1 reply; 15+ messages in thread
From: Søren Holm @ 2014-04-11 18:43 UTC (permalink / raw)
  To: Bruce Ashfield; +Cc: yocto

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 skrev 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 slightly different problem .. I can see that I managed to
> drop a patch which links AUFS into the build. Hence why everything
> is dropped.
> 
> I'm fixing that right now in 3.14, and will send updates later.
> 

-- 
Søren Holm


^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: defconfig on daisy
  2014-04-11 18:43                   ` Søren Holm
@ 2014-04-11 19:05                     ` Bruce Ashfield
  2014-04-22  6:13                       ` Søren Holm
  0 siblings, 1 reply; 15+ messages in thread
From: Bruce Ashfield @ 2014-04-11 19:05 UTC (permalink / raw)
  To: Søren Holm; +Cc: yocto

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 else.

I am. There's a missing patch that I typically carry, it actually
links the fs/aufs directory into the build. Without it, the Kconfig
and code isn't processed .. hence why everything is dropped.

I have it merged now, but have to build aufs for all architectures to
make sure nothing broke.

Bruce

>
> Fredag den 11. april 2014 12:51:01 skrev 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 slightly different problem .. I can see that I managed to
>> drop a patch which links AUFS into the build. Hence why everything
>> is dropped.
>>
>> I'm fixing that right now in 3.14, and will send updates later.
>>
>



^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: defconfig on daisy
  2014-04-11 19:05                     ` Bruce Ashfield
@ 2014-04-22  6:13                       ` Søren Holm
  2014-04-22  8:46                         ` Richard Purdie
  0 siblings, 1 reply; 15+ messages in thread
From: Søren Holm @ 2014-04-22  6:13 UTC (permalink / raw)
  To: Bruce Ashfield; +Cc: yocto

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. Without it, the Kconfig
> and code isn't processed .. hence why everything is dropped.
> 
> I have it merged now, but have to build aufs for all architectures to
> make sure nothing broke.
> 
-- 
Søren Holm


^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: defconfig on daisy
  2014-04-22  6:13                       ` Søren Holm
@ 2014-04-22  8:46                         ` Richard Purdie
  2014-04-22 17:47                           ` Søren Holm
  0 siblings, 1 reply; 15+ messages in thread
From: Richard Purdie @ 2014-04-22  8:46 UTC (permalink / raw)
  To: Søren Holm; +Cc: yocto

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:

http://git.yoctoproject.org/cgit.cgi/poky-contrib/commit/?h=zedd/kernel&id=a112c85c02f161dc03bf71cdb9d2b3557999bbfd

It didn't make it into the 1.6 release branch, it will go in for 1.6.1
and is queued for there and master.

Cheers,

Richard



^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: defconfig on daisy
  2014-04-22  8:46                         ` Richard Purdie
@ 2014-04-22 17:47                           ` Søren Holm
  0 siblings, 0 replies; 15+ messages in thread
From: Søren Holm @ 2014-04-22 17:47 UTC (permalink / raw)
  To: Richard Purdie; +Cc: yocto

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:
> 
> http://git.yoctoproject.org/cgit.cgi/poky-contrib/commit/?h=zedd/kernel&id=a
> 112c85c02f161dc03bf71cdb9d2b3557999bbfd
> 
> It didn't make it into the 1.6 release branch, it will go in for 1.6.1
> and is queued for there and master.
> 
> Cheers,
> 
> Richard

-- 
Søren Holm


^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2014-04-22 17:47 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-04-10 21:41 defconfig on daisy Søren Holm
2014-04-11  4:19 ` Bruce Ashfield
2014-04-11  7:39   ` Søren Holm
2014-04-11 13:49     ` Bruce Ashfield
2014-04-11 15:03       ` Søren Holm
2014-04-11 15:05         ` Bruce Ashfield
2014-04-11 15:21           ` Søren Holm
2014-04-11 15:24             ` Bruce Ashfield
2014-04-11 16:15               ` Søren Holm
2014-04-11 16:51                 ` Bruce Ashfield
2014-04-11 18:43                   ` Søren Holm
2014-04-11 19:05                     ` Bruce Ashfield
2014-04-22  6:13                       ` Søren Holm
2014-04-22  8:46                         ` Richard Purdie
2014-04-22 17:47                           ` Søren Holm

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.