summaryrefslogtreecommitdiffstats
path: root/meta/packages
Commit message (Collapse)AuthorAgeFilesLines
* xserver-kdrive: Disable dolt to fix build failuresRichard Purdie2010-06-112-2/+15
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* gnome-keyring: Add missing DEPENDS on gconfRichard Purdie2010-06-111-1/+1
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* task-poky-tools: Disable kexec for powerpcRichard Purdie2010-06-111-1/+2
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* gypsy: Fix broken SRC_URIScott Garman2010-06-111-1/+1
| | | | | Signed-off-by: Scott Garman <scott.a.garman@intel.com> Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* icu-native: LD_LIBRARY_PATH is requiredKevin Tian2010-06-111-2/+5
| | | | | | | | Back to commit ea45876d7ba3d4d2b132fd38a2c40834a2385f34, LD_LIBRARY_PATH is disable for cross-build, however it's required for native version. So force noldlibpath.patch for non-native case only Signed-off-by Kevin Tian <kevin.tian@intel.com>
* js: Fix mips build and other architecture inconsistencyRichard Purdie2010-06-102-1/+27
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* icu: Fix LD_LIBRARY_PATH corruption causing build failuresRichard Purdie2010-06-103-1/+49
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* opkg: ensure the data directory is createdJoshua Lock2010-06-101-2/+7
| | | | | | | We need to ensure the data directory (/usr/lib/opkg) is created and shipped in the package as it's used by opkg to create a lock file. Signed-off-by: Joshua Lock <josh@linux.intel.com>
* qemu-nativesdk: Make sure the compiler prefix is set fixing cross sdk buildsRichard Purdie2010-06-101-2/+2
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* qemu-helper-nativesdk: Fix after file:// url handling changesRichard Purdie2010-06-101-1/+1
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* linux-2.6.33.2: Ensure enable QEMU network drivers for qemux86Joshua Lock2010-06-102-79/+87
| | | | Signed-off-by: Joshua Lock <josh@linux.intel.com>
* poky-image-sato-cd: This has been replaced by the -live imageRichard Purdie2010-06-091-13/+0
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* xserver-kdrive-xomap: Bandaid for configure issues and modern autotoolsRichard Purdie2010-06-092-0/+16
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* gcc-4.3.3: Drop unused patchesRichard Purdie2010-06-0981-588146/+0
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* udev: bump PR after cache fixesJoshua Lock2010-06-095-5/+5
| | | | Signed-off-by: Joshua Lock <josh@linux.intel.com>
* Fix the boot process udev warningYu Ke2010-06-0911-11/+36
| | | | | | | | | | | Phenomena: there is udev warning in boot process tar: can't open '/etc/dev.tar': Read-only file system The reason is that the init script /etc/rcS.d/S04udev will try to tar the /dev as cache to speed up udev at next boot time. Unfortunately, S04udev is too early and the filesystem is not writable yet. To fix it, this patch split the cache action to another init script, and register it as /etc/rcS.d/S36, which is after the S35mountall, and the filesystem is already writable. Signed-off-by: Yu Ke <ke.yu@intel.com>
* pciutils: Stop build breakage if HOST is set in the environmentRichard Purdie2010-06-091-0/+3
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* curl: Fix configure issue on mipsRichard Purdie2010-06-092-1/+76
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* linux: bump PR of linux-2.6.3243.2 after the fix for RTCJoshua Lock2010-06-091-1/+1
| | | | Signed-off-by: Joshua Lock <josh@linux.intel.com>
* busybox: bump the PR after the syslog fixJoshua Lock2010-06-091-1/+1
| | | | Signed-off-by: Joshua Lock <josh@linux.intel.com>
* Fix the syslog starting failureZhai Edwin2010-06-091-1/+1
| | | | | | Should use "-Cxx" instead of "-C xx" as command line for syslog in busybox Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
* Fix the issue of /dev/misc/rtc missing from hwclock.shZhai Edwin2010-06-091-2/+1
| | | | | | Build RTC driver into kernel by default on qemux86 to avoid missing of /dev/misc/rtc Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
* m4: Drop broken custom do_configure which stops site cache taking effect ↵Richard Purdie2010-06-091-6/+0
| | | | | | (amongst other issues) and drop duplicate PR setting Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* gcc: Drop 4.2.3 as its unusedRichard Purdie2010-06-0880-8033/+0
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* gcc-runtime: Various bug fixesRichard Purdie2010-06-087-21/+29
| | | | | | | | * Use the -nostdinc++ to CXX fixing libstdc++ * Generate libgcc in gcc-cross, save the result and use in gcc-runtime * Fix the layout of the crt*.o files so the SDK compiler can find them Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* gcc-configure-sdk.inc: local-prefix should be in SDKPATH, not a build patchRichard Purdie2010-06-081-1/+1
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* gcc-configure-cross.inc: local-prefix should be the target exec_prefixRichard Purdie2010-06-081-1/+1
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* task-poky-standalone-sdk-target: Add libgcc-dev and libstdc++-dev to allow ↵Richard Purdie2010-06-081-1/+3
| | | | | | compiling in meta-toolchain to work Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* gcc-cross: Fix install path typo.Dongxiao Xu2010-06-081-1/+1
| | | | Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
* gcc-runtime: Make sure multiple target builds work correctlyRichard Purdie2010-06-072-4/+4
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* syslinux: Fix native install to use the correct pathsRichard Purdie2010-06-071-1/+6
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* Fixes for Qemu to use VGA and Touch ScreenSaul Wold2010-06-072-4/+20
| | | | | | | Added usb tablet options to poky-qemu-internal script, and adjusted the xorg.conf script for x86 to use VGA screen and tablet input device Signed-off-by: Saul Wold <saul.wold@intel.com>
* qemu: Update to 0.12.4Jeff Dike2010-06-0710-133/+121
| | | | | | | | | | | | | | | Renamed the recipe to 0.12.4. Moved the patches directory to qemu-0.12.4 - when it was named qemu-0.12, bitbake silently ignored the patches, and only failed when it came time to apply them. Added a FILESDIR to the git recipe and changed its PV to 0.12.4 so it can use the same patches as the normal recipe for now. Removed the series file - it wasn't needed. Signed-off-by: Jeff Dike <jdike@linux.intel.com>
* e2fsprogs: Remove all mention of anything associated with uuidsJeff Dike2010-06-071-5/+3
| | | | | | | | | | | | | --disable-libuuid is added to the configure command line. This has the effect of disabling the compilation of uuidgen and libuuid.so. These two are specified as making up their own packages, which turn out to be empty, and thus aren't created in the first place. The error which manifests itself is at the final creation of the rootfs when the global package depends on the e2fsprogs-uuidgen and libuuid, which turn out not to exist, because they weren't created. Signed-off-by: Jeff Dike <jdike@linux.intel.com>
* wpa-supplicant: Don't run populate-volatile.sh on the build systemJeff Dike2010-06-072-3/+3
| | | | | | | | Move the populate-volatile.sh call to below the offline check. Otherwise, it will try to run during the build, on a system which likely doesn't have populate-volatile.sh. Signed-off-by: Jeff Dike <jdike@linux.intel.com>
* busybox: Fix redirection of fd 0 in ash interactiveJoshua Lock2010-06-042-9/+31
| | | | | | Backported change from the 1.16.1 ash patches. Signed-off-by: Joshua Lock <josh@linux.intel.com>
* module-init-tools: Don't cross-build static binariesJeff Dike2010-06-032-1/+30
| | | | | | | When building the native version, I get errors from ld complaining about not being able to find a static libc. Signed-off-by: Jeff Dike <jdike@linux.intel.com>
* libtool-cross: Allow the compile to run else we can generate invalid ↵Richard Purdie2010-06-031-7/+1
| | | | | | (unpatched) libtool files Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* util-linux: bump to 2.17 based on OE recipeJoshua Lock2010-06-027-77/+171
| | | | | | | Needed to increase version to one which includes libuuid and change do_install for building a native version. Signed-off-by: Joshua Lock <josh@linux.intel.com>
* e2fsprogs: add util-linux to dependsJoshua Lock2010-06-022-6/+4
| | | | | | | | | e2fsprogs requires libuuid to build and we have disabled its built in version in favour of the one in util-linux, therefore we need util-linux in the DEPENDS Drop old configure option --enable-dynamic-e2fsck Signed-off-by: Joshua Lock <josh@linux.intel.com>
* xset: Defining DISTRO_PN_ALIAS for distro_checkNitin A Kamble2010-06-021-0/+1
| | | | | | | This recipe has different names in the different distros. So defining these aliases for the distro_check task use. Signed-Off-By: Nitin A Kamble <nitin.a.kamble@intel.com>
* iproute2: fix an issues with DATETIMENitin A Kamble2010-06-022-4/+4
| | | | | | | | The DATE variable in this bb files was distrubing the DATETIME variable used by the distro_check task. Renamed the DATE variable to SRCDATE Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
* libtool: Make sure ltmain.sh is always regenerated. We can't just remove it ↵Richard Purdie2010-06-025-23/+13
| | | | since it has to be present to run configure
* initscripts: Tweak checkroot to work with recent versions of busyboxRichard Purdie2010-06-022-3/+3
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* e2fsprogs: Upgrade 1.41.5 -> 1.45.12Richard Purdie2010-06-015-131/+95
| | | | | | | | | | * The no-hardlinks patch is no longer required * There was an autoconf macro issue which required a new patch (details in patch) * libuuid was disabled, this should be provided by util-linux on modern systems * Not providing libuuid is useful for the -native tools as it stops library symbol confusion with those from the host system. Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* gcc-configure-runtime: Make sure the sysroot is configuredRichard Purdie2010-06-011-1/+3
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* dropbear: don't apply no-password patchJoshua Lock2010-06-012-6/+6
| | | | | | | The patch.bbclass changes default to applying listed patches without an apply/patch parameter. Set the apply parameter to no. Signed-off-by: Joshua Lock <josh@linux.intel.com>
* busybox: disable mdev, we use udevJoshua Lock2010-06-015-199/+174
| | | | | | | The import from OE had included some mdev configuration, whereas Poky switched to udev and a static (tarred) dev some time ago. Signed-off-by: Joshua Lock <josh@linux.intel.com>
* pm-utils: Upgrade to 1.3.0 and fix SRC_URI not to point at SCM generated ↵Richard Purdie2010-06-011-3/+1
| | | | | | tarballs Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* eds-dbus: Disable parallel makeRichard Purdie2010-06-011-1/+5
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>