Difference between revisions of "Buildroot Mainline integration"

From ArmadeusWiki
Jump to: navigation, search
(How to use new BR in armadeus)
(How to use new BR in armadeus)
Line 34: Line 34:
 
* new patches dir:
 
* new patches dir:
 
  patches/buildroot/2010.11/
 
  patches/buildroot/2010.11/
 +
 +
==Patches that can be sent to BR==
 +
(Some will require some cleanup)
 +
 +
* 001-add_armadeus_device.patch                                                                                   
 +
* 006-lcd4linux.patch                                                                                             
 +
* 018-allegro.patch                                                                                               
 +
* 021-sdl-water-config.patch                                                                                     
 +
* 034-slideshow.patch                                                                                             
 +
* 038-fakeroot-bump_version.patch                                                                                 
 +
* 040-linux-makefile.patch                                                                                       
 +
* 041-fbgrab.patch                                                                                               
 +
* 042-socketcan.patch                                                                                             
 +
* 043-mesa-add_packages.patch                                                                                     
 +
* 044-tslib-add_patch_for_recent_kernels_compatibility.patch                                                     
 +
* 045-openssh-add_passwd_expire.patch                                                                             
 +
* 047-uclibc-config.patch                                                                                         
 +
* 050-linux-stops_building_when_modules_compilation_fails.no_more_needed                                         
 +
* 051a-u-boot-add_copy_to_functionnality.patch                                                                   
 +
* 051b-u-boot-change_board_name_default_value.patch                                                               
 +
* 051c-u-boot-makes_u-boot-clean_target_work.patch                                                               
 +
* 051d-u-boot-add_possibility_to_choose_board_header_file.patch                                                   
 +
* 051e-u-boot-add_1.3.4_version_specific_support.patch                                                           
 +
* 051f-u-boot-handle_armadeus_specific_options_for_config_header.patch                                           
 +
* 051g-u-boot-add_u-boot-unpacked_target.patch                                                                   
 +
* 051h-u-boot-makes_binary_targets_name_overloadable.patch                                                       
 +
* 051-u-boot.a_refaire_entierement                                                                               
 +
* 052-linux-adds_linux26-patched_target_to_Makefile.patch                                                         
 +
* 054-ntp-allow_ntpd_selection_or_not.patch                                                                       
 +
* 055-pyserial-add_package.patch                                                                                 
 +
* 057-pymysql-add_package.patch                                                                                   
 +
* 058-makes_alsa_work_with_eabi_and_large_file_options.to_fix                                                     
 +
* 060-makes_possible_to_compile_linux_in_a_standalone_way_after_configuration.patch                               
 +
* 061-mysql_client-reduce_installation_size.patch                                                                 
 +
* 062-add-uboot-conf-to-savedproject.to_fix                                                                     
 +
* 071-linux-change_board_specific_patches_name.patch
 +
* 072-xenomai-package.patch
 +
* 076-ubi-add_ubi_image_support.patch
 +
* 081-adds_quake_package.patch
 +
* 082-mtd-utils_with_ubi-utils.tofix
 +
* 083-adds_pygame_package.patch
 +
* 085-adds_gpm_package.patch
 +
* 095-uucp-add_packages.patch
 +
* 096-libsndfile-updates_makefile_to_autotool.to_fix
 +
* 097-adds_flite_package.patch
 +
* 099-mplayer-add_patch_for_pld_asm_instruction_on_non_armv5_arch.patch
 +
* 101-mplayer-add_patch_for_recent_alsa_compatibility.patch
 +
* 105-busybox-add_support_for_B921600_tty_speed.integrated
 +
* 106-firmware-add_infrastructure_to_install_firmwares.patch
 +
* 107-games-add_wolf4sdl.patch
 +
* 110-bluez-add_package.patch
 +
* 112-gcc-4_2_x-add_aapcs-linux_eabi_config_option_support_for_arm.patch
 +
* 113-gpsd-add_package.integrated
 +
* 116-openobex-add_package.patch
 +
* 117-ussp-push-add_package.patch
 +
* 118-snes9x-add_package.patch
 +
* 119-fbtest-add_package.patch
 +
* 120-cwiid-add_package.patch
 +
* 121-target-arm926t_is_arm926ej-s.patch
 +
* 122-urg-add_package.patch
 +
* 123-pywebradio-add_package.patch
 +
* 124-e-uae-add_package.patch
 +
* 125-opentyrian-add_package.patch
 +
* 126-tslib-test_add_quit_button.patch
 +
