Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-01-11 | Move AT91 patches for u-boot-2009.01-rc1 to ↵ | Ulf Samuelsson | |
device/Atmel/arch-arm/u-boot/2009.01-rc1 | |||
2009-01-11 | Remove premature deprecation of u-boot-1.2.0-atmel | Ulf Samuelsson | |
2009-01-11 | Update AVR32 uclibc config for 0.9.30 | Ulf Samuelsson | |
2009-01-11 | Update defocnfig for ngw100 | Ulf Samuelsson | |
2009-01-11 | Add linux-2.6.27.10 config for stk100x | Ulf Samuelsson | |
2009-01-11 | Add buildall script for testing many/most packages separately with build ↵ | Ulf Samuelsson | |
logs and documentation for this and mkpkg | |||
2009-01-11 | Move kernel localversion files to TARGET_DIR/boot | Ulf Samuelsson | |
to allow packages which assumes that LINUX26_DIR and the /lib/modules/LINUX_VERSION use the consistent version numbering to build. Create a file ".linux-version" containing the real linux version in $(PROJECT_B UILD_DIR) to allow packages to read the correct linux version | |||
2009-01-11 | Bug fix for mkpkg script | Ulf Samuelsson | |
2009-01-11 | sudo: use Debian as upstream | Peter Korsgaard | |
As we are using a Debian/Ubuntu patch, it makes more sense to get the tarball from there as well. | |||
2009-01-11 | Change name form DIRECTFB_MAJOR to DIRECTFB_VERSION_MAJOR, make patches ↵ | Ulf Samuelsson | |
version dependent | |||
2009-01-11 | Make sure SDL finds DirectFB headers ,if used | Ulf Samuelsson | |
2009-01-11 | Remove irda.mk from build, since it is totally broken | Ulf Samuelsson | |
2009-01-11 | Change name from raidtools to raidtools2 | Ulf Samuelsson | |
2009-01-11 | Change name from PYTHON_VERSION_SHORT to PYTHON_VERSION_MAJOR | Ulf Samuelsson | |
2009-01-11 | Update package/Config.in for irda-utils, fusion and linux-fusion | Ulf Samuelsson | |
2009-01-11 | Add latest linux-fusion to allow DirectFB to build | Ulf Samuelsson | |
Remove old fusion which only copies some files | |||
2009-01-11 | Use correct goal for libraw1394.so | Ulf Samuelsson | |
2009-01-11 | Make sure alsa-lib build with correct python version | Ulf Samuelsson | |
2009-01-11 | Bump php version since source is removed due to security risk | Ulf Samuelsson | |
2009-01-11 | Move SUDO_SITE to ATMEL_MIRROR, No cross-compiler patches for later versions ↵ | Ulf Samuelsson | |
which does not build without, fix installation | |||
2009-01-11 | For some reason we ended up with a link-loop. This does not. | Thomas Lundquist | |
2009-01-10 | We do not need gtk-doc on the target (and hopefully not in staging.. ) | Thomas Lundquist | |
2009-01-10 | Get rid of a host-dependency. | Thomas Lundquist | |
2009-01-10 | Wrtie? nto mee! | Thomas Lundquist | |
2009-01-10 | Nice to point out dependencies on host. | Thomas Lundquist | |
2009-01-10 | Buop version of olsr to 0.5.6 which builds correctly | Ulf Samuelsson | |
2009-01-10 | Add script allowing better overview of build status of single packages | Ulf Samuelsson | |
2009-01-10 | Bump version of ntfs-3g to 1-5130, This will build in lib regardless of prefix= | Ulf Samuelsson | |
2009-01-10 | Use correct path to source for libsndfile | Ulf Samuelsson | |
2009-01-10 | liberation internal dependencies are corrected | Ulf Samuelsson | |
2009-01-10 | Previous vtun was version 2.6. | Ulf Samuelsson | |
This does not buld because its "configure" requires that -llzo contains "lzolx_decompress". "vtun" does not build, evenm if liblzo is available. The LZO package currently used by buildroot does not contain ANY reference to "lzolx_decompress" "vtun" has been upgraded to 3.0.2 and now builds OK, but is yet to be tested on a target. The previous patch containing three diffs, has been broken up into three files. The second patch fails. This patch tries to replace a perl script ($(VTUN_DIR)/scripts/vtund.rc.debian) with a shell script with the same name. In vtun-3.0.2, vtund.rc.debian is a shell script which is fairly similar to the shell script provided by the patch. For now, it has been decided not to replace this shell script with the script generated by the patch for 2.6 vtun will thus be built with the 3.0.2 vtund.rc.debian. The start-stop-daemon parameters and other things in this script may be inappropriate for something based on busybox. I will leave the decision which script to use, the 2-6 script or the 3.0.2 script to someone else. Both files are kept in the directory, but should be removed once it has been decided what to do about this script. Signed-Off by: Ulf Samuelsson <ulf.samuelsson@atmel.com> | |||
2009-01-09 | ed: bump version, convert to Makefile.autotools.in format | Peter Korsgaard | |
2009-01-09 | grep: convert to Makefile.autotools.in format | Peter Korsgaard | |
2009-01-09 | grep: bump version, use GNU_MIRROR | Peter Korsgaard | |
2009-01-09 | Update at91sam9261ek configs, build completes | Ulf Samuelsson | |
2009-01-09 | Make sure U-boot is built, if we do make uImage | Ulf Samuelsson | |
2009-01-08 | Update sam9263ek configs, build completes | Ulf Samuelsson | |
2009-01-08 | Linux26 requires "mkimage" from u-boot to be in the PATH | Ulf Samuelsson | |
if an uImage is to be built for arm, avr32, blackfin and sh. PATH has therefore been set to have $(STAGING_DIR)/usr/bin as the first item allowing linux to find mkimage. This patch will, if an uImage is built, create a "u-boot-toóls" directory in the PROJECT_BUILD_DIR directory. $(STAGING_DIR)/usr/bin/mkimage is copied to this directory and the PATH variable will now include "u-boot-tools" If an uImage is built, then the linux build will now depend on "u-boot". | |||
2009-01-08 | Do not add PATCH_VERSION to PORTAGE_VERSION if patch is not applied, time to ↵ | Ulf Samuelsson | |
upgarde to 2.1.6? | |||
2009-01-08 | target/u-boot: more cleanups | Peter Korsgaard | |
As discussed on the list. - No sense in depending on BR2_TARGET_UBOOT when the configurations are within a if BR2_TARGET_UBOOT conditional. - n is default, so remove 'default n' - clarify nested conditionals | |||
2009-01-08 | target/u-boot: cleanup | Peter Korsgaard | |
Fix s/Linux/U-Boot/ typo, default to the latest stable version, mark old versions as deprecated and comment out unreleased version for now. | |||
2009-01-08 | mtd: mark 20050122 snapshot as deprecated | Peter Korsgaard | |
2009-01-08 | Mention the saveconfig and getconfig targets in make help | Hans-Christian Egtvedt | |
I often find myself forgetting what those targets were called, and I imagine others may not even be aware of their existence. Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com> Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com> | |||
2009-01-08 | strace: fix AVR32 arch patches and refresh all patches to apply clean | Hans-Christian Egtvedt | |
This patch updates the AVR32 arch patches for strace 4.5.18 and refreshes all the other patches so they apply clean. Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com> | |||
2009-01-08 | neon: s/exapt/expat/ | Peter Korsgaard | |
2009-01-08 | freetype: mark ancient 2.2 version as deprecated | Peter Korsgaard | |
2009-01-06 | Fix BOARD_PATH for local projects | Ulf Samuelsson | |
2009-01-06 | Update atngw100 configs, needs patch from Atmel fork for strace to build ↵ | Ulf Samuelsson | |
correctly, otherwise disable strace | |||
2009-01-06 | Remove incorrrect dependency on latest minor kernel patch | Ulf Samuelsson | |
2009-01-06 | Add PATH to linux build options to allow 'mkimage' to be found. Neccessary ↵ | Ulf Samuelsson | |
for arm,blackfin,sh and avr32 in linux-2.6.28 |