aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/busybox
AgeCommit message (Collapse)Author
2010-11-28busybox-config.inc: Fix build when DISTRO_FEATURES lacks "largefile".Graham Gower
mipsel-oe-linux-uclibc-gcc -march=mips32 -Wp,-MD,util-linux/.fdisk.o.d -std=gnu99 -Iinclude -Ilibbb -include include/autoconf.h -D_GNU_SOURCE -DNDEBUG -D"BB_VER=KBUILD_STR(1.17.3)" -DBB_BT=AUTOCONF_TIMESTAMP -Wall -Wshadow -Wwrite-strings -Wundef -Wstrict-prototypes -Wunused -Wunused-parameter -Wunused-function -Wunused-value -Wmissing-prototypes -Wmissing-declarations -Wdeclaration-after-statement -Wold-style-definition -fno-builtin-strlen -finline-limit=0 -fomit-frame-pointer -ffunction-sections -fdata-sections -fno-guess-branch-probability -funsigned-char -static-libgcc -falign-functions=1 -falign-jumps=1 -falign-labels=1 -falign-loops=1 -Os -isystem/mnt/oe/tmp/sysroots/mipsel-oe-linux-uclibc/include -fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os -isystem/mnt/oe/tmp/sysroots/mipsel-oe-linux-uclibc/include -fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(fdisk)" -D"KBUIL D_MODNAME=KBUILD_STR(fdisk)" -c -o util-linux/fdisk.o util-linux/fdisk.c util-linux/fdisk.c: In function 'seek_sector': util-linux/fdisk.c:522:2: error: 'off64_t' undeclared (first use in this function) util-linux/fdisk.c:522:2: note: each undeclared identifier is reported only once for each function it appears in util-linux/fdisk.c:522:10: error: expected ';' before 'off' util-linux/fdisk.c:523:2: warning: implicit declaration of function 'lseek64' util-linux/fdisk.c:523:22: error: 'off' undeclared (first use in this function) util-linux/fdisk.c:519:22: warning: unused parameter 'secno' make[1]: *** [util-linux/fdisk.o] Error 1 make[1]: Leaving directory `/mnt/oe/tmp/work/mipsel-oe-linux-uclibc/busybox-1.17.3-r38.1/busybox-1.17.3' make: *** [util-linux] Error 2 make: *** Waiting for unfinished jobs.... Signed-off-by: Graham Gower <graham.gower@gmail.com> Signed-off-by: Eric Bénard <eric@eukrea.com>
2010-11-25busybox: remove 1.17.3Eric Bénard
as it's no more default for SHR Signed-off-by: Eric Bénard <eric@eukrea.com> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com> Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-11-25busybox-static: switch to 1.17.4Eric Bénard
before removing busybox-1.17.3 Signed-off-by: Eric Bénard <eric@eukrea.com> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com> Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-11-25busybox: remove 1.17.1Eric Bénard
as it's no more default for Angstrom-2010 Signed-off-by: Eric Bénard <eric@eukrea.com> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com> Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-11-25busybox: add 1.18.0 and its first fixEric Bénard
this is the latest unstable version so DP=-1 Signed-off-by: Eric Bénard <eric@eukrea.com> Acked-by: Khem Raj <raj.khem@gmail.com>
2010-11-25busybox: add 1.17.4 (latest stable version)Eric Bénard
this is the latest stable version (1.17.3 + its fixes). Signed-off-by: Eric Bénard <eric@eukrea.com> Acked-by: Khem Raj <raj.khem@gmail.com>
2010-11-25busybox 1.17.3: add latest fixesEric Bénard
from http://busybox.net/downloads/fixes-1.17.3/ : * ip route (fixed bug of misplaced argv++) * ls (-g was showing user instead of group) Signed-off-by: Eric Bénard <eric@eukrea.com> Acked-by: Khem Raj <raj.khem@gmail.com>
2010-11-02busybox: remove unused versionEric Bénard
keep the following versions : 1.2.1 (used by oplinux) 1.7.2 (used by nylon) 1.13.2 (used by angstrom, kaeilos and slugos) 1.17.1 (used by angstrom) 1.17.3 (latest one) Signed-off-by: Eric Bénard <eric@eukrea.com> Acked-by: Khem Raj <raj.khem@gmail.com>
2010-11-02busybox: 1.17.3 is stable and can be the default fallback versionEric Bénard
Signed-off-by: Eric Bénard <eric@eukrea.com> Acked-by: Khem Raj <raj.khem@gmail.com> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-11-02busybox-static: add the latest versionEric Bénard
tested using initramfs-image Signed-off-by: Eric Bénard <eric@eukrea.com> Acked-by: Khem Raj <raj.khem@gmail.com> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-11-01busybox: usb detection scriptEric Bénard
remove git version which accidently leaked in the file. increase busybox PR. Signed-off-by: Eric Bénard <eric@eukrea.com>
2010-10-31usb detection scriptEric Bénard
remove echo which should not be there Signed-off-by: Eric Bénard <eric@eukrea.com>
2010-10-30busybox: use INC_PR in consistent wayMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-10-30busybox: don't require busybox.inc twiceMartin Jansa
* busybox_1.1x.inc includes it too resulting in ERROR: busybox-linuxrc is listed in PACKAGES multiple times, this leads to packaging errors. ERROR: Please fix the metadata/report this as bug to OE bugtracker. for every subpackage (6). Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-10-30add missing script for usb detectionEric Bénard
this script is missing in commit cd7c9542bad478df9df733a6639ab3b6ef41ef72 Signed-off-by: Eric Bénard <eric@eukrea.com>
2010-10-30busybox/find-touchscreen: handle input/device caseEric Bénard
On a new configuration using 2.6.36 kernel + busybox 1.17.1 , find-toucscreen.sh fails because $MDEV is input/event0 and not event0. This patch fixes this problem by removing input/ if present in $MDEV. Signed-off-by: Eric Bénard <eric@eukrea.com>
2010-10-30busybox's mdev: add script to populate /dev/bus/usbEric Bénard
this patch allows libusb to work on kernel configured without CONFIG_USB_DEVICEFS Signed-off-by: Eric Bénard <eric@eukrea.com>
2010-10-30busybox: add 1.17.3Eric Bénard
this patch adds the 1.17.3 release of busybox and its up to date patches. Signed-off-by: Eric Bénard <eric@eukrea.com>
2010-10-30busybox-1.17.1: add fixes from upstreamEric Bénard
Signed-off-by: Eric Bénard <eric@eukrea.com>
2010-10-30busybox: factorize recipesEric Bénard
Signed-off-by: Eric Bénard <eric@eukrea.com>
2010-10-21Various fixes for cp argument portabilityChris Larson
2010-10-20busybox: add ts72xx hwclock-default file and modify hwclock.shPetr Štetiar
This patch simplifies the hwclock.sh init script and adds a possibility to fallback to default RTC device even if the device specified in HWCLOCKDEVICE doesn't exist. Signed-off-by: Petr Štetiar <ynezz@true.cz> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-10-07busybox : moved unused files to obsolete dirFrans Meulenbroeks
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-10-06busybox: add posibility to specify correct rtc device for hwclock init scriptPetr Štetiar
With this patch it's now possible to specify rtc device using HWCLOCKDEVICE variable in /etc/default/hwclock and the system time is then set using correct device and vice versa. It's wise to have such functionality, beacuse there're SBCs with more then one rtc device, for example ts72xx. Signed-off-by: Petr Štetiar <ynezz@true.cz> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-09-18busybox: Apply a paych for make3.82 and the MakefileHolger Hans Peter Freyther
Newer make do not like to mix different types of rules, take the patch from upstream master to address this.
2010-09-14busybox/mdev.conf: add net/tunEric BENARD
having tun in /dev/net/tun allows openvpn to run without any hack on the target Signed-off-by: Eric Bénard <eric@eukrea.com> Acked-by: Khem Raj <raj.khem@gmail.com>
2010-08-31various syslogs: keep syslog running as long as possible on shutdownSteffen Sledz
Signed-off-by: Steffen Sledz <sledz@dresearch.de> Acked-by: Graeme Gregory <dp@xora.org.uk>
2010-08-20busybox: Add 1.17.1, D_P = -1 for all for nowTom Rini
Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-08-20busybox 1.15.3 / 1.16.2: Drop run-parts.in.usr-bin.patchTom Rini
Along with the change I made earlier to debianutils (which wasn't matching upstream Debian wrt locations), we don't need this change and since run-parts can be used before /usr is mounted, it's not right technically. Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-08-20busybox (various): Add hwclock-default to versions to overwrite SRC_URITom Rini
Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-08-20busybox: Add and check /etc/default/hwclock for hwclock initscriptTom Rini
Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-08-15nautilus: remove old versionsFrans Meulenbroeks
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-08-15busybox 1.2, 1.3:: remove old versionsFrans Meulenbroeks
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-07-15busybox: add suport for FEATURE_INDIVIDUAL setupRoman Khimov
Where each applet is installed as a tiny binary linked against shared libbusybox. Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-07-10busybox.inc: bump PRKoen Kooi
2010-07-09busybox 1.16.2: added a defined(__nios2__)Frans Meulenbroeks
(actually as there were two entries for __s390__ hijacked one of it Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-07-09busybox_1.15.3: added a defined(__nios2__)Frans Meulenbroeks
(actually as there were two entries for __s390__ hijacked one of it Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-07-09busybox 1.14.3: added a defined(__nios2__)Frans Meulenbroeks
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-07-08busybox: picking IPv6 per default is not up to the packageBernhard Reutner-Fischer
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-07-08busybox: configure according to {MACHINE, DISTRO}_FEATURESBernhard Reutner-Fischer
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-07-01busybox_1.16.2: increase D_P for shrMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-07-01busybox 1.16.2: Fix udhcpd and udhcpc in configDirk Opfer
Starting with version 1.16.x busybox changed CONFIG_APP_UDHCPxxx into CONFIG_UDHCPCxxx. - Change defconfigs - Fix do_install_append to install the scritps if these options are set
2010-07-01busybox: 1.16.1 -> 1.16.2 (new stable)Dirk Opfer
2010-06-26busybox-1.13.2: add __nios2__ conditionalFrans Meulenbroeks
busybox fdisk has if defined(__arch__) statements. This patch adds the defined line for nios2 (__nios2__) Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-06-18busybox_1.15.3.bb: Work around the gcc 4.5 ICE on thumbKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-06-17busybox-1.11.3/busybox-1.13.2: enable backgrounding for udhcpcSteffen Sledz
* The former default behaviour was to exit with failure if lease is not immediately obtained. This results in permanent network disconnect if DHCP server is (accidentally) not available at boot time. :( * Since bb 1.14 this is no longer hardcoded and can be configured. Signed-off-by: Steffen Sledz <sledz@dresearch.de> Acked-by: Henri Bragge <henri.bragge@dcombus.com>
2010-06-10recipes: bump PR/INC_PR for packages changed in ↵Martin Jansa
RDEPENDS/RRECOMMENDS/RSUGGESTS/RPROVIDES/RCONFLICTS/RREPLACES cleanup * only 769 from 1102 recipes were covered by automatic PR bump, list of remaining 333 recipes not using PR/INC_PR is available for manual PR add or INC_PR conversion - volunteers? http://build.shr-project.org/tests/jama/files.not.PR.bumped * just echo 'PR = "r1"' to recipes without any PR/INC_PR is not so good idea without manual check, because sometimes they rely on PR set in their .inc file and "r1" could make it go backwards Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-06-04busybox-static: Switch to FILESPATHPKGTom Rini
Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-06-03recipes: conform to OE packaging guidelines with RDEPENDS/RRECOMMENDSMartin Jansa
* there is probably very few cases when it's needed without _${PN}, if you find one in attached patch, please enlighten me * usually we want those only for ${PN} not for all ${PACKAGES} ie ${PN}-dev, ${PN)-doc etc * there is a check for this in recipe-sanity.bclass * there is maybe few possible fixes also in bbclasses cpan-base.bbclass:RDEPENDS += "${@["perl", ""][(bb.data.inherits_class('native', d))]}" distutils-base.bbclass:RDEPENDS += "python-core" gtk-icon-cache.bbclass:RDEPENDS += "hicolor-icon-theme" image.bbclass:RDEPENDS += "${IMAGE_INSTALL} ${IMAGE_BOOT}" module.bbclass:RDEPENDS += "kernel (${KERNEL_VERSION}) update-modules" ?opie_i18n.bbclass: rdepends = bb.data.getVar("RDEPENDS", d, 1) ?opie_i18n.bbclass: bb.data.setVar('RDEPENDS_%s' % x[0].lower(), pn, d) ?opie_i18n.bbclass: bb.data.setVar('RDEPENDS', rdepends, d) rubyextension.bbclass:RDEPENDS += "ruby" Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Acked-by: Koen Kooi <k-kooi@ti.com>
2010-05-31busybox 1.16.1: add recipeKoen Kooi