* 129-ipsec-tools-replaces_susv3_legacy_functions_with_modern_equivalent.integrated
 +
* 130-lbreakout-add_package.patch
 +
* 131-ltetris-add_package.patch
 +
* 132-qt-full_integration_with_cross_compiling.patch
 +
* 133-qwt-add_package.patch
 +
* 134-jffs2-add_board_name_to_binary_rootfs_name.patch
  
 
==Links==
 
==Links==
 
* [http://buildroot.uclibc.org/buildroot.html BR online doc]
 
* [http://buildroot.uclibc.org/buildroot.html BR online doc]

Revision as of 23:23, 20 December 2010

Page under construction... Construction.png Informations on this page are not guaranteed !!

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/

Patches that can be sent to BR

(Some will require some cleanup)

  • 001-add_armadeus_device.patch
  • 006-lcd4linux.patch
  • 018-allegro.patch
  • 021-sdl-water-config.patch
  • 034-slideshow.patch
  • 038-fakeroot-bump_version.patch
  • 040-linux-makefile.patch
  • 041-fbgrab.patch
  • 042-socketcan.patch
  • 043-mesa-add_packages.patch
  • 044-tslib-add_patch_for_recent_kernels_compatibility.patch
  • 045-openssh-add_passwd_expire.patch
  • 047-uclibc-config.patch
  • 050-linux-stops_building_when_modules_compilation_fails.no_more_needed
  • 051a-u-boot-add_copy_to_functionnality.patch
  • 051b-u-boot-change_board_name_default_value.patch
  • 051c-u-boot-makes_u-boot-clean_target_work.patch
  • 051d-u-boot-add_possibility_to_choose_board_header_file.patch
  • 051e-u-boot-add_1.3.4_version_specific_support.patch
  • 051f-u-boot-handle_armadeus_specific_options_for_config_header.patch
  • 051g-u-boot-add_u-boot-unpacked_target.patch
  • 051h-u-boot-makes_binary_targets_name_overloadable.patch
  • 051-u-boot.a_refaire_entierement
  • 052-linux-adds_linux26-patched_target_to_Makefile.patch
  • 054-ntp-allow_ntpd_selection_or_not.patch
  • 055-pyserial-add_package.patch
  • 057-pymysql-add_package.patch
  • 058-makes_alsa_work_with_eabi_and_large_file_options.to_fix
  • 060-makes_possible_to_compile_linux_in_a_standalone_way_after_configuration.patch
  • 061-mysql_client-reduce_installation_size.patch
  • 062-add-uboot-conf-to-savedproject.to_fix
  • 071-linux-change_board_specific_patches_name.patch
  • 072-xenomai-package.patch
  • 076-ubi-add_ubi_image_support.patch
  • 081-adds_quake_package.patch
  • 082-mtd-utils_with_ubi-utils.tofix
  • 083-adds_pygame_package.patch
  • 085-adds_gpm_package.patch
  • 095-uucp-add_packages.patch
  • 096-libsndfile-updates_makefile_to_autotool.to_fix
  • 097-adds_flite_package.patch
  • 099-mplayer-add_patch_for_pld_asm_instruction_on_non_armv5_arch.patch
  • 101-mplayer-add_patch_for_recent_alsa_compatibility.patch
  • 105-busybox-add_support_for_B921600_tty_speed.integrated
  • 106-firmware-add_infrastructure_to_install_firmwares.patch
  • 107-games-add_wolf4sdl.patch
  • 110-bluez-add_package.patch
  • 112-gcc-4_2_x-add_aapcs-linux_eabi_config_option_support_for_arm.patch
  • 113-gpsd-add_package.integrated
  • 116-openobex-add_package.patch
  • 117-ussp-push-add_package.patch
  • 118-snes9x-add_package.patch
  • 119-fbtest-add_package.patch
  • 120-cwiid-add_package.patch
  • 121-target-arm926t_is_arm926ej-s.patch
  • 122-urg-add_package.patch
  • 123-pywebradio-add_package.patch
  • 124-e-uae-add_package.patch
  • 125-opentyrian-add_package.patch
  • 126-tslib-test_add_quit_button.patch
  • 129-ipsec-tools-replaces_susv3_legacy_functions_with_modern_equivalent.integrated
  • 130-lbreakout-add_package.patch
  • 131-ltetris-add_package.patch
  • 132-qt-full_integration_with_cross_compiling.patch
  • 133-qwt-add_package.patch
  • 134-jffs2-add_board_name_to_binary_rootfs_name.patch

Links