aboutsummaryrefslogtreecommitdiffstats
path: root/meta/packages
AgeCommit message (Collapse)Author
2010-06-23qemu: fix sloppy mergeJoshua Lock
Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-06-23qemu: Work around the crash seen on Ubuntu.Jeff Dike
Due to different stack contents in sdl_display_init on Ubuntu vs other distros, an uninitialized structure is causing a crash. Zeroing the structure makes the behavior uniform across distros, avoiding the Ubuntu crash, but doesn't fix the underlying bugs, notably: the return value of SDL_GetWMInfo needs to be checked, as it's currently failing silently the underlying reason for the failure of SDL_GetWMInfo needs to be found - there is a GetWMINfo method in the internal SDL structure which is NULL, and the reason for this needs to be found. Signed-off-by: Jeff Dike <jdike@linux.intel.com>
2010-06-23linux-omap: fix build failure with gcc-4.3.3Dexuan Cui
Pull time.h patch from upstream Linux kernel (commit 38332cb98772f5ea757e6486bed7ed0381cb5f98) The patch fixes the following build failure: LD .tmp_vmlinux1 kernel/built-in.o: In function `timespec_add_ns': undefined reference to `__aeabi_uldivmod' kernel/built-in.o: In function `do_gettimeofday': undefined reference to `__aeabi_uldivmod' undefined reference to `__aeabi_uldivmod' kernel/built-in.o: In function `timespec_add_ns': undefined reference to `__aeabi_uldivmod' undefined reference to `__aeabi_uldivmod' kernel/built-in.o: more undefined references to `__aeabi_uldivmod' Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2010-06-18linux-libc-headers: delete include/scsi/scsi.h, it's not for userspaceJoshua Lock
include/scsi/scsi.h is not userland parsable and research indicates this is because the header should not be exposed to userspace. Therefore remove it in the install. Research done by Tom Rini <tom_rini@mentor.com> in OE commit 91d3d92a626da89dfe13d63e68a90dbafdbaef1d This has been the case since kernel 2.6.31 Bump glibc and uclibc PR's so that users have sane <scsi/scsi.h> Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-06-17linux-libc-headers: Remove ioctls for deleted driverDike, Jeffrey G
2.6.33 removed the Hayes ESP driver. The presence of these ioctls makes setserial believe that ESP support should be built in, breaking its build. Signed-off-by: Jeff Dike <jdike@linux.intel.com>
2010-06-17qemu: Fix linking of the native package on Fedora 13Joshua Lock
Fedora 13 switched the default behaviour of the linker to no longer indirectly link to required libraries (i.e. dependencies of a library already linked to). Therefore we need to explicitly pass the depended on libraries into the linker for building to work on Fedora 13. Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-06-11xserver-kdrive: Disable dolt to fix build failuresRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-06-11gnome-keyring: Add missing DEPENDS on gconfRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-06-11task-poky-tools: Disable kexec for powerpcRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-06-11gypsy: Fix broken SRC_URIScott Garman
Signed-off-by: Scott Garman <scott.a.garman@intel.com> Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-06-11icu-native: LD_LIBRARY_PATH is requiredKevin Tian
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>
2010-06-10js: Fix mips build and other architecture inconsistencyRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-06-10icu: Fix LD_LIBRARY_PATH corruption causing build failuresRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-06-10opkg: ensure the data directory is createdJoshua Lock
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>
2010-06-10qemu-nativesdk: Make sure the compiler prefix is set fixing cross sdk buildsRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-06-10qemu-helper-nativesdk: Fix after file:// url handling changesRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-06-10linux-2.6.33.2: Ensure enable QEMU network drivers for qemux86Joshua Lock
Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-06-09poky-image-sato-cd: This has been replaced by the -live imageRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-06-09xserver-kdrive-xomap: Bandaid for configure issues and modern autotoolsRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-06-09gcc-4.3.3: Drop unused patchesRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-06-09udev: bump PR after cache fixesJoshua Lock
Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-06-09Fix the boot process udev warningYu Ke
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>
2010-06-09pciutils: Stop build breakage if HOST is set in the environmentRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-06-09curl: Fix configure issue on mipsRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-06-09linux: bump PR of linux-2.6.3243.2 after the fix for RTCJoshua Lock
Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-06-09busybox: bump the PR after the syslog fixJoshua Lock
Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-06-09Fix the syslog starting failureZhai Edwin
Should use "-Cxx" instead of "-C xx" as command line for syslog in busybox Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
2010-06-09Fix the issue of /dev/misc/rtc missing from hwclock.shZhai Edwin
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>
2010-06-09m4: Drop broken custom do_configure which stops site cache taking effect ↵Richard Purdie
(amongst other issues) and drop duplicate PR setting Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-06-08gcc: Drop 4.2.3 as its unusedRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-06-08gcc-runtime: Various bug fixesRichard Purdie
* 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>
2010-06-08gcc-configure-sdk.inc: local-prefix should be in SDKPATH, not a build patchRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-06-08gcc-configure-cross.inc: local-prefix should be the target exec_prefixRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-06-08task-poky-standalone-sdk-target: Add libgcc-dev and libstdc++-dev to allow ↵Richard Purdie
compiling in meta-toolchain to work Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-06-08gcc-cross: Fix install path typo.Dongxiao Xu
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2010-06-07gcc-runtime: Make sure multiple target builds work correctlyRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-06-07syslinux: Fix native install to use the correct pathsRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-06-07Fixes for Qemu to use VGA and Touch ScreenSaul Wold
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>
2010-06-07qemu: Update to 0.12.4Jeff Dike
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>
2010-06-07e2fsprogs: Remove all mention of anything associated with uuidsJeff Dike
--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>
2010-06-07wpa-supplicant: Don't run populate-volatile.sh on the build systemJeff Dike
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>
2010-06-04busybox: Fix redirection of fd 0 in ash interactiveJoshua Lock
Backported change from the 1.16.1 ash patches. Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-06-03module-init-tools: Don't cross-build static binariesJeff Dike
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>
2010-06-03libtool-cross: Allow the compile to run else we can generate invalid ↵Richard Purdie
(unpatched) libtool files Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-06-02util-linux: bump to 2.17 based on OE recipeJoshua Lock
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>
2010-06-02e2fsprogs: add util-linux to dependsJoshua Lock
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>
2010-06-02xset: Defining DISTRO_PN_ALIAS for distro_checkNitin A Kamble
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>
2010-06-02iproute2: fix an issues with DATETIMENitin A Kamble
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>
2010-06-02libtool: Make sure ltmain.sh is always regenerated. We can't just remove it ↵Richard Purdie
since it has to be present to run configure
2010-06-02initscripts: Tweak checkroot to work with recent versions of busyboxRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>