[Buildroot] svn commit: trunk/buildroot/target/linux

Ivan Kuten ivan.kuten at promwad.com
Mon Nov 10 11:08:26 UTC 2008


Bernhard,

So I revert this, until Julien provide correct patch.
Sorry I have no time to fix it myself.

BR,
Ivan


Bernhard Reutner-Fischer пишет:
> On Mon, Nov 10, 2008 at 02:45:47AM -0800, vanokuten at uclibc.org wrote:
>> Author: vanokuten
>> Date: 2008-11-10 02:45:46 -0800 (Mon, 10 Nov 2008)
>> New Revision: 23987
>>
>> Log:
>> Download Kernel.org minor patches at the same time as full sources.
> 
> The comment is correct but the impl is wrong since you do not _download_ all required stuff
> at the proper time.
> So: Iff there are patches, those patches are prerequesites of the _SOURCE which will
> automagically make 'make source' do the right thing.
>> Signed-off-by: Julien Boibessot <julien.boibessot at armadeus.com>
>>
>>
>>
>> Modified:
>>   trunk/buildroot/target/linux/Makefile.in.advanced
>>
>>
>> Changeset:
>> Modified: trunk/buildroot/target/linux/Makefile.in.advanced
>> ===================================================================
>> --- trunk/buildroot/target/linux/Makefile.in.advanced	2008-11-10 09:51:15 UTC (rev 23986)
>> +++ trunk/buildroot/target/linux/Makefile.in.advanced	2008-11-10 10:45:46 UTC (rev 23987)
>> @@ -205,7 +205,7 @@
>> 	 $(WGET) -P $(DL_DIR) $(LINUX26_PATCH_SITE)/$(LINUX26_PATCH_SOURCE)
>> endif
>>
>> -$(LINUX26_DIR)/.unpacked: $(DL_DIR)/$(LINUX26_SOURCE)
>> +$(LINUX26_DIR)/.unpacked: $(DL_DIR)/$(LINUX26_SOURCE) $(DL_DIR)/$(LINUX26_PATCH_SOURCE)
>> 	rm -rf $(LINUX26_DIR)
>> 	@echo "*** Unpacking kernel source"
>> 	$(LINUX26_BZCAT) $(DL_DIR)/$(LINUX26_SOURCE) | tar -C $(PROJECT_BUILD_DIR) $(TAR_OPTIONS) -
>>
> _______________________________________________
> buildroot mailing list
> buildroot at uclibc.org
> http://busybox.net/mailman/listinfo/buildroot
> 
> 
> 




More information about the buildroot mailing list