summaryrefslogtreecommitdiff
path: root/meta/packages
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* linux-igep2: update to latest stable version 2.6.28-3Enric Balletbo i Serra2010-04-074-69/+34
| | | | Signed-off-by: Enric Balletbo i Serra <eballetbo@iseebcn.com>
* psuedo: We don't use lib64Richard Purdie2010-04-062-2/+11
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* psuedo: Add missing install functionRichard Purdie2010-04-011-0/+4
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* gcc-cross-initial/gcc-cross-intermediate: Add missing EXTRA_OECONF variablesRichard Purdie2010-03-313-0/+4
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* python-pycurl: Set NATIVE_INSTALL_WORKSRichard Purdie2010-03-311-0/+2
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* encdev-updater: Set NATIVE_INSTALL_WORKSRichard Purdie2010-03-311-0/+1
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* liblbxutil: Fix cross compile issuesRichard Purdie2010-03-312-2/+65
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* python-pycurl: Fix buildingJoshua Lock2010-03-311-1/+3
| | | | | | | Add python to DEPENDS and ensure the required environment variables are available at build time. Signed-off-by: Joshua Lock <josh@linux.intel.com>
* gcc: Don't create links in base-libdirRichard Purdie2010-03-311-1/+0
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* gcc-crosssdk: Remove bogus requireRichard Purdie2010-03-311-1/+0
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* gcc-runtime: Add 4.2.3 versionRichard Purdie2010-03-311-0/+10
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* gcc-crosssdk: Create common include filesRichard Purdie2010-03-319-62/+37
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* gcc-cross.inc: Move do_compileRichard Purdie2010-03-312-4/+5
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* gcc-cross: Use NATIVEDEPSRichard Purdie2010-03-314-5/+3
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* gcc: Move -native dependencies into the base gcc version configuration file ↵Richard Purdie2010-03-3112-25/+13
| | | | | | and create and use EXTRA_OECONF_INITIAL and EXTRA_OECONF_INTERMEDIATE variables Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* gcc-cross-kernel: Remove unneeded requiresRichard Purdie2010-03-311-2/+0
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* gcc-runtime: Move core code to the main include fileRichard Purdie2010-03-313-49/+47
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* gcc-cross: Simplify require statementsRichard Purdie2010-03-313-4/+3
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* gcc: Drop 4.1.2 as its unusedRichard Purdie2010-03-3132-4535/+0
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* gcc: Drop 3.4.4/3.4.6 and gcc-native as all are now unusedRichard Purdie2010-03-3155-12460/+0
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* gcc-csl: Drop old versionRichard Purdie2010-03-3016-190/+7
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* gcc-runtime: Handle libgcc headers correctly and set c++ include patch for ↵Richard Purdie2010-03-302-3/+3
| | | | | | packages correctly Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* gcc-runtime: Fix c++ include pathRichard Purdie2010-03-302-2/+2
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* gcc-package-cross.inc: Only stage gcc-runtime headers for gcc-crossRichard Purdie2010-03-301-4/+6
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* gcc-runtime: Add initial recipeRichard Purdie2010-03-2910-115/+142
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* gcc-4.3.3: Add patch for issue PR35942 to fix libstdc++ build issues with ↵Richard Purdie2010-03-292-0/+39
| | | | | | certain host cross compile combinations Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* createrepo: Fix dependencies, yum at runtime and libxml2 at buildJoshua Lock2010-03-261-2/+3
| | | | Signed-off-by: Joshua Lock <josh@linux.intel.com>
* python-urlgrabber: Update to 3.9.1 with extra patches from FedoraJoshua Lock2010-03-266-12/+202
| | | | | | | Add a couple of extra patches from Fedora to make the latest createrepo package work. Signed-off-by: Joshua Lock <josh@linux.intel.com>
* python-native: Fix DEPENDS by adding sqlite3Joshua Lock2010-03-261-2/+2
| | | | Signed-off-by: Joshua Lock <josh@linux.intel.com>
* pyton-pycurl: Add new recipe from OE.devJoshua Lock2010-03-262-0/+37
| | | | | | | Add python-pycurl_7.19.0 from OE.dev with some tweaks to enable a native version. This package is a dependancy of newer Yum Signed-off-by: Joshua Lock <josh@linux.intel.com>
* curl: Bump to 7.20Joshua Lock2010-03-262-10/+10
| | | | | | Newer libcurl is needed by newer pycurl which is needed by newer yum Signed-off-by: Joshua Lock <josh@linux.intel.com>
* yum: Fix installation of python modulesJoshua Lock2010-03-262-15/+17
| | | | Signed-off-by: Joshua Lock <josh@linux.intel.com>
* fakechroot: Fix patch applicationJoshua Lock2010-03-261-3/+3
| | | | | | We listed the Debian patch but never actually asked BitBake to apply it. Signed-off-by: Joshua Lock <josh@linux.intel.com>
* parted: Add BBCLASSEXTEND nativeRichard Purdie2010-03-251-1/+3
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* syslinux: Convert to BBCLASSEXTEND, clean up recipe and staging functionRichard Purdie2010-03-252-43/+13
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* poky-image-minimal-directdisk: Add directdisk image exampleRichard Purdie2010-03-251-0/+16
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* encdev-native: Convert to BBCLASSEXTENDRichard Purdie2010-03-234-6/+2
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* yum: Update yum and createrepo to latest versionJoshua Lock2010-03-235-63/+34
| | | | | | | Also switch Yum to using BBCLASSEXTEND rather than having separate native and host recipes. Signed-off-by: Joshua Lock <josh@linux.intel.com>
* linux-nokia800_2.6.21: Remove legacy staging functionJoshua Lock2010-03-232-6/+7
| | | | | | | The recently added kernels for the N800 include legacy staging functions, update them to follow the new world order. Signed-off-by: Joshua Lock <josh@linux.intel.com>
* u-boot: remove legacy stagingJoshua Lock2010-03-231-3/+3
| | | | | | A recent commit seems to have introduced a legacy staging function, remove it Signed-off-by: Joshua Lock <josh@linux.intel.com>
* fakechroot: Update to 2.9 and add a patch from DebianJoshua Lock2010-03-232-16/+11
| | | | | | | | This update includes a refresh of our existing readlink patch and a (trimmed) copy of the patch Debian are shipping in their package which includes unreleased fixes from SVN for building against more recent glibc. Signed-off-by: Joshua Lock <josh@linux.intel.com>