summaryrefslogtreecommitdiffstats
path: root/meta/packages
Commit message (Collapse)AuthorAgeFilesLines
...
* 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>
* qemu: add some extra ldflags to make it link succesfullyJoshua Lock2010-05-281-1/+1
| | | | | | | | | | | | qemu-native was failing to link on my 64bit Fedora 13 machine with this error: | /usr/bin/ld: libqemu.a(helper_opengl.o): undefined reference to symbol 'dlsym@@GLIBC_2.2.5' | /usr/bin/ld: note: 'dlsym@@GLIBC_2.2.5' is defined in DSO /lib64/libdl.so.2 so try adding it to the linker command line | /lib64/libdl.so.2: could not read symbols: Invalid operation So I did as the linker told me and added -ldl to the linker flags Signed-off-by: Joshua Lock <josh@linux.intel.com>
* qemu: reduce duplication, use an inc file and share common patchesJoshua Lock2010-05-2817-34644/+46
| | | | | | | | | | | | There's no need to carry around two copies of the same patches for qemu-git and qemu-0.12 so drop the qemu-git directory and update the git recipe to use the qemu-0.12 directory for patches. Move common code from the two recipes to an inc file. Signed-off-by: Joshua Lock <josh@linux.intel.com> fweh
* qemu: Update the static recipe to 0.12.0Jeff Dike2010-05-2735-1987/+34604
| | | | Signed-off-by: Jeff Dike <jdike@linux.intel.com>
* qemu: updated the glflags patch, which is needed by qemusdk.Jeff Dike2010-05-272-9/+9
| | | | Signed-off-by: Jeff Dike <jdike@linux.intel.com>
* qemu: Updated to 0.12.0Jeff Dike2010-05-269-513/+290
| | | | | Updated the metadata in the recipe, changed the git revision in poky-default-revisions.inc, and pulled the qemu patches forward.
* strace: bump from 4.15.18 to 4.15.20Joshua Lock2010-05-254-91/+9
| | | | | | The old version didn't build with the older linux-libc-headers Signed-off-by: Joshua Lock <josh@linux.intel.com>
* busybox: bump to 1.15.3 from OEJoshua Lock2010-05-2524-392/+619
| | | | | | Import the 1.15.3 recipe from OpenEmbedded and tweak to match Poky style Signed-off-by: Joshua Lock <josh@linux.intel.com>
* Update directdisk images to use common inc filesJoshua Lock2010-05-243-18/+12
| | | | Signed-off-by: Joshua Lock <josh@linux.intel.com>
* eggdbus: Disable PARALLEL_MAKEScott Garman2010-05-241-0/+2
| | | | | | * Fixes eggdbusenumtypes.h gen/use errors Signed-off-by: Scott Garman <sgarman@zenlinux.com>
* xserver-kdrive-glamo: Fix broken SRC_URIScott Garman2010-05-241-2/+2
| | | | Signed-off-by: Scott Garman <sgarman@zenlinux.com>
* linux-libc-headers: add 2.6.33 headersJoshua Lock2010-05-201-0/+45
| | | | | | | Add kernel headers to match our preferred/default kernel version and set them as the preferred version for the Poky and Moblin distributions. Signed-off-by: Joshua Lock <josh@linux.intel.com>
* linux: Bump to 2.6.33.2Joshua Lock2010-05-196-1/+1
| | | | | | | Use the same kernel version as the moblin distro so that we provide a similar kernel for all QEMU machines and the netbook machine. Signed-off-by: Joshua Lock <josh@linux.intel.com>
* Move all QEMU machines to use a common kernel recipe set and versionJoshua Lock2010-05-186-3/+3663
| | | | | | | | | | | The different kernel recipes encapsulate functionality groups for machines, therefore it makes sense to have all the QEMU machines using the same kernel recipe. Switch the QEMU machines to default to the "linux" recipes for their kernel and bump the latest recipe from linux-2.6.32 to 2.6.33. Signed-off-by: Joshua Lock <josh@linux.intel.com>
* Add recipe for X vesa driver packageNitin A Kamble2010-05-171-0/+9
| | | | Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
* Merge branch 'nitin/lic1' of ssh://git.pokylinux.org/poky-contribRichard Purdie2010-05-141-0/+2
|\
| * License Change checking:Nitin A Kamble2010-05-111-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added a new variable in recipe : LIC_FILES_CHKSUM It is a required field for every recipe. It describes license text location in the source files. And also stores md5sum of that license text. Any change in this license text triggers build error. Which enables developer to review any changes in the license and update the license fields in the recipe accordingly. For Example: contents of zlib_1.2.3.bb LICENSE = "zlib" LIC_FILES_CHKSUM = "file://README;md5=ae764cfda68da96df20af9fbf9fe49bd \ file://zlib.h;beginline=1;endline=30;md5=6ab03f03a5ee92d06b809797d4d5586d " Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
* | linux: Ensure we have buildable kernel recipes for each machineJoshua Lock2010-05-1310-13/+83
| | | | | | | | | | | | | | | | | | | | | | | | Fix various kernels to build with our toolchain, this includes well known fixes for: * sumversion.c: compilation failing with a 'PATH_MAX' undeclared (fixed by adding limits.h to sumversions includes * a patch taken from oe.dev to stop GCC >= 4.3 from optimizing a loop which causes compilation to fail * Fixing the KERNEL_OUTPUT for mx31 and nokia800 kernel recipes Signed-off-by: Joshua Lock <josh@linux.intel.com>
* | mtd-utils: Fix mtd-utils-native do_install task to install binaries into the ↵Richard Purdie2010-05-121-1/+1
|/ | | | | | correct place rather than using hardcoded paths Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* openssl: Fix build of openssl-native on x86_64 with recent binutilsJoshua Lock2010-05-072-1/+49
| | | | | | | Apply a patch from upstream that fixes the build, patch should be able to be dropped when we update openssl version. Signed-off-by: Joshua Lock <josh@linux.intel.com>
* xf86-input-vmmouse: bump version to 12.6.6Joshua Lock2010-05-061-0/+0
| | | | | | | There was a bug in 12.6.5 whereby it was depending on symbols no longer available in the X server. Signed-off-by: Joshua Lock <josh@linux.intel.com>
* pax-utils: Sync with OE.dev fixing native versionRichard Purdie2010-05-061-3/+8
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* Fix build problem with GCC-4.3.3 on PowerPCGary Thomas2010-05-061-0/+4
| | | | Signed-off-by: Gary Thomas <gary@mlbassoc.com>
* unifdef-native: Fix staging reference in do_install (noticed from OE.dev)Richard Purdie2010-05-061-0/+1
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* unifdef-native: Fix staging reference in do_install (noticed from OE.dev)Richard Purdie2010-05-061-1/+1
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* Remove meta-cross-linkage recipe, we no longer have a cross directoryJoshua Lock2010-04-301-33/+0
| | | | Signed-off-by: Joshua Lock <josh@linux.intel.com>
* Fix references to CROSS_DIR now that it has been removedJoshua Lock2010-04-2810-30/+30
| | | | | | | CROSS_DIR is no longer removed so fix up classes, packages and documentation which refer to it. Signed-off-by: Joshua Lock <josh@linux.intel.com>
* Install cross-packages into the native sysrootJoshua Lock2010-04-274-5/+5
| | | | | | | | | | | Cross is no longer required so can go away, we now install cross packages into the native sysroot and use them from there. This patch includes updates to classes and some recipes which reference CROSS_DIR. Others still need fixing an image can be built and run with this patch applied. Signed-off-by: Joshua Lock <josh@linux.intel.com>
* gcc: Fix packaging of cross for PPCJoshua Lock2010-04-271-0/+3
| | | | Signed-off-by: Joshua Lock <josh@linux.intel.com>
* autotools: deprecate autotools_stage classJoshua Lock2010-04-27162-162/+162
| | | | | | | | | Move the functionality into autotools and ensure all our Poky recipes are no longer using it. Keep the autools_stage class around for OE compatability but just have it inherit autools. Signed-off-by: Joshua Lock <josh@linux.intel.com>
* polkit: fix DEPENDS, requires intltoolJoshua Lock2010-04-271-3/+3
| | | | Signed-off-by: Joshua Lock <josh@linux.intel.com>
* poky-image-sato-directdisk: directdisk variant of Sato imageJoshua Lock2010-04-271-0/+14
| | | | | | New recipe to create a directdisk Sato disk image. Signed-off-by: Joshua Lock <josh@linux.intel.com>
* pixman: explicitly disable Gtk+ testsJoshua Lock2010-04-271-0/+4
| | | | Signed-off-by: Joshua Lock <josh@linux.intel.com>
* qemu_git: Ensure we have the required dependencies for a native buildJoshua Lock2010-04-151-1/+18
| | | | | | | | qemu-native requires a libGL and the SDL development headers to build with our GL "emulation". This patch adds a check before configure for the native package to ensure that the sdl.pc file and GL so files exist and bombs out otherwise. Signed-off-by: Joshua Lock <josh@linux.intel.com>
* gpgme: STAGING_DIR_HOST != STAGING_DIR/HOST_SYS and this causes subtle cross ↵Richard Purdie2010-04-121-2/+2
| | | | | | contamination between certain machines. Fix. Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* igep0020: Rename files for IGEP v2 boards, prepare for support Hw rev. B and ↵Enric Balletbo i Serra2010-04-075-1/+1
| | | | | | rev. C Signed-off-by: Enric Balletbo i Serra <eballetbo@iseebcn.com>