Hi,
Could we have ARM builds for Kernel:linux-next? The reason behind is that our kernel in Kernel:HEAD usually not even builds for early rc-s due to carefully applied upstream bugs. It would be great to be able to detect build failures as early as possible and report the problems upstream.
On 2014-11-08 09:14, Matwey V. Kornilov wrote:
Hi,
Could we have ARM builds for Kernel:linux-next?
Which config(s) would this derive from? Kernel:linux-next regularly merges config/{i386,x86_64}/vanilla from master and then sets any new options to =m or =y. There are no config/arm*/vanilla though, so the first step would probably be to introduce some arm vanilla kernels.
Michal
CC-ed Andreas
Could we have vanilla flavor for ARM?
2014-11-10 17:43 GMT+03:00 Michal Marek mmarek@suse.cz:
On 2014-11-08 09:14, Matwey V. Kornilov wrote:
Hi,
Could we have ARM builds for Kernel:linux-next?
Which config(s) would this derive from? Kernel:linux-next regularly merges config/{i386,x86_64}/vanilla from master and then sets any new options to =m or =y. There are no config/arm*/vanilla though, so the first step would probably be to introduce some arm vanilla kernels.
Michal
Hi Michal,
Am 10.11.2014 um 15:43 schrieb Michal Marek:
On 2014-11-08 09:14, Matwey V. Kornilov wrote:
Could we have ARM builds for Kernel:linux-next?
Which config(s) would this derive from? Kernel:linux-next regularly merges config/{i386,x86_64}/vanilla from master and then sets any new options to =m or =y. There are no config/arm*/vanilla though, so the first step would probably be to introduce some arm vanilla kernels.
We do have vanilla configs in master for some time already now.
How do we enable ARM builds for linux-next? Did I miss a script on the linux-next kernel-source.git branch, or is your cron job maintained out of tree? My suggestion would be to try this for arm64 and armv7hl but not for armv6hl (where not even Kernel:HEAD is getting any attention).
If there's some patch I can submit to get this started, let me know.
Cheers, Andreas
On 2015-10-04 13:21, Andreas Färber wrote:
Hi Michal,
Am 10.11.2014 um 15:43 schrieb Michal Marek:
On 2014-11-08 09:14, Matwey V. Kornilov wrote:
Could we have ARM builds for Kernel:linux-next?
Which config(s) would this derive from? Kernel:linux-next regularly merges config/{i386,x86_64}/vanilla from master and then sets any new options to =m or =y. There are no config/arm*/vanilla though, so the first step would probably be to introduce some arm vanilla kernels.
We do have vanilla configs in master for some time already now.
How do we enable ARM builds for linux-next? Did I miss a script on the linux-next kernel-source.git branch, or is your cron job maintained out of tree?
It is part of the (internal) kbuild.git repository, script update-vanilla.sh. I attached it for reference.
My suggestion would be to try this for arm64 and armv7hl but not for armv6hl (where not even Kernel:HEAD is getting any attention).
OK. I guess we should include ppc64{,le} as well.
Michal
On 2015-10-05 13:52, Michal Marek wrote:
On 2015-10-04 13:21, Andreas Färber wrote:
My suggestion would be to try this for arm64 and armv7hl but not for armv6hl (where not even Kernel:HEAD is getting any attention).
OK. I guess we should include ppc64{,le} as well.
I just added armv7hl, arm64, ppc64 and ppc64le. I also changed the script to merge updates to the respective vanilla configs from the master branch.
Michal