- Apr 08, 2010
-
-
Will Wagner authored
[Peter: remove version from Config.in help] Signed-off-by:
Will Wagner <will_wagner@carallon.com> Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Will Wagner authored
[Peter: remove version from Config.in help] Signed-off-by:
Will Wagner <will_wagner@carallon.com> Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Will Wagner authored
Signed-off-by:
Will Wagner <will_wagner@carallon.com> Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Will Wagner authored
[Peter: remove version from Config.in help] Signed-off-by:
Will Wagner <will_wagner@carallon.com> Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Will Wagner authored
[Peter: remove version from Config.in help] Signed-off-by:
Will Wagner <will_wagner@carallon.com> Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Will Wagner authored
[Peter: remove version from Config.in help] Signed-off-by:
Will Wagner <will_wagner@carallon.com> Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Will Wagner authored
[Peter: remove version from Config.in help] Signed-off-by:
Will Wagner <will_wagner@carallon.com> Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Will Wagner authored
[Peter: remove version from Config.in help] Signed-off-by:
Will Wagner <will_wagner@carallon.com> Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Will Wagner authored
Signed-off-by:
Will Wagner <will_wagner@carallon.com> Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Will Wagner authored
Signed-off-by:
Will Wagner <will_wagner@carallon.com> Acked-by:
Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Will Wagner authored
Signed-off-by:
Will Wagner <will_wagner@carallon.com> Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Will Wagner authored
Note this version requires a recent kernel with KMS support as it is currently configured Signed-off-by:
Will Wagner <will_wagner@carallon.com> Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Will Wagner authored
Signed-off-by:
Will Wagner <will_wagner@carallon.com> Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Gustavo Zacarias authored
Closes #1513 Signed-off-by:
Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
git://git.busybox.net/~tpetazzoni/git/buildrootPeter Korsgaard authored
Fix merge conflicts in CHANGES
-
Josh.Wu authored
[Peter: add header to patch, fix file permissions] Signed-off-by:
Josh.Wu <josh.wu@atmel.com> Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Paulius Zaleckas authored
Libtool patch applies just fine. mbdesktop_modules is installed by the matchbox-desktop and we don't have to overwrite it with our copy(contains wrong paths). Signed-off-by:
Paulius Zaleckas <paulius.zaleckas@gmail.com> Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
- Apr 07, 2010
-
-
Yann E. MORIN authored
The toolchains built with buildroot use specially crafted paths for their sysroot and prefix. Fix that by asking gcc where it finds a file we know by relative path to the sysroot. This has the side effect of greatly simplifying the sysroot detection in every cases tested so far (BR toolchains, CT-NG toolchains, and CodeSourcery toolchains). Fixes bug #851. Thanks Thomas Petazzoni for the hint and some testings. Thanks Grant Edwards for the report and the comments. Signed-off-by:
Yann E. MORIN <yann.morin.1998@anciens.enib.fr> Acked-by:
Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Peter Korsgaard authored
The last hunk was in a KERNEL ifdef, so not needed. Fixes udev scsi-id build. Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
- Apr 06, 2010
-
-
Thomas Petazzoni authored
usb_modeswitch build system is just a simple Makefile, so the GENTARGETS infrastructure is more appropriate than the AUTOTARGETS infrastructure. The build system is slightly fixed through a small patch, that replaces the previous "nostrip" patch. The latest version of usb_modeswitch is 1.1.1, but it now relies on udev and requires TCL to operate. Someone actually using usb_modeswitch would probably be at a better place to do this version bump. Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-
Mike Crowe authored
Upgrade libusb to v1.0.3 and add new libusb-compat package for compatibility with old packages that expect the pre-1.0 API. Also update usb_modeswitch to depend on libusb-compat rather than libusb. Minor fixes by Thomas Petazzoni <thomas.petazzoni@free-electrons.com>. Fixes bug #1093. Signed-off-by:
Mike Crowe <mac@mcrowe.com>
-
Peter Korsgaard authored
Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Peter Korsgaard authored
Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Alexander Clouter authored
Closes #1489 Signed-off-by:
Alexander Clouter <alex@digriz.org.uk> Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
- Apr 05, 2010
-
-
Peter Korsgaard authored
Shared libgcc without shared libs doesn't make much sense. Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Peter Korsgaard authored
Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Peter Korsgaard authored
Build static version if requested in BR config. Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Peter Korsgaard authored
Enable susv3/susv4 legacy support for now, as a lot of packages (E.G. busybox) breaks with the stricter interpretation in 0.9.31. Also slightly tweak uclibc.mk as the "new" linuxthreads symbol changed. Test built on x86/x86-64/ppc/arm/mips. Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Peter Korsgaard authored
Strangely enough O is still passed to submakes with MAKEOVERRIDES (with make 3.81 atleast), the only thing that changes is the output of the origin function (command line -> environment). Unfortunately some packages don't look at origin (E.G. uClibc 0.9.31+) To really make O go away, we have to override it. Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
- Apr 03, 2010
-
-
Will Wagner authored
Signed-off-by:
Will Wagner <will_wagner@carallon.com> Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Johan Thelin authored
Closes #817 + #1189 Signed-off-by:
Johan Thelin <johan@thelins.se> Signed-off-by:
Grant Edwards <grant.b.edwards@gmail.com> Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Paul Jones authored
Also adds proper dependency information to stop build errors. Signed-off-by:
Paul Jones <paul@pauljones.id.au> Acked-By:
Will <Wagner<willw@carallon.com> Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Will Wagner authored
Closes #1219 Signed-off-by:
Will Wagner <will_wagner@carallon.com> Acked-by:
Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
H Hartley Sweeten authored
Now that the kernel-headers are bumped, also bump the linux targets to match. Signed-off-by:
H Hartley Sweeten <hsweeten@visionengravers.com> Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
- Apr 02, 2010
-
-
Frederik Vannoote authored
qt 4.6.x has a number of new configure options, and needs a patch to work on uClibc. Signed-off-by:
Frederik Vannoote <frederik.vannoote@barco.com> Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Paulius Zaleckas authored
Signed-off-by:
Paulius Zaleckas <paulius.zaleckas@gmail.com> Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Paulius Zaleckas authored
It is not included in generic skeleton and very unlikely that someone will use it on embedded devices. AFAIK even Fedora does not include it in fstab. Signed-off-by:
Paulius Zaleckas <paulius.zaleckas@gmail.com> Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Peter Korsgaard authored
Closes #1369 Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Peter Korsgaard authored
Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Peter Korsgaard authored
Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-