summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFiles
2010-06-02libtool: Make sure ltmain.sh is always regenerated. We can't just remove it ↵Richard Purdie5
since it has to be present to run configure
2010-06-02initscripts: Tweak checkroot to work with recent versions of busyboxRichard Purdie2
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-06-01e2fsprogs: Upgrade 1.41.5 -> 1.45.12Richard Purdie5
* The no-hardlinks patch is no longer required * There was an autoconf macro issue which required a new patch (details in patch) * libuuid was disabled, this should be provided by util-linux on modern systems * Not providing libuuid is useful for the -native tools as it stops library symbol confusion with those from the host system. Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-06-01gcc-configure-runtime: Make sure the sysroot is configuredRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-06-01sanity.bbclass: Check for SDKMACHINE=i686 and error if foundRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-06-01dropbear: don't apply no-password patchJoshua Lock2
The patch.bbclass changes default to applying listed patches without an apply/patch parameter. Set the apply parameter to no. Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-06-01busybox: disable mdev, we use udevJoshua Lock5
The import from OE had included some mdev configuration, whereas Poky switched to udev and a static (tarred) dev some time ago. Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-06-01patch.bbclass: Merge patch enhancements from OE by Chris LarsonJoshua Lock1
Chris made some interesting changes to the patch handling in OE. Firstly the patch and pnum parameters have been renamed, to better reflect their function, to apply and striplevel. The apply parameter now takes either yes or no as its value. Therefore a patch line would be changed from: file://some.patch;patch=1;pnum=2 to: file://some.patch;apply=yes;striplevel=2 Secondly the apply parameter is inferred if not defined. Entries in SRC_URI with diff or patch filename extensions will be automatically applied as patches if the apply parameter is not set to no (or an unknown value). Note: We have disabled the warnings when using the old style parameters for now Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-06-01pm-utils: Upgrade to 1.3.0 and fix SRC_URI not to point at SCM generated ↵Richard Purdie1
tarballs Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-06-01eds-dbus: Disable parallel makeRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-05-28qemu: add some extra ldflags to make it link succesfullyJoshua Lock1
qemu-native was failing to link on my 64bit Fedora 13 machine with this error: | /usr/bin/ld: libqemu.a(helper_opengl.o): undefined reference to symbol 'dlsym@@GLIBC_2.2.5' | /usr/bin/ld: note: 'dlsym@@GLIBC_2.2.5' is defined in DSO /lib64/libdl.so.2 so try adding it to the linker command line | /lib64/libdl.so.2: could not read symbols: Invalid operation So I did as the linker told me and added -ldl to the linker flags Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-05-28Drop vm_mmap_min_addr checks from scripts and sanity classJoshua Lock2
QEMU 0.12.x is relocatable so we no longer need these tests, which is good because it doesn't work reliably with modern kernels. Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-05-28qemu: reduce duplication, use an inc file and share common patchesJoshua Lock17
There's no need to carry around two copies of the same patches for qemu-git and qemu-0.12 so drop the qemu-git directory and update the git recipe to use the qemu-0.12 directory for patches. Move common code from the two recipes to an inc file. Signed-off-by: Joshua Lock <josh@linux.intel.com> fweh
2010-05-27qemu: Update the static recipe to 0.12.0Jeff Dike35
Signed-off-by: Jeff Dike <jdike@linux.intel.com>
2010-05-27qemu: updated the glflags patch, which is needed by qemusdk.Jeff Dike2
Signed-off-by: Jeff Dike <jdike@linux.intel.com>
2010-05-27lib/oe/patch.py: Fix datastore references in error pathsRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-05-26handbook: Add alpha verison of a BSP specificationRichard Purdie5
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-05-26qemu: Updated to 0.12.0Jeff Dike10
Updated the metadata in the recipe, changed the git revision in poky-default-revisions.inc, and pulled the qemu patches forward.
2010-05-25poky-default.inc: Bump linux-libc-headers to 2.6.33Joshua Lock1
Now that we have a Busybox (and strace) which we can build we can use the same kernel-headers version as our default kernel version. Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-05-25strace: bump from 4.15.18 to 4.15.20Joshua Lock4
The old version didn't build with the older linux-libc-headers Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-05-25busybox: bump to 1.15.3 from OEJoshua Lock24
Import the 1.15.3 recipe from OpenEmbedded and tweak to match Poky style Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-05-24relocatable.bbclass: reduce the amount of outputJoshua Lock1
Disable the last bb.note call, it's a bit spurious. Only really useful for debug. Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-05-24poky-default.inc: roll-back preferred linux-libc-headers to 2.6.30Joshua Lock1
Our current Busybox version doesn't support 2.6.33 headers. Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-05-24Update directdisk images to use common inc filesJoshua Lock6
Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-05-24kernel.bbclass: Simplify the current external module codeRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-05-24eggdbus: Disable PARALLEL_MAKEScott Garman1
* Fixes eggdbusenumtypes.h gen/use errors Signed-off-by: Scott Garman <sgarman@zenlinux.com>
2010-05-24xserver-kdrive-glamo: Fix broken SRC_URIScott Garman1
Signed-off-by: Scott Garman <sgarman@zenlinux.com>
2010-05-24kernel.bbclass: Stop staging binaries within scripts/Scott Garman1
* Preserves scripts/ directory but excludes binaries known to cause "strip command failed" errors during do_package on cross platforms Signed-off-by: Scott Garman <sgarman@zenlinux.com>
2010-05-20kernel.bbclass: tidy up staging of headersJoshua Lock1
The changes merged from upstream used the ASMDIR variable even when it might not have been set. These changes may be incorrect but at the very least I can now build a QEMU image (including v86d) with the 2.6.33 kernel now. Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-05-20linux-libc-headers: add 2.6.33 headersJoshua Lock3
Add kernel headers to match our preferred/default kernel version and set them as the preferred version for the Poky and Moblin distributions. Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-05-20kernel-arch.bbclass: merge improved arch detection from OE.devJoshua Lock1
Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-05-20kernel.bbclass: Package Kernel firmwareJoshua Lock1
Merged change from OE.dev to create packages of the kernel firmware Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-05-20linux-kernel-base.bbclass: merge version detection updates from upstreamJoshua Lock1
Kernels after 2.6.33 store the utrelease.h file, used to detect the kernels version, in a different location. Merged from oe.dev Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-05-20kernel.bbclass: match x86 header installation to other architecturesJoshua Lock1
The header installation for x86 was slightly different as to that employed for other architectures, change them to match for consistency. Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-05-19linux: Bump to 2.6.33.2Joshua Lock6
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-19linux-moblin: add 2.6.33.2 kernel from MeeGo 1.0Joshua Lock99
Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-05-19kernel.bbclass: fix installing of kernels 2.6.34 and aboveJoshua Lock1
Changes merged from upstream to cope with changes to directory structures in recent kernels when building for x86 Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-05-18Move all QEMU machines to use a common kernel recipe set and versionJoshua Lock11
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 a new scripts create-pull-requestNitin A Kamble1
This is the 1st version of create-pull-request script. Using specified local commit-id or branch-name it generates a short description of the changes; and using poky-contrib branch-name it generates the URL where these changes are already pushed and are available for review and git-pull. I prepared this script as per the input from Richard Purdie. Signed-Off-By: Nitin A Kamble <nitin.a.kamble@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-17Add recipe for moblin-image-netbook.directdiskNitin A Kamble1
Signed-Off-By: Nitin A Kamble <nitin.a.kamble@intel.com>
2010-05-14poky-qemu-internal Add -show-cursor to qemux86Nitin A Kamble1
Without this option the need to do the blind guesswork about the position of the pointer. Signed-Off-By: Nitin A Kamble <nitin.a.kamble@intel.com>
2010-05-14handbook: Add section to Poky manual about contributions and certificate of ↵Richard Purdie1
origin Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-05-14Merge branch 'tk/head' of ssh://git.pokylinux.org/poky-contribRichard Purdie1
2010-05-14Merge branch 'nitin/lic1' of ssh://git.pokylinux.org/poky-contribRichard Purdie2
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-13Revert "poky-env-internal: Disable automatic adding of meta environments to ↵Richard Purdie1
BBPATH" This reverts commit ba804d1729640a0587db8ba94bde6018570a8b0c which is a valid change but isn't working for some reason which needs further investigation.
2010-05-13poky-env-internal: unset variables to avoid disturbing new GIT cloneKevin Tian1
Signed-off-by Kevin Tian <kevin.tian@intel.com>
2010-05-12License Checking: convert an error into warningNitin A Kamble1
If license file md5 information (LIC_FILES_CHKSUMS variable) is missing in the recipe then just throw a warning instead of the build failure. Once enough recipes' LIC_FILES_CHKSUMS are filled then this warning will be reverted back to the the fetal error. If LIC_FILES_CHKSUMS field is present but invalid then the it still causes a fetal build error. Signed-Off-By: Nitin A Kamble <nitin.a.kamble@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>