Re: [leaf-devel] LEAF Kernel config

2015-12-09 Thread Erich Titl
Hi Andrew

I am digging in the linux source directory and I am wondering why this
is/was necessary

# workaround -- patch 2.7.1 needs --follow-symlinks, patch 2.61 will not
work
cp -L $(LINUX_CONFIG) $(LINUX_CONFIG).n; rm $(LINUX_CONFIG); mv
$(LINUX_CONFIG).n $(LINUX_CONFIG)

This makes a local copy of the generic linux config file and I don't see
a reason to do this.

Thanks

ET

--

___
leaf-devel mailing list
leaf-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-devel


Re: [leaf-devel] LEAF Kernel config

2015-12-09 Thread Andrew
Hi.

Right, it's unneeded now.

09.12.2015 10:54, Erich Titl пишет:
> Hi Andrew
>
> I am digging in the linux source directory and I am wondering why this
> is/was necessary
>
> # workaround -- patch 2.7.1 needs --follow-symlinks, patch 2.61 will not
> work
>  cp -L $(LINUX_CONFIG) $(LINUX_CONFIG).n; rm $(LINUX_CONFIG); mv
> $(LINUX_CONFIG).n $(LINUX_CONFIG)
>
> This makes a local copy of the generic linux config file and I don't see
> a reason to do this.
>
> Thanks
>
> ET
>
> --
>
> ___
> leaf-devel mailing list
> leaf-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/leaf-devel


--

___
leaf-devel mailing list
leaf-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-devel


Re: [leaf-devel] LEAF Kernel config

2015-12-08 Thread Andrew
Hi.

You're right, only .cdiff files (+ generic config) are needed.

Other per-target .config files are present just for easier update (this 
was actual when usual .diff were used - after config change new config 
not always lays smooth, usually there were patching errors due to 
changed context)

08.12.2015 11:41, Erich Titl пишет:
> Hi Folks
>
> What is the canonical way to modify kernel config files? I see there is
> a number of cdiff files in the repo, also the same number of
> architecture related config files. Now I am wondering where exactly the
> modifications should go and why we are keeping all this redundant
> information. I believe we either need the diff/cdiff files or the actual
> hardware related config files, but both???
>
> Thanks
>
> ET
>
> --
> Go from Idea to Many App Stores Faster with Intel(R) XDK
> Give your users amazing mobile app experiences with Intel(R) XDK.
> Use one codebase in this all-in-one HTML5 development environment.
> Design, debug & build mobile apps & 2D/3D high-impact games for multiple OSs.
> http://pubads.g.doubleclick.net/gampad/clk?id=254741911=/4140
>
> ___
> leaf-devel mailing list
> leaf-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/leaf-devel


--
Go from Idea to Many App Stores Faster with Intel(R) XDK
Give your users amazing mobile app experiences with Intel(R) XDK.
Use one codebase in this all-in-one HTML5 development environment.
Design, debug & build mobile apps & 2D/3D high-impact games for multiple OSs.
http://pubads.g.doubleclick.net/gampad/clk?id=254741911=/4140

___
leaf-devel mailing list
leaf-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-devel


Re: [leaf-devel] LEAF Kernel config

2015-12-08 Thread Erich Titl
Hi Andrew

Am 08.12.2015 um 13:54 schrieb Andrew:
> 08.12.2015 13:03, Erich Titl пишет:
>> Hi Andrew
>>
>> Am 08.12.2015 um 11:28 schrieb Andrew:
>>> Hi.
>>>
>>> You're right, only .cdiff files (+ generic config) are needed.
>>>
>>> Other per-target .config files are present just for easier update (this
>>> was actual when usual .diff were used - after config change new config
>>> not always lays smooth, usually there were patching errors due to
>>> changed context)
>> Right, so
>>
>> - Could we clean this up, it is confusing?
> Yes.

I got rid of it in maint, but we should think about creating the config
files in the 'source' target of buildtool.mk

cheers

ET



--
Go from Idea to Many App Stores Faster with Intel(R) XDK
Give your users amazing mobile app experiences with Intel(R) XDK.
Use one codebase in this all-in-one HTML5 development environment.
Design, debug & build mobile apps & 2D/3D high-impact games for multiple OSs.
http://pubads.g.doubleclick.net/gampad/clk?id=254741911=/4140

___
leaf-devel mailing list
leaf-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-devel


Re: [leaf-devel] LEAF Kernel config

2015-12-08 Thread Andrew
08.12.2015 13:03, Erich Titl пишет:
> Hi Andrew
>
> Am 08.12.2015 um 11:28 schrieb Andrew:
>> Hi.
>>
>> You're right, only .cdiff files (+ generic config) are needed.
>>
>> Other per-target .config files are present just for easier update (this
>> was actual when usual .diff were used - after config change new config
>> not always lays smooth, usually there were patching errors due to
>> changed context)
> Right, so
>
> - Could we clean this up, it is confusing?
Yes.

> - Where should I start to make generic changes for all platforms? On the
> generic config file?
>
> Thanks
>
> ET
>
Yes.

--
Go from Idea to Many App Stores Faster with Intel(R) XDK
Give your users amazing mobile app experiences with Intel(R) XDK.
Use one codebase in this all-in-one HTML5 development environment.
Design, debug & build mobile apps & 2D/3D high-impact games for multiple OSs.
http://pubads.g.doubleclick.net/gampad/clk?id=254741911=/4140

___
leaf-devel mailing list
leaf-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-devel


Re: [leaf-devel] LEAF Kernel config

2015-12-08 Thread Erich Titl
Hi Andrew

Am 08.12.2015 um 11:28 schrieb Andrew:
> Hi.
> 
> You're right, only .cdiff files (+ generic config) are needed.
> 
> Other per-target .config files are present just for easier update (this 
> was actual when usual .diff were used - after config change new config 
> not always lays smooth, usually there were patching errors due to 
> changed context)

Right, so

- Could we clean this up, it is confusing?
- Where should I start to make generic changes for all platforms? On the
generic config file?

Thanks

ET



--
Go from Idea to Many App Stores Faster with Intel(R) XDK
Give your users amazing mobile app experiences with Intel(R) XDK.
Use one codebase in this all-in-one HTML5 development environment.
Design, debug & build mobile apps & 2D/3D high-impact games for multiple OSs.
http://pubads.g.doubleclick.net/gampad/clk?id=254741911=/4140

___
leaf-devel mailing list
leaf-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-devel