| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | opkg: Switch to google svn and patch to export a version comparision function... | Richard Purdie | 2009-10-05 | 6 | -18/+106 |
* | bitbake.conf: Fix STAGING_BINDIR_CROSS to point to the location before the la... | Richard Purdie | 2009-10-05 | 1 | -1/+1 |
* | tasks: Update SRCREV | Richard Purdie | 2009-09-24 | 1 | -2/+1 |
* | Add SDKMACHINE to simplify SDK control and add to CACHE paths to allow enviro... | Richard Purdie | 2009-09-18 | 4 | -2/+6 |
* | nativesdk.bbclass: Drop ineffective dynamic linker flag | Richard Purdie | 2009-09-18 | 1 | -2/+0 |
* | task-sdk-host: Add gdb-cross-canadian | Richard Purdie | 2009-09-18 | 1 | -2/+2 |
* | gcc-crosssdk: Add code to change the deafult linker path in the case of sdk b... | Richard Purdie | 2009-09-18 | 1 | -0/+6 |
* | gdb: Add cross-canadian recipe | Richard Purdie | 2009-09-18 | 1 | -1/+1 |
* | ncurses: Fix up BUILD_LDFLAGS variable corrupting builds | Richard Purdie | 2009-09-18 | 4 | -4/+4 |
* | qemu-nativesdk: Use HOST_CC to build parse_gl_h | Richard Purdie | 2009-09-18 | 2 | -2/+2 |
* | gcc-configure-common.inc: Fix to use target system paths | Richard Purdie | 2009-09-17 | 1 | -2/+2 |
* | nativesdk/package_ipk.bbclass: Clean up sdk package architectures | Richard Purdie | 2009-09-17 | 4 | -22/+20 |
* | meta-toolchain: Don't ship libGL | Richard Purdie | 2009-09-17 | 1 | -0/+3 |
* | qemu-nativesdk: Add patch to fix linkage | Richard Purdie | 2009-09-17 | 2 | -1/+16 |
* | qemugl: Relax COMPATIBLE_MACHINE slightly for x86_64 case | Richard Purdie | 2009-09-17 | 1 | -1/+1 |
* | external-poky-toolchain: Don't inherit nativesdk | Richard Purdie | 2009-09-17 | 1 | -1/+1 |
* | gcc-cross-sdk.inc: Drop no unused file | Richard Purdie | 2009-09-17 | 1 | -4/+0 |
* | qemu-nativesdk: Add qemugl-nativesdk to DEPENDS | Richard Purdie | 2009-09-17 | 1 | -1/+1 |
* | qemugl: Add staging function | Richard Purdie | 2009-09-17 | 1 | -0/+7 |
* | glibc-2.6.1: Fix accidental unintended change | Richard Purdie | 2009-09-17 | 1 | -0/+1 |
* | task-sdk-host: Use cross-canadian packages | Richard Purdie | 2009-09-17 | 1 | -5/+5 |
* | qemu-nativesdk: Use a specific gcc as otherwise configure tests break | Richard Purdie | 2009-09-17 | 1 | -1/+1 |
* | libx11-nativesdk: No need to hardcode DEPENDS/PROVIDES | Richard Purdie | 2009-09-17 | 2 | -6/+0 |
* | gmp-nativesdk: Don't hardcode PV | Richard Purdie | 2009-09-17 | 2 | -2/+1 |
* | package_ipk.bbclass: Convert to use SDK_ARCH | Richard Purdie | 2009-09-17 | 1 | -4/+4 |
* | bitbake.conf: Update SPECIAL_PKGSUFFIX to include crosssdk/cross-canadian and... | Richard Purdie | 2009-09-17 | 1 | -1/+1 |
* | gcc-configure-sdk: Tweak compiler options for working canadian cross compiles | Richard Purdie | 2009-09-17 | 1 | -8/+5 |
* | gcc-configure-common: Allow the sysroot layout seen by the compiler to be con... | Richard Purdie | 2009-09-17 | 1 | -0/+17 |
* | gcc-configure-common.inc: Allow the multilib option to be changed | Richard Purdie | 2009-09-17 | 1 | -1/+3 |
* | meta-toolchain: Fix --build CONFIGURE_FLAG and add a target prefix to scripts | Richard Purdie | 2009-09-17 | 1 | -5/+5 |
* | bitbake.conf: Add SDK variable definitions | Richard Purdie | 2009-09-17 | 1 | -0/+3 |
* | gcc-package-cross: Cope with lib64 binaries | Richard Purdie | 2009-09-17 | 1 | -4/+7 |
* | packaged-staging.bbclass Use libdir_native for opkg paths in directory creation | Richard Purdie | 2009-09-17 | 1 | -1/+1 |
* | native.bbclass: Use prefix_native variable | Richard Purdie | 2009-09-17 | 1 | -2/+2 |
* | poky-fixed-revisions.inc: Rename -sdk to -nativesdk | Richard Purdie | 2009-09-17 | 2 | -24/+24 |
* | nativesdk: Convert to use crosssdk toolchain and remove binutils/gcc nativesd... | Richard Purdie | 2009-09-17 | 10 | -173/+38 |
* | cross-canadian: Add cross-canadian class with gcc and binutils recipes | Richard Purdie | 2009-09-17 | 6 | -0/+113 |
* | crosssdk: Add crosssdk class with gcc and binutils recipes | Richard Purdie | 2009-09-17 | 5 | -0/+56 |
* | Extend various packages to use nativesdk using BBCLASSEXTEND | Richard Purdie | 2009-09-17 | 6 | -1/+13 |
* | mpfr: Convert to use BBCLASSEXTEND | Richard Purdie | 2009-09-17 | 3 | -8/+2 |
* | nativesdk: Don't use search and replace on DEPENDS field | Richard Purdie | 2009-09-17 | 1 | -6/+10 |
* | sdk.bbclass: Rename to nativesdk.bbclass | Richard Purdie | 2009-09-17 | 61 | -112/+111 |
* | Remove layout_* variables | Richard Purdie | 2009-09-17 | 56 | -268/+210 |
* | poky/moblin: Update SDKPATH and SDK_NAME to use SDK_ARCH and remove pointless... | Richard Purdie | 2009-09-17 | 1 | -2/+2 |
* | bitbake.conf: Use BASE_PACKAGE_ARCH as the default, not HOST_ARCH | Richard Purdie | 2009-09-17 | 1 | -1/+1 |
* | bitbake.conf: Add SDK variable definitions | Richard Purdie | 2009-09-17 | 1 | -0/+7 |
* | glibc: Use PN instead of hardcoded package name | Richard Purdie | 2009-09-17 | 1 | -1/+1 |
* | inputproto: Add missing DEPENDS on util-macros | Richard Purdie | 2009-09-17 | 2 | -0/+4 |
* | gnome-settings-daemon: Fix problems with bad paths creeping into the configur... | Richard Purdie | 2009-09-17 | 2 | -2/+33 |
* | sysfsutils: Drop custom staging function and broken includedir change | Richard Purdie | 2009-09-17 | 1 | -11/+2 |