Joshua Lock
7a4f1adcbc
linux: Bump to 2.6.33.2
...
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-19 12:20:17 +01:00
Joshua Lock
53d98d76fd
Move all QEMU machines to use a common kernel recipe set and version
...
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-18 14:22:27 +01:00
Nitin A Kamble
ebed56190e
Add recipe for X vesa driver package
...
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com >
2010-05-17 10:51:57 -07:00
Richard Purdie
dfd1472eda
Merge branch 'nitin/lic1' of ssh://git.pokylinux.org/poky-contrib
2010-05-14 04:12:35 +08:00
Joshua Lock
505c26951b
linux: Ensure we have buildable kernel recipes for each machine
...
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-13 16:55:26 +01:00
Richard Purdie
b6c6913212
mtd-utils: Fix mtd-utils-native do_install task to install binaries into the correct place rather than using hardcoded paths
...
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com >
2010-05-12 19:30:58 +08:00
Nitin A Kamble
2ca1f78a95
License Change checking:
...
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-11 16:25:39 -07:00
Joshua Lock
c89362c767
openssl: Fix build of openssl-native on x86_64 with recent binutils
...
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-07 00:45:38 +01:00
Joshua Lock
229c80ad19
xf86-input-vmmouse: bump version to 12.6.6
...
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-06 17:07:53 +01:00
Richard Purdie
3b9ac3f017
pax-utils: Sync with OE.dev fixing native version
...
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com >
2010-05-06 15:10:46 +01:00
Gary Thomas
28ca131ebe
Fix build problem with GCC-4.3.3 on PowerPC
...
Signed-off-by: Gary Thomas <gary@mlbassoc.com >
2010-05-06 14:52:08 +01:00
Richard Purdie
d37f26525b
unifdef-native: Fix staging reference in do_install (noticed from OE.dev)
...
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com >
2010-05-06 10:29:14 +01:00
Richard Purdie
d0f555cb5c
unifdef-native: Fix staging reference in do_install (noticed from OE.dev)
...
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com >
2010-05-06 10:16:57 +01:00
Joshua Lock
70a930f30e
Remove meta-cross-linkage recipe, we no longer have a cross directory
...
Signed-off-by: Joshua Lock <josh@linux.intel.com >
2010-04-30 16:25:48 +01:00
Joshua Lock
6458da896f
Fix references to CROSS_DIR now that it has been removed
...
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-28 16:47:14 +01:00
Joshua Lock
c22ab5fc9f
Install cross-packages into the native sysroot
...
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-27 18:29:57 +01:00
Joshua Lock
00c5c97442
gcc: Fix packaging of cross for PPC
...
Signed-off-by: Joshua Lock <josh@linux.intel.com >
2010-04-27 18:26:29 +01:00
Joshua Lock
4d1f39af75
autotools: deprecate autotools_stage class
...
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-27 17:11:28 +01:00
Joshua Lock
6763d7506f
polkit: fix DEPENDS, requires intltool
...
Signed-off-by: Joshua Lock <josh@linux.intel.com >
2010-04-27 16:58:42 +01:00
Joshua Lock
6727d5ad6c
poky-image-sato-directdisk: directdisk variant of Sato image
...
New recipe to create a directdisk Sato disk image.
Signed-off-by: Joshua Lock <josh@linux.intel.com >
2010-04-27 16:58:42 +01:00
Joshua Lock
4c00f55f7a
pixman: explicitly disable Gtk+ tests
...
Signed-off-by: Joshua Lock <josh@linux.intel.com >
2010-04-27 11:29:09 +01:00
Joshua Lock
36652f51ab
qemu_git: Ensure we have the required dependencies for a native build
...
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-15 17:49:49 +01:00
Richard Purdie
4f1ec3194d
gpgme: STAGING_DIR_HOST != STAGING_DIR/HOST_SYS and this causes subtle cross contamination between certain machines. Fix.
...
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com >
2010-04-12 12:11:54 +01:00
Enric Balletbo i Serra
aa1931498b
igep0020: Rename files for IGEP v2 boards, prepare for support Hw rev. B and rev. C
...
Signed-off-by: Enric Balletbo i Serra <eballetbo@iseebcn.com >
2010-04-07 10:20:53 +01:00
Enric Balletbo i Serra
c45c86003c
linux-igep2: update to latest stable version 2.6.28-3
...
Signed-off-by: Enric Balletbo i Serra <eballetbo@iseebcn.com >
2010-04-07 10:20:53 +01:00
Richard Purdie
eb8be4555b
psuedo: We don't use lib64
...
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com >
2010-04-06 15:27:46 +01:00
Richard Purdie
43b5d13c63
psuedo: Add missing install function
...
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com >
2010-04-01 15:57:21 +01:00
Richard Purdie
cf929499aa
gcc-cross-initial/gcc-cross-intermediate: Add missing EXTRA_OECONF variables
...
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com >
2010-03-31 17:28:08 +01:00
Richard Purdie
18bdffa955
python-pycurl: Set NATIVE_INSTALL_WORKS
...
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com >
2010-03-31 15:36:12 +01:00
Richard Purdie
bcdfa2a468
encdev-updater: Set NATIVE_INSTALL_WORKS
...
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com >
2010-03-31 15:33:21 +01:00
Richard Purdie
369f4dc1a9
liblbxutil: Fix cross compile issues
...
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com >
2010-03-31 15:30:10 +01:00
Joshua Lock
9b6287c7b1
python-pycurl: Fix building
...
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-31 14:50:50 +01:00
Richard Purdie
0f4202fa20
gcc: Don't create links in base-libdir
...
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com >
2010-03-31 14:28:27 +01:00
Richard Purdie
715b0a859f
gcc-crosssdk: Remove bogus require
...
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com >
2010-03-31 14:14:50 +01:00
Richard Purdie
2fc8da52f7
gcc-runtime: Add 4.2.3 version
...
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com >
2010-03-31 14:06:33 +01:00
Richard Purdie
eca7e8c9bf
gcc-crosssdk: Create common include files
...
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com >
2010-03-31 13:53:07 +01:00
Richard Purdie
c155b71ba4
gcc-cross.inc: Move do_compile
...
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com >
2010-03-31 13:46:20 +01:00
Richard Purdie
70abb2e3e8
gcc-cross: Use NATIVEDEPS
...
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com >
2010-03-31 13:43:09 +01:00
Richard Purdie
fb5b562837
gcc: Move -native dependencies into the base gcc version configuration file and create and use EXTRA_OECONF_INITIAL and EXTRA_OECONF_INTERMEDIATE variables
...
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com >
2010-03-31 12:09:14 +01:00
Richard Purdie
5b5a069e16
gcc-cross-kernel: Remove unneeded requires
...
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com >
2010-03-31 11:22:25 +01:00
Richard Purdie
95fd994366
gcc-runtime: Move core code to the main include file
...
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com >
2010-03-31 11:19:54 +01:00
Richard Purdie
ccebaa67df
gcc-cross: Simplify require statements
...
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com >
2010-03-31 11:19:24 +01:00
Richard Purdie
e9522df693
gcc: Drop 4.1.2 as its unused
...
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com >
2010-03-31 10:32:57 +01:00
Richard Purdie
cc0bd4bed2
gcc: Drop 3.4.4/3.4.6 and gcc-native as all are now unused
...
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com >
2010-03-31 10:32:08 +01:00
Richard Purdie
4821286d0a
gcc-csl: Drop old version
...
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com >
2010-03-30 14:23:15 +01:00
Richard Purdie
9c77464538
gcc-runtime: Handle libgcc headers correctly and set c++ include patch for packages correctly
...
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com >
2010-03-30 14:14:34 +01:00
Richard Purdie
c75c0d68c2
gcc-runtime: Fix c++ include path
...
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com >
2010-03-30 12:26:20 +01:00
Richard Purdie
0cf4a98244
gcc-package-cross.inc: Only stage gcc-runtime headers for gcc-cross
...
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com >
2010-03-30 10:43:15 +01:00
Richard Purdie
cdaf6c804b
gcc-runtime: Add initial recipe
...
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com >
2010-03-29 22:27:13 +01:00
Richard Purdie
7a7c2341c7
gcc-4.3.3: Add patch for issue PR35942 to fix libstdc++ build issues with certain host cross compile combinations
...
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com >
2010-03-29 22:24:50 +01:00