aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | matchbox: fix dependenciesThomas Petazzoni2009-07-241-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | A dependency on BR2_PACKAGE_XORG7 is enough, no need to depend on BR2_PACKAGE_XORG_XSERVER. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * | | dillo: use select for library dependenciesThomas Petazzoni2009-07-241-8/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use select independs of depends on for library dependencies. We keep the depends on for the X.org dependency so that dillo can only be selected once X.org is enabled (which, contrary to the library dependencies, is a pretty obvious dependency for the user). We then get rid of the configuration interface comment. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * | | midori: remove configuration comment on X.org dependencyThomas Petazzoni2009-07-241-3/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The dependency of Midori on X.org should be pretty obvious to the user, and we don't want to unnecessarly clutter the configuration interface with comments. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * | | xorg: simplify dependencies on X.orgThomas Petazzoni2009-07-1711-11/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Many packages used to depend on BR2_PACKAGE_XORG||BR2_PACKAGE_XORG7, but this is useless since BR2_PACKAGE_XORG is a non-existing configuration option. So, these depencies gets simplified to BR2_PACKAGE_XORG7 only. Some others were depending on BR2_PACKAGE_TINYX (which doesn't) exist or BR2_PACKAGE_XSERVER_xorg || BR2_PACKAGE_XSERVER_tiny || BR2_PACKAGE_XSERVER_x11r7. Replace all that mess by a simple dependency on BR2_PACKAGE_XORG7. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * | | xorg: remove useless configuration commentThomas Petazzoni2009-07-171-4/+0
| | | | | | | | | | | | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * | | xorg: reindent configuration option detailsThomas Petazzoni2009-07-171-9/+8
| | | | | | | | | | | | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * | | xorg: reorganize the selection of the X.org server typeThomas Petazzoni2009-07-172-35/+28
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | The selection of the X.org server type was really strange. The user had to select between none, tinyx and modular. Now, the menuconfig interface display a single item for X.org, that can be selected/unselected. This entry contains a submenu, that allows to select the type of the X.org server (tinyX or modular) and that allows (as before) to enable/disable X.org libraries, drivers, etc. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* | | Merge branch 'master' of git://git.buildroot.net/~ulf/git/linuxPeter Korsgaard2009-07-253-355/+27
|\ \ \
| * | | Update kernel "latest" major/minor version numbersUlf Samuelsson2009-07-242-10/+27
| | | | | | | | | | | | | | | | including adding support for 2.6.30/2.6.31-rc#
| * | | Remove unused file: "target/linux/Config.in.experimental"Ulf Samuelsson2009-07-241-345/+0
| | | |
* | | | [XTENSA] Remove Copyright notes. They contradict GPL license.Maxim Grigoriev2009-07-251-7/+1
|/ / / | | | | | | | | | | | | Signed-off-by: Maxim Grigoriev <maxim@tensilica.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | | TODO: remove outdated stuffPeter Korsgaard2009-07-241-7/+0
| | | | | | | | | | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | | CHANGES: add #163 + #473Peter Korsgaard2009-07-241-0/+2
| | | | | | | | | | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | | Makefile: apply xtensa specific TARGET_SKELETON_PATCH if availableMaxim Grigoriev2009-07-241-0/+3
| | | | | | | | | | | | | | | | | | | | | Part of #163. Signed-off-by: Maxim Grigoriev <maxim2405@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | | toolchain: xtensa toolchain patch supportMaxim Grigoriev2009-07-243-3/+18
| | | | | | | | | | | | | | | | | | | | | Part of #163. Signed-off-by: Maxim Grigoriev <maxim2405@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | | toolchain/patch-kernel.sh: xtensa directory overlay supportMaxim Grigoriev2009-07-241-3/+14
| | | | | | | | | | | | | | | | | | | | | Part of #163. Signed-off-by: Maxim Grigoriev <maxim2405@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | | toolchain/uclibc: xtensa supportMaxim Grigoriev2009-07-241-0/+1
| | | | | | | | | | | | | | | | | | | | | Part of #163. Signed-off-by: Maxim Grigoriev <maxim2405@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | | project: xtensa specific ARCH handlingMaxim Grigoriev2009-07-241-0/+3
| | | | | | | | | | | | | | | | | | | | | Part of #163. Signed-off-by: Maxim Grigoriev <maxim2405@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | | target/; xtensa supportMaxim Grigoriev2009-07-2415-0/+1283
| | | | | | | | | | | | | | | | | | | | | Part of #163. Signed-off-by: Maxim Grigoriev <maxim2405@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | | package/gnuconfig: xtensa supportMaxim Grigoriev2009-07-243-4/+9
| | | | | | | | | | | | | | | | | | | | | Part of #163. Signed-off-by: Maxim Grigoriev <maxim2405@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | | package/Makefile.in: xtensa host supportMaxim Grigoriev2009-07-241-0/+1
| | | | | | | | | | | | | | | | | | | | | Part of #163. Signed-off-by: Maxim Grigoriev <maxim2405@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | | libmms: new packageSven Neumann2009-07-233-0/+29
| |/ |/| | | | | | | | | | | | | LibMMS is a common library for parsing mms:// and mmsh:// type network streams. Signed-off-by: Sven Neumann <s.neumann@raumfeld.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | toolchain/gcc: bump 4.4.x versionPeter Korsgaard2009-07-236-1/+1
| | | | | | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | linux26: do not set CFLAGS_KERNEL to TARGET_CFLAGSSven Neumann2009-07-222-5/+1
| | | | | | | | | | | | | | | | | | | | | | | | Using TARGET_CFLAGS breaks the kernel build for the arm platform. The result is a kernel that can not be booted. So simply do not fiddle with the CFLAGS on a kernel build and the kernel build system will do the right thing (TM). [Peter: do the same thing for the standard kernel build] Signed-off-by: Sven Neumann <s.neumann@raumfeld.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | gst-plugins-base: don't search host headers if freetype isn't availablePeter Korsgaard2009-07-221-0/+5
| | | | | | | | | | | | | | | | freetype is only used by examples, but if it is not found and the host has a freetype-config script, then the host include dirs are added to the search path causing trouble. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | gst-plugins-good: disable aalibSven Neumann2009-07-221-2/+3
| | | | | | | | | | | | | | | | Explictly disable the build of the aasink plug-in. Without this fix the plug-in would be built if the aalib headers are found on the host. Signed-off-by: Sven Neumann <s.neumann@raumfeld.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | haserl: move 0.9.25 fix to subdir, so it isn't picked up by 0.8.0 buildPeter Korsgaard2009-07-221-0/+0
| | | | | | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | Bump SaWMan to 1.4.1Lionel Landwerlin2009-07-221-1/+1
| | | | | | | | | | | | | | | | | | Bump SaWMan to 1.4.1 The current version of sawman (1.2.0-rc1) won't compile with directFB >= 1.4 Signed-off-by: Lionel Landwerlin <lionel.landwerlin@openwide.fr> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | libpng: bump versionPeter Korsgaard2009-07-222-18/+1
| | | | | | | | | | | | Fixes an unitialized-memory-read bug. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | libglib2: update to upstream release 2.20.4Sven Neumann2009-07-221-1/+1
| | | | | | | | | | Signed-off-by: Sven Neumann <s.neumann@raumfeld.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | Merge branch 'master' of ssh://uclibc.org/var/lib/git/buildrootPeter Korsgaard2009-07-221-3/+5
|\ \
| * | Fix memstat's installBernhard Reutner-Fischer2009-07-211-3/+5
| | | | | | | | | | | | Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
* | | tremor: provide libvorbis* alias for targetsPeter Korsgaard2009-07-211-4/+4
| | | | | | | | | | | | | | | | | | | | | several packages depend on libvorbis, so also provide libvorbis targets when tremor is selected. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | | mtd: get rid of ancient deprecated versionsPeter Korsgaard2009-07-218-481/+0
|/ / | | | | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | haserl: 0.9.25 array vars fixPeter Korsgaard2009-07-201-0/+19
| | | | | | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | wpa_supplicant: add optional dbus supportSven Neumann2009-07-201-0/+17
| | | | | | | | | | Signed-off-by: Sven Neumann <s.neumann@raumfeld.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | busybox: 1.14.2 test fixPeter Korsgaard2009-07-201-0/+64
| | | | | | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | kernel-headers: bump 2.6.27 / 2.6.30 stable versionsPeter Korsgaard2009-07-201-2/+2
| | | | | | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | sdl_gfx: new packageEvan Zelkowitz2009-07-184-0/+38
| | | | | | | | | | | | | | | | | | Closes #369. [Peter: Minor tweaks] Signed-off-by: Evan Zelkowitz <evan.zelkowitz@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | .gitignore: add backup filesH Hartley Sweeten2009-07-181-0/+2
| | | | | | | | | | | | | | Add *.orig and *~ backup files to gitignore. Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | Merge branch 'ext-toolchain-target-path' of ↵Peter Korsgaard2009-07-181-1/+1
|\ \ | | | | | | | | | git://git.busybox.net/~tpetazzoni/git/buildroot
| * | external toolchain: add $(HOST_DIR)/bin to TARGET_PATHThomas Petazzoni2009-07-171-1/+1
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | Since the move of many host binaries to $(HOST_DIR), the TARGET_PATH for internal toolchain had been changed to include $(HOST_DIR)/bin and $(HOST_DIR)/usr/bin, but this change was not reflected to the TARGET_PATH used in external toolchain configuration. This patches fixes this. We also remove $(STAGING_DIR)/bin and $(STAGING_DIR)/usr/bin from the TARGET_PATH in external toolchain configuration, since the STAGING_DIR is not supposed to contain host binaries. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* | xutil_makedepend: install to target, not stagingPeter Korsgaard2009-07-181-2/+2
| | | | | | | | | | | | | | makedepend is a program, not a library - So makedepend for the target should get installed to target_dir and not to staging_dir. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | mesa3d: compile makedepend (and in turn xproto) for the hostPeter Korsgaard2009-07-183-1/+87
| | | | | | | | | | | | The mesa3d build needs makedepend on the host, so compile one in $HOST_DIR. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | expat: fix typoPeter Korsgaard2009-07-181-1/+1
| | | | | | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | CHANGES: add #271Peter Korsgaard2009-07-181-0/+1
| | | | | | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | Merge branch 'external-toolchain' of ↵Peter Korsgaard2009-07-171-49/+158
|\ \ | | | | | | | | | git://git.busybox.net/~tpetazzoni/git/buildroot
| * | external toolchain: check cross-compiler existenceThomas Petazzoni2009-07-171-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | As a minimal test to the external toolchain, check that $(TARGET_CC) is actually an existing executable file. That way, if the user misconfigures the toolchain path and/or prefix, a meaningful error message will be shown. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * | external toolchain: respect $(Q)Thomas Petazzoni2009-07-171-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | Use $(Q) in external toolchain support so that the user can get the full output by passing V=1 to make, and still get a nice and clean output by default. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * | external toolchain: copy the C++ standard library if neededThomas Petazzoni2009-07-171-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | Obey the BR2_INSTALL_LIBSTDCPP configuration option to copy the C++ standard library to the target. Suggested by Lionel Landwerlin <lionel.landwerlin@openwide.fr>. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>