On 02/26/2013 07:45 PM, Rafał Miłecki wrote:
I've added new patch to my OpenWrt building directory:
target/linux/generic/patches-3.8/027-bcma-ignore-extra-GMAC-cores-on-BCM4706.patch

Unfortunately executing "make" didn't make OpenWrt use it. It was
silently ignored, as I've noticed later that it wasn't copied to
build_dir/target-mipsel_uClibc-0.9.33.2/linux-brcm47xx/linux-3.8/patches/generic/

I have to do
make target/linux clean
and then
make
and wait for the kernel to be recompiled...

I really believe that people expect "make" to notice all changes and
recompile parts that require it.

Can someone take a look at this?

I would rather we do not change this, as it breaks the following workflow:

- start the initial kernel build
- create a new patch using quilt in build_dir/target-*/linux-*/linux-*/
- go through the round of building/testing/changing
- issuing make target/linux/refresh to copy back the patches

If you need your patch to be applied, then either do it manually using patch -p1 < ../path/to/patch from build_dir/target-*/linux-*/linux-*/ or go through make target/linux/{clean,compile,install}
--
Florian
_______________________________________________
openwrt-devel mailing list
[email protected]
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to