Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] additional patches post or pre ?
@ 2009-04-20 22:18 Sagaert Johan
  2009-04-22  8:55 ` Peter Korsgaard
  0 siblings, 1 reply; 3+ messages in thread
From: Sagaert Johan @ 2009-04-20 22:18 UTC (permalink / raw)
  To: buildroot

Hi
 
How are the additional paches from DL_DIR applied ? 
before or after the other patches ?
 
Johan
 
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20090421/9f64b1eb/attachment.htm>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Buildroot] additional patches post or pre ?
  2009-04-20 22:18 [Buildroot] additional patches post or pre ? Sagaert Johan
@ 2009-04-22  8:55 ` Peter Korsgaard
  0 siblings, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2009-04-22  8:55 UTC (permalink / raw)
  To: buildroot

>>>>> "Sagaert" == Sagaert Johan <sagaert.johan@skynet.be> writes:

 Sagaert> Hi
 Sagaert> How are the additional paches from DL_DIR applied ?
 Sagaert> before or after the other patches ?

Ehh, what patches? We don't have any special handling of extra
patches. A few packages download their patches (like vim) instead of
having them under package/<package>, but they get applied just like
the other packages.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Buildroot] additional patches post or pre ?
       [not found] <EA208D36C9EC4E91934F2BC1305454EE@apexjs>
@ 2009-04-22  9:17 ` Peter Korsgaard
  0 siblings, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2009-04-22  9:17 UTC (permalink / raw)
  To: buildroot

>>>>> "Sagaert" == Sagaert Johan <sagaert.johan@skynet.be> writes:

 Sagaert> Peter i was talking about :

 Sagaert> Make menuconfig
 -> kernel
 -> patches
 -> additional patch to apply from $DL_DIR
 
 Sagaert> I was wondering if the patches from DL_DIR are aplied last.

From target/linux/Makefile.in.advanced:
$(LINUX26_DIR)/.patched: $(LINUX26_DIR)/.unpacked $(LINUX_HEADERS_DEPENDS)
ifneq ($(LINUX26_PATCH_SOURCE),)
        toolchain/patch-kernel.sh $(LINUX26_DIR) $(DL_DIR) $(LINUX26_PATCH_SOURC
E)
endif
ifneq ($(LINUX26_BSP_PATCH),)
        toolchain/patch-kernel.sh $(LINUX26_DIR) $(DL_DIR) $(LINUX26_BSP_PATCH)
endif
        toolchain/patch-kernel.sh $(LINUX26_DIR) toolchain/kernel-headers \
                linux-$(LINUX26_VERSION)-\*.patch{,.gz,.bz2}

So after the BR2_KERNEL_PATCH, but before the toolchain/kernel-headers
patches.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-04-22  9:17 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-20 22:18 [Buildroot] additional patches post or pre ? Sagaert Johan
2009-04-22  8:55 ` Peter Korsgaard
     [not found] <EA208D36C9EC4E91934F2BC1305454EE@apexjs>
2009-04-22  9:17 ` Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox