aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2010-04-15qemu_git: Ensure we have the required dependencies for a native buildJoshua Lock
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-12relocatable.bbclass: Actually skip symlinksJoshua Lock
The previous patch to do so was badly merged and didn't actually skip all symlinks, only ones which where not an absolute path... 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 Purdie
contamination between certain machines. Fix. Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-04-08relocatable.bbclass: ignore symlinksJoshua Lock
If this links to a file created by the package install we already handle it when we process the sysroot. By ignoring symlinks here we don't cause a build to fail when the symlink is to somewhere in the host OS. Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-04-08relocatable.bbclass: Handle files which don't have read/write permissionsJoshua Lock
It's possible to have files in our sysroot which don't have the write (or in some cases even the read) bit set. Test for these and if they are not set temporarily set them so that we can chrpath the binaries. Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-04-08packaged-staging.bbclass: Remove hardcoded paths in binfiles for target packagesJoshua Lock
Amend the default PSTAGE_SCAN_CMD, as used when scanning target packages, to include binconfig scripts in the results and remove their hardcoded paths. Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-04-07igep0020: Rename files for IGEP v2 boards, prepare for support Hw rev. B and ↵Enric Balletbo i Serra
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 Serra
Signed-off-by: Enric Balletbo i Serra <eballetbo@iseebcn.com>
2010-04-06psuedo: We don't use lib64Richard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-04-01psuedo: Add missing install functionRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-04-01relocatable: Handle directories having subdirectories of binariesJoshua Lock
Make the processing of directories less naive so that it can handle a directory with children that are directories. We now scan for and process binaries in all directories below the scanned paths rather than only the top-level directory. This patch moves the meat of the post-processing into a separate function which is fed paths, process_dir (). Then when the function finds a subdirectory of the passed path which is itself a directory it recursively calls itself. Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-03-31gcc-cross-initial/gcc-cross-intermediate: Add missing EXTRA_OECONF variablesRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-03-31python-pycurl: Set NATIVE_INSTALL_WORKSRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-03-31encdev-updater: Set NATIVE_INSTALL_WORKSRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-03-31liblbxutil: Fix cross compile issuesRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-03-31python-pycurl: Fix buildingJoshua Lock
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 Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-03-31gcc-crosssdk: Remove bogus requireRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-03-31poky-moblin.inc: Set provider for virtual/TARGETcompilerlibsRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-03-31gcc-runtime: Add 4.2.3 versionRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-03-31gcc-crosssdk: Create common include filesRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-03-31gcc-cross.inc: Move do_compileRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-03-31gcc-cross: Use NATIVEDEPSRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-03-31gcc: Move -native dependencies into the base gcc version configuration file ↵Richard Purdie
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 Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-03-31gcc-runtime: Move core code to the main include fileRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-03-31gcc-cross: Simplify require statementsRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-03-31gcc: Drop 4.1.2 as its unusedRichard Purdie
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 Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-03-30gcc-csl: Drop old versionRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-03-30gcc-runtime: Handle libgcc headers correctly and set c++ include patch for ↵Richard Purdie
packages correctly Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-03-30gcc-runtime: Fix c++ include pathRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-03-30gcc-package-cross.inc: Only stage gcc-runtime headers for gcc-crossRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-03-29classes/conf: Update to handle gcc-runtimeRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-03-29gcc-runtime: Add initial recipeRichard Purdie
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 Purdie
certain host cross compile combinations Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-03-29autotools.bbclass: Allow extraction of the configure arguments for use in ↵Richard Purdie
strange testcases Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-03-26relocatable.bbclass: we need to process library files tooJoshua Lock
The .so files we ship also have a RPATH encoded so should be post-processed for a relocatable RPATH too. Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-03-26rootfs_rpm: Explicitly add runtime dependencies to dependsJoshua Lock
Python RDEPENDS are tricksy beasts and the runtime dependencies of Yum aren't being pulled in for the RPM rootfs so explicitly add them to depends. Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-03-26createrepo: Fix dependencies, yum at runtime and libxml2 at buildJoshua Lock
Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-03-26.gitignore: Add packaged staging directory to ignore listJoshua Lock
Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-03-26python-urlgrabber: Update to 3.9.1 with extra patches from FedoraJoshua Lock
Add a couple of extra patches from Fedora to make the latest createrepo package work. Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-03-26python-native: Fix DEPENDS by adding sqlite3Joshua Lock
Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-03-26pyton-pycurl: Add new recipe from OE.devJoshua Lock
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>
2010-03-26curl: Bump to 7.20Joshua Lock
Newer libcurl is needed by newer pycurl which is needed by newer yum Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-03-26yum: Fix installation of python modulesJoshua Lock
Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-03-26handbook: Update links to Anjuta pluginJoshua Lock
Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-03-26fakechroot: Fix patch applicationJoshua Lock
We listed the Debian patch but never actually asked BitBake to apply it. Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-03-25bitbake/event.py: Run class eventhandlers in the task context but ensure UI ↵Richard Purdie
handlers run in the server context Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-03-25bitbake/cooker.py: Finishing the command needs to happen after the ↵Richard Purdie
BuildCompleted event else the cooker can shutdown first Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>