summaryrefslogtreecommitdiff
path: root/meta/packages
AgeCommit message (Collapse)AuthorFiles
2010-06-02xset: Defining DISTRO_PN_ALIAS for distro_checkNitin A Kamble1
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 Kamble2
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 Purdie5
since it has to be present to run configure
2010-06-02initscripts: Tweak checkroot to work with recent versions of busyboxRichard Purdie2
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-06-01e2fsprogs: Upgrade 1.41.5 -> 1.45.12Richard Purdie5
* 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>
2010-06-01gcc-configure-runtime: Make sure the sysroot is configuredRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-06-01dropbear: don't apply no-password patchJoshua Lock2
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>
2010-06-01busybox: disable mdev, we use udevJoshua Lock5
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>
2010-06-01pm-utils: Upgrade to 1.3.0 and fix SRC_URI not to point at SCM generated ↵Richard Purdie1
tarballs Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-06-01eds-dbus: Disable parallel makeRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-05-28qemu: add some extra ldflags to make it link succesfullyJoshua Lock1
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>
2010-05-28qemu: reduce duplication, use an inc file and share common patchesJoshua Lock17
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
2010-05-27qemu: Update the static recipe to 0.12.0Jeff Dike35
Signed-off-by: Jeff Dike <jdike@linux.intel.com>
2010-05-27qemu: updated the glflags patch, which is needed by qemusdk.Jeff Dike2
Signed-off-by: Jeff Dike <jdike@linux.intel.com>
2010-05-26qemu: Updated to 0.12.0Jeff Dike9
Updated the metadata in the recipe, changed the git revision in poky-default-revisions.inc, and pulled the qemu patches forward.
2010-05-25strace: bump from 4.15.18 to 4.15.20Joshua Lock4
The old version didn't build with the older linux-libc-headers Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-05-25busybox: bump to 1.15.3 from OEJoshua Lock24
Import the 1.15.3 recipe from OpenEmbedded and tweak to match Poky style Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-05-24Update directdisk images to use common inc filesJoshua Lock3
Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-05-24eggdbus: Disable PARALLEL_MAKEScott Garman1
* Fixes eggdbusenumtypes.h gen/use errors Signed-off-by: Scott Garman <sgarman@zenlinux.com>
2010-05-24xserver-kdrive-glamo: Fix broken SRC_URIScott Garman1
Signed-off-by: Scott Garman <sgarman@zenlinux.com>
2010-05-20linux-libc-headers: add 2.6.33 headersJoshua Lock1
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>
2010-05-19linux: Bump to 2.6.33.2Joshua Lock6
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>
2010-05-18Move all QEMU machines to use a common kernel recipe set and versionJoshua Lock6
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>
2010-05-17Add recipe for X vesa driver packageNitin A Kamble1
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2010-05-14Merge branch 'nitin/lic1' of ssh://git.pokylinux.org/poky-contribRichard Purdie1
2010-05-13linux: Ensure we have buildable kernel recipes for each machineJoshua Lock10
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>
2010-05-12mtd-utils: Fix mtd-utils-native do_install task to install binaries into the ↵Richard Purdie1
correct place rather than using hardcoded paths Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-05-11License Change checking:Nitin A Kamble1
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>
2010-05-07openssl: Fix build of openssl-native on x86_64 with recent binutilsJoshua Lock2
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>
2010-05-06xf86-input-vmmouse: bump version to 12.6.6Joshua Lock1
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>
2010-05-06pax-utils: Sync with OE.dev fixing native versionRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-05-06Fix build problem with GCC-4.3.3 on PowerPCGary Thomas1
Signed-off-by: Gary Thomas <gary@mlbassoc.com>
2010-05-06unifdef-native: Fix staging reference in do_install (noticed from OE.dev)Richard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-05-06unifdef-native: Fix staging reference in do_install (noticed from OE.dev)Richard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-04-30Remove meta-cross-linkage recipe, we no longer have a cross directoryJoshua Lock1
Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-04-28Fix references to CROSS_DIR now that it has been removedJoshua Lock10
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>
2010-04-27Install cross-packages into the native sysrootJoshua Lock4
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>
2010-04-27gcc: Fix packaging of cross for PPCJoshua Lock1
Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-04-27autotools: deprecate autotools_stage classJoshua Lock162
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>
2010-04-27polkit: fix DEPENDS, requires intltoolJoshua Lock1
Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-04-27poky-image-sato-directdisk: directdisk variant of Sato imageJoshua Lock1
New recipe to create a directdisk Sato disk image. Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-04-27pixman: explicitly disable Gtk+ testsJoshua Lock1
Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-04-15qemu_git: Ensure we have the required dependencies for a native buildJoshua Lock1
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>
2010-04-12gpgme: STAGING_DIR_HOST != STAGING_DIR/HOST_SYS and this causes subtle cross ↵Richard Purdie1
contamination between certain machines. Fix. Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-04-07igep0020: Rename files for IGEP v2 boards, prepare for support Hw rev. B and ↵Enric Balletbo i Serra5
rev. C Signed-off-by: Enric Balletbo i Serra <eballetbo@iseebcn.com>
2010-04-07linux-igep2: update to latest stable version 2.6.28-3Enric Balletbo i Serra4
Signed-off-by: Enric Balletbo i Serra <eballetbo@iseebcn.com>
2010-04-06psuedo: We don't use lib64Richard Purdie2
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-04-01psuedo: Add missing install functionRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-03-31gcc-cross-initial/gcc-cross-intermediate: Add missing EXTRA_OECONF variablesRichard Purdie3
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-03-31python-pycurl: Set NATIVE_INSTALL_WORKSRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>