[Buildroot] [PATCH 1/7] linux: use the package infrastructure to download patches

Romain Naour romain.naour at openwide.fr
Sun Mar 15 14:59:07 UTC 2015


Hello Thomas,

[snip]
> +define LINUX_APPLY_LOCAL_PATCHES
> +	for p in $(filter-out ftp://% http://% https://%,$(LINUX_PATCHES)) ; do \
> +		if test -d $$p ; then \
>  			$(APPLY_PATCHES) $(@D) $$p linux-\*.patch ; \
[snip]

I know, it's not related to your patch but linux patches doesn't follow the new
naming convention here.

Do we want to keep the "linux-" prefix since linux is not really a package or
get rid of it ?

It would be convenient to use linux patches generated by git format-patch
command like for other packages.

Best regards,
Romain


More information about the buildroot mailing list