Re: [OpenWrt-Devel] working with quilt from './staging_dir/host/bin/quilt'

2015-05-21 Thread Bastian Bittorf
* Jo-Philipp Wich j...@openwrt.org [21.05.2015 20:50]: meanwhile yes, but it does not work like i exspected. should'nt quilt open, when a patch cannot be applied cleanly? Uhm no. At least I never encountered such behavior. ok, lets say i have copied a patch into the kernel-patches folder

[OpenWrt-Devel] working with quilt from './staging_dir/host/bin/quilt'

2015-05-21 Thread Bastian Bittorf
on my buildserver i cannot install packages and must use e.g. './staging_dir/host/bin/quilt'. but quilt does not start with: make target/linux/{clean,prepare} V=s QUILT=1 bastian@gcc20:~/openwrt$ which quilt || echo missing missing bastian@gcc20:~/openwrt$ ./staging_dir/host/bin/quilt --version

Re: [OpenWrt-Devel] working with quilt from './staging_dir/host/bin/quilt'

2015-05-21 Thread Jo-Philipp Wich
Hi. Did you try something like export PATH=$PATH:/home/bastian/openwrt/staging_dir/host/bin ? If that works you could add it to your .bashrc ~ Jow ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org

Re: [OpenWrt-Devel] working with quilt from './staging_dir/host/bin/quilt'

2015-05-21 Thread Jo-Philipp Wich
my idea was to use this: make target/linux/{clean,prepare} V=s QUILT=1 If the patches all apply despite fuzz: make target/linux/refresh If they do not apply: make target/linux/{clean,prepare} V=s QUILT=1 cd build_dir/target-*/linux-*/linux-* quilt push -a (will halt before the failing

Re: [OpenWrt-Devel] working with quilt from './staging_dir/host/bin/quilt'

2015-05-21 Thread Jo-Philipp Wich
Hi. meanwhile yes, but it does not work like i exspected. should'nt quilt open, when a patch cannot be applied cleanly? Uhm no. At least I never encountered such behavior. ~ Jow ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org

Re: [OpenWrt-Devel] working with quilt from './staging_dir/host/bin/quilt'

2015-05-21 Thread Bastian Bittorf
* Jo-Philipp Wich j...@openwrt.org [21.05.2015 15:18]: Did you try something like export PATH=$PATH:/home/bastian/openwrt/staging_dir/host/bin ? meanwhile yes, but it does not work like i exspected. should'nt quilt open, when a patch cannot be applied cleanly? bye, bastian