Thiago A. Corrêa | 0e0bd3a7806 | Improve Qt embedded target_dir install handling and granularity. This saves me 600k on jffs2 compressed fs for avr32. | | |
Thiago A. Corrêa | bb1b2135702 | Fix atngw100_defconfig busybox config location | | |
Peter Korsgaard | e628da073b6 | package/: remove obsolete qte package | | |
Peter Korsgaard | c67733f9a2b | toolchain/uClibc: 0.9.30.1 arm linuxthreads fix
Reported by Michael Roth <mroth@nessie.de>. Identical to the 0.9.30 ... | | |
Peter Korsgaard | e594f5d591f | package/multimedia/gstreamer: bump version
Patch by Sven Neumann <s.neumann@raumfeld.com>, closes #101. | | |
Thomas Petazzoni | 17950c9ab31 | Fix issues in shared-mime-info
* Properly indent Config.in
* Remove unneeded SHARED_MIME_INFO_INSTALL_STAGING_OPT ... | | |
Peter Korsgaard | 01dce412173 | docs/buildroot.html: fix typo | | |
Thomas Petazzoni | f6d00867f9c | Add the shared-mime-info package
The shared-mime-info package contains the core database of common
types and the upd... | | |
Thomas Petazzoni | b7c3eb7aa73 | Add libxml2 for the host
Some other packages, such as shared-mime-info, might need libxml2 and
related tools (xmllin... | | |
Thomas Petazzoni | c9adae97af0 | New section on external toolchain usage | | |
Thomas Petazzoni | b7b6946b562 | Documentation cleanups
* Add the section describing the project feature to the table of
contents
* Change the f... | | |
Peter Korsgaard | 37de0c8cc3c | toolchain/gdb: remove empty dirs (git-svn issue) | | |
Peter Korsgaard | 8759a416c41 | toolchain/gdb: remove ancient deprecated versions
They shouldn't be used anymore, needs havily patching (6.3 has mor... | | |
Peter Korsgaard | f46b9cda0d9 | toolchain/gdb: remove broken snapshot support | | |
Peter Korsgaard | a4c8130640d | package/openssl: fix uninstall | | |
Peter Korsgaard | 32c9952c3fb | package/openssl: STRIP_STRIP_ALL should be used for binaries | | |
Peter Korsgaard | df1f80d645c | package/openssl: also strip libraries with _OPENSSL_BIN is enabled | | |
Peter Korsgaard | 98dcd8656d1 | package/openssl: make sure TARGET_CFLAGS are used
And remove the unnedded c_rehash binary while we're at it.
Patch ... | | |
Wade Berrier | 027aa1d2ec0 | Older versions of 'find' don't have the '-delete' option
Use find's '-print0' and 'xargs -0' as an equivalent altern... | | |
Peter Korsgaard | ff7e08083be | toolchain/kernel-headers: bump 2.6.29 version | | |
Peter Korsgaard | 30ee5f05604 | toolchain/gcc: java needs largefile support | | |
Peter Korsgaard | a62ceefdd41 | toolchain/gcc: fix java support
Not runtime tested, but now it atleast builds. | | |
Peter Korsgaard | 1f3eec6e8fc | toolchain/gcc: disable tls support
Fixes libstdc++ linking with gcc 4.4.x | | |
Peter Korsgaard | 038c5ee028a | libglib2: bump version
Patch by Sven Neumann <s.neumann@phase-zero.de>, closes #279. | | |
Peter Korsgaard | 2f094a92471 | package: add libsoup package
Based on patch by Sven Neumann <s.neumann@phase-zero.de>, closes #35. | | |
Peter Korsgaard | 4a653c39d4e | samba: fix build with ipv6 support is disabled
Based on patch by Sven Neumann <s.neumann@phase-zero.de>, closes #285 | | |
Peter Korsgaard | 78e8e2c74eb | busybox: 1.14.0 dhcp fix | | |
Peter Korsgaard | d76155005fa | toolchain/uClibc: 0.9.30.1 getaddrinfo fix for intfs without address
From uClibc r24336. | | |
Peter Korsgaard | f856f324d47 | package/multimeda: add taglib package
Based on patch by Sven Neumann <s.neumann@phase-zero.de>, closes #283. | | |
Peter Korsgaard | b091877aa90 | directfb: bump version
Based on patch by Sven Neumann <s.neumann@phase-zero.de>, closes #281. | | |
Thiago A. Corrêa | f3bce517ed8 | Update to 4.5.1 | | |
Peter Korsgaard | 8a68eb29bbc | dbus-glib: workaround Kconfig issue with select
Kconfig gets confused about the selects and thinks there's a recursi... | | |
Peter Korsgaard | c5dc5dcc004 | package/qtopia4: fix GPL download URL
Patch by Will Newton <will.newton@gmail.com> | | |
Peter Korsgaard | 5eeeeec056c | toolchain/gcc: add 4.4.0 | | |
Peter Korsgaard | 6930ce94153 | dbus-glib: host compilation needs libglib2 and expat | | |
Peter Korsgaard | 7f6e9b2e10c | dbus-glib: needs expat
Even though dbus can use libxml2 for XML support, dbus-glib cannot -
So make sure expat is av... | | |
Peter Korsgaard | 6d48463df63 | toolchain/gcc: fix PR 32044 patch
Somehow the patch was a patch adding a patch instead of the patch itself. | | |
Peter Korsgaard | 503ab93cfe0 | toolchain: add BR2_USE_SSP option for stack protection support
Using the support in uClibc. | | |
Peter Korsgaard | 3b712a3d891 | toolchain/gcc: don't enable libssp support
It's broken anyway as we don't install libssp* into TARGET_DIR, and we
sh... | | |
Peter Korsgaard | e493fc6ce52 | dbus: fix rebuild if /var/lib is a symlink to /tmp for target
/tmp/dbus will end up being a recursive symlink to its... | | |
Thiago A. Corrêa | f9c5711c072 | Workaround problem with configure for x86 crosscompile to x86 under linux. | | |
Peter Korsgaard | 3165260921f | busybox: 1.14.0 fixes | | |
Peter Korsgaard | c52f02514d6 | cups: add -source target | | |
Peter Korsgaard | 40367aa404b | busybox: 1.14.0 fix for move_to_unaligned32 / dnsd.c on !x86 | | |
Peter Korsgaard | 23795ec71f5 | pkg-config: fix target package
As reported by Sven Neumann on the list. | | |
Peter Korsgaard | 475bf3a83ac | toolchain/br2_autoreconf: remove
It got added by Ulf back in 2007, but there's no references to it anywhere,
so remo... | | |
Peter Korsgaard | a767c8bdf7c | Makefile: distclean: remove correct dirs
Remove toolchain build dir, and don't try to remove the non-existing includ... | | |
Peter Korsgaard | 0c2043240f8 | sqlite: bump version
Closes #277. | | |
Thiago A. Corrêa | 52cc210d883 | Updated i686 config | | |
Thiago A. Corrêa | d55d6180a24 | Fix busybox config file location | | |
Peter Korsgaard | 66ef1e589a3 | bind: bump version (security issue with DNSSEC DLV)
Patch by Gustavo Zacarias <gustavo@zacarias.com.ar>, closes #275. | | |
Peter Korsgaard | 635346844ce | target/generic: support for busybox >= 1.14.x speed=0 handling | | |
Peter Korsgaard | 55b03d61157 | busybox: remove ancient versions | | |
Peter Korsgaard | c19a51f9933 | busybox: add 1.14.x | | |
Peter Korsgaard | edfe9feee71 | busybox: bump 1.13.x version | | |
Peter Korsgaard | ef8fd64dcba | toolchain/gcc: shared libgcc broken for sparc, so disable it | | |
austinf | a1e086da090 | unmark the sparc targets as broken, they build if you disable shared libgcc | | |
Peter Korsgaard | 73f4adaa542 | openssl: git rid of version number in patches
As noted by Hamish Moffatt on the list. | | |
Thiago A. Corrêa | 7f69e5369fd | Qtopia4: -xmlpatterns requires -exceptions . | | |
Peter Korsgaard | e9cb98273d9 | target/Makefile.in: make 3.80 compatibility fix
Patch by Andreas Schweigstill <aschweig@schweigstill.de> | | |
Peter Korsgaard | e6b271fbb0c | lzop: new package
Patch by Olaf Rempel <razzor@kopf-tisch.de>, closes #245.
lzop is a file compressor which is very... | | |
Peter Korsgaard | 4acb763df38 | sqlite: bump version
Fixes database corruption with rollback
http://www.sqlite.org/releaselog/3_6_12.html | | |
Peter Korsgaard | b8767865eb0 | jffs2root: build host version of lzo and use for host mkfs.jffs2 | | |
Peter Korsgaard | b2ffc1f9fa8 | lua: bump version
Patch by Michael Roth <mroth@nessie.de>. | | |
Peter Korsgaard | 32faf35112e | Makefile: add target-finalize for common filesystem cleanup
And remove from each rootfs variant. | | |
Peter Korsgaard | f276b269181 | liberation: cleanup and really fix continous rebuild | | |
Peter Korsgaard | 76e5c2988f8 | target/jffs2: default to big endian format for big endian archs
Same logic as in target/Config.in.arch. | | |
Peter Korsgaard | dbdd03601b8 | target/jffs2: s/Memory Type/Flash Type/ | | |
Peter Korsgaard | bd176bded32 | target/jffs2: Put all sub options in a BR2_TARGET_ROOTFS_JFFS2 conditional
And get rid of all the individual 'depend... | | |
Peter Korsgaard | 3b4a5f59e1c | target: remove BR2_TARGET_ROOTFS_*_SQUASH options
Everything besides ubifs does an unconditional chown -R 0:0 anyway. | | |
Peter Korsgaard | 5b8c84e717f | rsync: bump version | | |
Peter Korsgaard | bd14b0e70f5 | openssl: bump version
Patch by Gustavo Zacarias <gustavo@zacarias.com.ar>, closes #217
Fixes multiple security flaw... | | |
Thiago A. Corrêa | a933ef66bfd | Fix compile for Qt Embedded (qtopia4) based packages | | |
Thiago A. Corrêa | ff33fbe8808 | Remove asm optimization patch for AVR32. This is non-essencial, yet, was unclean and prevented the build from complet... | | |
Peter Korsgaard | 7092bd901d2 | squashfs: add v4.0 support and version selection
Squashfs 4.0 is needed to create file systems for the mainline squa... | | |
Peter Korsgaard | 2b380f81600 | liberation: fix continous rebuild | | |
Peter Korsgaard | 4f232636f14 | kernel-headers: bump 2.6.29.x version | | |
Peter Korsgaard | b87b4742e0b | Makefile: add BR2_ENABLE_LOCALE_PURGE to purge unwanted locales
Add BR2_ENABLE_LOCALE_PURGE / BR2_ENABLE_LOCALE_WHIT... | | |
Peter Korsgaard | 4d298a2d377 | Makefile: target-devfiles: combine .a / .la find invocation | | |
Peter Korsgaard | d26240a8cf5 | ncftp: cleanup Config.in
Subentries of a menu automatically gets hidden if the dependencies of the
menu element aren... | | |
Peter Korsgaard | 4635eb92930 | ncftp: convert to Makefile.autotools.in
- ncftpspooler is just a link to ncftpbatch
- only ncftpbookmarks needs ncur... | | |
Peter Korsgaard | e93d65906f7 | target/device/Atmel: remove u-boot dir (git-svn issue) | | |
Peter Korsgaard | 4ffff5ec9b2 | target/device/Atmel: remove unused legacy u-boot handling | | |
Peter Korsgaard | d290edadb96 | fakeroot: install into HOST_DIR | | |
Peter Korsgaard | 512d08afff6 | fakeroot: build host version under BUILD_DIR as well | | |
Peter Korsgaard | 7737b360df8 | makedevs: install into HOST_DIR | | |
Peter Korsgaard | b54bedd60c7 | busybox: additional 1.13.3 fixes | | |
Peter Korsgaard | bb62b139ba7 | iptables: unbreak build with ipv6 after r25897. | | |
Peter Korsgaard | 0c522bdc1ef | qtopia4: default to the ppc config for powerpc builds | | |
Peter Korsgaard | 0a88002e643 | qtopia4: make qmake.conf handling more robust (fixes build for x86/x86_64/ppc)
qmake.conf needs to be tweaked to mak... | | |
Peter Korsgaard | 3c154928410 | iptables: use correct variable for configure options
Introduced in r23409. | | |
Peter Korsgaard | 6cd7c8332e5 | iptables: needs largefile support in toolchain | | |
Peter Korsgaard | 4e5ecadd221 | iptables: fix build without ipv6 support in toolchain
Patch by Steffen Schulz <sf@cbg.dyndns.org>, closes #233. | | |
Peter Korsgaard | eee376bc8e2 | freetype: strip target library and remove freetype-config if not needed
As noticed by Thomas Petazzoni. | | |
Peter Korsgaard | 32417137bef | ntfs-3g: needs wchar support in toolchain
Closes #187. | | |
Peter Korsgaard | 40b8127db91 | ntfs-3g: fix avr32 comment dependency (NTFS-3G, not NTFS_3G) | | |
Peter Korsgaard | e88f37505f8 | ntfs-3g: needs libfuse which requires LARGEFILE, so update kconfig to match
Fixup tabs/spaces and trailing spaces mi... | | |
Peter Korsgaard | 078593643ab | ntfs-3g: remove extra white space | | |
Peter Korsgaard | b563453ee8d | ntfs-3g: remove stray line added in r24738 (Bump version of ntfs-3g to 1-5130) | | |
Peter Korsgaard | 265f8bb959e | target/Config.in.arch: really provide correct --with-arch= for ARM targets
The ARM arch names are armVx, not armX | | |
Peter Korsgaard | b5b921e1854 | target/Config.in.arch: provide correct gcc --with-arch= for ARM targets
Updated to match gcc-4.3.3/gcc/config/arm/ar... | | |
Peter Korsgaard | a0366abb105 | busybox: 1.13.3 tail fix | | |
Peter Korsgaard | cccc5a26272 | libX11: fix build on hosts without libx11-dev
Make sure the build doesn't use keysymdef.h from the host. | | |
Peter Korsgaard | 6099e286e2b | package: proper aclocal fix
Revert r25827 and instead copy over the host aclocal files of the stuff
needed for auto*... | | |
Thomas Petazzoni | fb56c53e393 | Another external toolchain fix
Change the definition of TARGET_LDFLAGS to use --sysroot
$(STAGING_DIR) instead of -L... | | |
Peter Korsgaard | 2bae136f05a | mplayer: disable LIVE555 Streaming Media
LIVE555 was installed on the build system and was recognized by configure:
... | | |
Peter Korsgaard | 7e6620c4103 | docs/images: remove unused busybox logo | | |
Peter Korsgaard | 36a70c3058a | docs/images/: tweak menuconfig*png
Convert to 8bit, saves ~145kb | | |
Peter Korsgaard | 546ebed1394 | docs/news.html: announce new logo | | |
Peter Korsgaard | 5646b276f24 | docs/images: fix svn:mime-type on logo | | |
Peter Korsgaard | 69f91aadd77 | docs/: use new logo | | |
Peter Korsgaard | bec705479e6 | scripts/setlocalversion: Renamed 'git-svn' to 'git svn'
Git 1.6.x+ got rid of git-<subcommand> in the normal path.
... | | |
Peter Korsgaard | 2caf8195a89 | package/mtd: don't enable rarely used commands by default
Most people don't need them, so don't enable mkfsjffs + do... | | |
Peter Korsgaard | cdd687faf69 | package/mtd: default to mtd-utils release, mark 20061007 snapshot as deprecated | | |
Peter Korsgaard | cecaddbf774 | mtd-utils.git: revert r24869 (convert to DOWNLOAD helper) to fix download
Reported by Thomas Petazzoni.
The git dow... | | |
Peter Korsgaard | 749c71d506a | package/mtd: remove unneeded 'depends on BR2_PACKAGE_MTD'
The entire mtd handling is within an if BR2_PACKAGE_MTD co... | | |
Peter Korsgaard | 20561ef3434 | m4: provide download target (missing from r25810) | | |
Thomas Petazzoni | 2cddfd259fd | /usr/share/aclocal is now in $(HOST_DIR) and not $(STAGING_DIR).
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@f... | | |
Peter Korsgaard | e28e98026ca | docs/images: set svn:mime-type on .png's
Thanks to Thomas for noticing. | | |
Peter Korsgaard | 4be3c6e8298 | util-linux: fix download URL | | |
Peter Korsgaard | 5d8d6b26078 | docs/about.html: Capitalize Buildroot | | |
Peter Korsgaard | c772f41f050 | docs/: show about.html as index page
The about page is more informative for new users than the list of news,
so show... | | |
Peter Korsgaard | d1be50be77e | docs/about.html: add menuconfig screenshot | | |
Peter Korsgaard | 42ca7252162 | docs/about: fix typo | | |
Thomas Petazzoni | d30b3346543 | Remove useless <ol>...</ol> tags | | |
Peter Korsgaard | 6c79a9615ce | wpa_supplicant: bump version
Patch by Gustavo Zacarias <gustavo@zacarias.com.ar>, closes #213. | | |
Peter Korsgaard | 30141c22ee5 | target/device/x86: only include Makefile if BR2_TARGET_X86 is enabled
Fixes build breakage for !BR2_TARGET_X86 in ke... | | |
Peter Korsgaard | a91177bf432 | pango: host build needs automake/autoconf | | |
Peter Korsgaard | 91149af9f31 | package: provide download target for host packages | | |
Peter Korsgaard | 21ab5f31f7b | kernel-headers: add 2.6.29.x, remove 2.6.22.x | | |
Peter Korsgaard | b78ad230d16 | kernel-headers: remove unused patches for ancient versions | | |
Peter Korsgaard | 182418982e3 | kernel-headers: bump 2.6.27.x / 2.6.28.x versions | | |
Peter Korsgaard | ed6b7a111a0 | busybox: 1.13.3 hush fix | | |
Peter Korsgaard | 3803dc14e4b | target/linux: default to bzImage for i386/x86_64 | | |
Peter Korsgaard | 0fadec67a8d | docs/buildroot.html: remove reference to unused BUILDROOT_USE_XWINDOWS | | |
Peter Korsgaard | ed4a22b4f5b | libtool: cleanup
- Convert into Makefile.autotools.in format for target build
- Build host version in BUILD_DIR and ... | | |
Peter Korsgaard | 3467cf73051 | m4: cleanup
- Convert into Makefile.autotools.in format for target build
- Build host version in BUILD_DIR and insta... | | |
Peter Korsgaard | a870e467626 | autoconf: cleanup
- Convert into Makefile.autotools.in format for target build
- Build host version in BUILD_DIR and... | | |
Peter Korsgaard | f7b31461443 | automake: cleanup
- Convert into Makefile.autotools.in format for target build
- Build host version in BUILD_DIR and... | | |
Peter Korsgaard | bae2f9fc121 | pkgconfig: really use make install for BR2_ENABLE_DEBUG | | |
Peter Korsgaard | f91a64d2247 | package: auto* needs perl | | |
Peter Korsgaard | f9926351d3e | u-boot: remove empty dirs from r25796 (git-svn issue) | | |
Peter Korsgaard | 2e47c82b61b | u-boot: add 2009.03 release | | |
Peter Korsgaard | 589ab711a6a | u-boot: get rid of version specific patch dirs
All those dirs seem a bit excessive for a single patch | | |
Peter Korsgaard | 7b780f34476 | xorg: needs LARGEFILE support
For mesa3d/libpciaccess | | |
Peter Korsgaard | a5eae2a83eb | mesa3d: sync kconfig deps with makefile | | |
Peter Korsgaard | cc8ea5e5511 | libpciaccess: needs large file support | | |
Peter Korsgaard | cb69d005ad5 | target/generic: s/TTYSO/TTYS0/
Thanks to Hiroshi Shinji for noticing. | | |
Peter Korsgaard | 073db18bac7 | dbus: fix for read-only rootfs
Similar to how it's handled by avahi - Make sure /var/lib/dbus is a
symlink to /tmp/d... | | |
Peter Korsgaard | 9611fd600bb | target/generic: add kconfig for serial getty config (port + baudrate)
These are the settings people most often want ... | | |
Peter Korsgaard | bf1ccf16a25 | target/device: wrap AMD preset in BR2_TARGET_AMD menuconfig | | |
Peter Korsgaard | 1a57a548049 | target/generic: skeleton: add netdev group for dbus | | |
Peter Korsgaard | c3285dcd21e | dbus: put local state files in /var and not /usr/var
For read only rootfs'es - Like it used to be. | | |
Peter Korsgaard | 584eb85c7fc | dbus: fix host build
Hunk missing from r25755. | | |
Peter Korsgaard | 90ac14b2a0c | avahi: gtk support needs libglade as well | | |
Peter Korsgaard | 1d269dea1d2 | pango: fix host build
pango likes to rerun it's configure script at make time, and it then
fails to find the correct... | | |
Peter Korsgaard | e7b38c71ce5 | package: add STAMP_DIR and use for host builds
Move stamp (dependency) files outside the (version specific) source
d... | | |
Peter Korsgaard | f58ff9a25f2 | liboil: don't build examples
Add patch missing from r25053. | | |
Peter Korsgaard | 849c45648d2 | pkg-config: rename pkgconfig to pkg-config
This matches upstream tarball, doesn't screw up existing .config's with
B... | | |
Peter Korsgaard | 27fb8ed49d7 | busybox: 1.13.3 ash fix | | |
Peter Korsgaard | e40b41f4d9a | pkgconfig: make sure host compile target isn't considered out of date | | |
Peter Korsgaard | 1d076fdfb91 | kernel-headers: adjust patch names for 2.6.28.8 | | |
Peter Korsgaard | beacda6e73f | pango: use same with/without-x setting for host build as for target
Ensures identical pango.modules contents | | |
Peter Korsgaard | dc69684e585 | pango: generate pango.modules at build time rather than run time
Generate pango.modules using the host tools instead... | | |
Peter Korsgaard | d20a2eb9723 | avahi: fix python path | | |
Peter Korsgaard | 99334cde2b4 | libgtk2: build host version, use it for build time binaries | | |
Peter Korsgaard | 689c10faea3 | pango: add host version | | |
Peter Korsgaard | aefadc18d98 | cairo: remove unneeded _INSTALL_STAGING_OPT setting | | |
Peter Korsgaard | dd4faf6f6f3 | cairo: add host version | | |
Peter Korsgaard | 33552590d53 | freetype: add host version | | |
Peter Korsgaard | 02960591123 | freetype: cleanup target install | | |
Peter Korsgaard | ff2df713989 | freetype: bump version | | |
Peter Korsgaard | eb84b8ba872 | freetype: get rid of ancient 2.2.1 version | | |
Peter Korsgaard | d673d13bfa7 | freetype: fixup help text indentation | | |
Peter Korsgaard | 13c68ecb58b | expat: fixup help text | | |
Peter Korsgaard | 9e8fa29da90 | fontconfig: fixup help text indentation | | |
Peter Korsgaard | 5ff46e5dca1 | pixman: add host version | | |
Peter Korsgaard | cb4ca456a23 | pixman: fixup help text indentation | | |
Peter Korsgaard | 991f304207b | atk: add host version | | |
Peter Korsgaard | b1d451b13c3 | atk: small cleanup | | |
Peter Korsgaard | 58703982e77 | libglib2: no longer needs glib2-dev package on host | | |
Peter Korsgaard | 77754571b2f | pkgconfig: add pkgconfig package for target
The host versions shouldn't be visible in Kconfig, so remove the
referen... | | |
Peter Korsgaard | 344d59d788d | pkgconfig: use pkg-config-*-host build dir for host version | | |
Peter Korsgaard | b4510152038 | pkgconfig: install into HOST_DIR | | |
Peter Korsgaard | 396480b41d6 | package: add dbus-python | | |
Peter Korsgaard | 2f575f43ec3 | alsa-lib: don't force EABI for ARM
Closes #191. | | |
Peter Korsgaard | 111056b6e0d | kernel-headers: bump 2.6.27.x version | | |
Peter Korsgaard | 4801198ae7a | avahi: enable glib / gtk support if available | | |
Next → |