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_

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 l

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

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 confi

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 smoot

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)

[leaf-devel] LEAF Kernel config

2015-12-08 Thread 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 bel