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

Jean-Christian de Rivaz jc at eclis.ch
Thu Apr 3 06:53:01 UTC 2008


Ulf Samuelsson a écrit :
> 
> ulf at uclibc.org a écrit :
>> --- trunk/buildroot/target/linux/Makefile.in.advanced 2008-03-30 22:23:39 UTC (rev 21590)
>> +++ trunk/buildroot/target/linux/Makefile.in.advanced 2008-03-31 05:42:03 UTC (rev 21591)
>> @@ -103,7 +103,7 @@
>>  endif
>>  endif
>>  
>> -KERNEL_CONFIG_METHOD:=($(strip $(subst ",,$(BR2_KERNEL_CONFIG_METHOD))),)
>> +KERNEL_CONFIG_METHOD:=$(strip $(subst ",,$(BR2_KERNEL_CONFIG_METHOD)))
>>  #"))
>>  ifeq ($(KERNEL_CONFIG_METHOD),)
>>  KERNEL_CONFIG_METHOD:=xconfig
>> @@ -335,7 +335,11 @@
>>  $(MAKE) $(LINUX26_MAKE_FLAGS) -C $(LINUX26_DIR) $(KERNEL_CONFIG_METHOD) ; \
>>  fi
>>  endif
>> +ifneq ($(strip $(subst ",,$(BR2_EXTRA_VERSION))),)
>> + $(SED) 's,^EXTRA_VERSION=.*,EXTRA_VERSION=="$(BR2_EXTRA_VERSION)",g'
>> +endif
> 
>> This patch break the default compilation for AT91SAM9261 (make 
>> at91sam9261ek_defconfig && make) with the following error:
> 
> 
> Choose another kernel version like 2.6.22.1.
> I have a fix ready, but I am having problems
> with svn access from where I am at the moment.

Thanks Ulf for your answer. It work well with the 2.6.22.1.

I still have the /tftpboot issue. Il will make a new update to my 
proposed patches.

Regards,
--
Jean-Christian de Rivaz




More information about the buildroot mailing list