Difference between revisions of "Buildroot Mainline integration"
From ArmadeusWiki
m (→Changes in armadeus to support new BR) |
(→How to use new BR in armadeus) |
||
Line 21: | Line 21: | ||
==How to use new BR in armadeus== | ==How to use new BR in armadeus== | ||
+ | * checkout a clean GIT view | ||
* select the version to use with an envt variable: | * select the version to use with an envt variable: | ||
<pre class="host"> | <pre class="host"> |
Revision as of 09:16, 20 October 2010
Page under construction... Informations on this page are not guaranteed !!
Contents
Changes since BR version used in armadeus 3.x
default packages
- uClibc: 0.9.29 -> 0.9.30
- gcc: 4.2.1-> 4.4.5
- busybox: 1.6.2
build directories
- build_arm_xxx/ project_build_xxx/ toolchain_build_arm_xxx/ have been removed and replaced by output/:
build host images stamps target toolchain
configs
- buildroot default configs are now stored in buildroot/configs/apfxx_defconfig and no more in buildroot/target/device/armadeus/apfxx/apfxx_defconfig
- uClibc config should be named with version number to not overwrite the old one -->
buildroot/target/device/armadeus/apf27/uClibc-0.9.30.config.arm
- idem for U-Boot config:
buildroot/target/device/armadeus/apf27/apf27-u-boot-2010.03.h
How to use new BR in armadeus
- checkout a clean GIT view
- select the version to use with an envt variable:
$ export BUILDROOT_VERSION=2010.11
- then you can use it as old BR:
$ make apf27_defconfig $ make
- new patches dir:
patches/buildroot/2010.11/