summaryrefslogtreecommitdiff
path: root/meta/packages
AgeCommit message (Collapse)AuthorFiles
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>
2010-03-31encdev-updater: Set NATIVE_INSTALL_WORKSRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-03-31liblbxutil: Fix cross compile issuesRichard Purdie2
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-03-31python-pycurl: Fix buildingJoshua Lock1
Add python to DEPENDS and ensure the required environment variables are available at build time. Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-03-31gcc: Don't create links in base-libdirRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-03-31gcc-crosssdk: Remove bogus requireRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-03-31gcc-runtime: Add 4.2.3 versionRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-03-31gcc-crosssdk: Create common include filesRichard Purdie9
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-03-31gcc-cross.inc: Move do_compileRichard Purdie2
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-03-31gcc-cross: Use NATIVEDEPSRichard Purdie4
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-03-31gcc: Move -native dependencies into the base gcc version configuration file ↵Richard Purdie12
and create and use EXTRA_OECONF_INITIAL and EXTRA_OECONF_INTERMEDIATE variables Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-03-31gcc-cross-kernel: Remove unneeded requiresRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-03-31gcc-runtime: Move core code to the main include fileRichard Purdie3
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-03-31gcc-cross: Simplify require statementsRichard Purdie3
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-03-31gcc: Drop 4.1.2 as its unusedRichard Purdie32
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-03-31gcc: Drop 3.4.4/3.4.6 and gcc-native as all are now unusedRichard Purdie55
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-03-30gcc-csl: Drop old versionRichard Purdie16
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-03-30gcc-runtime: Handle libgcc headers correctly and set c++ include patch for ↵Richard Purdie2
packages correctly Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-03-30gcc-runtime: Fix c++ include pathRichard Purdie2
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-03-30gcc-package-cross.inc: Only stage gcc-runtime headers for gcc-crossRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-03-29gcc-runtime: Add initial recipeRichard Purdie10
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-03-29gcc-4.3.3: Add patch for issue PR35942 to fix libstdc++ build issues with ↵Richard Purdie2
certain host cross compile combinations Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-03-26createrepo: Fix dependencies, yum at runtime and libxml2 at buildJoshua Lock1
Signed-off-by: Joshua Lock <josh@linux.intel.com>