summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFiles
2010-07-16bitbake: runqueue: Separate out task forking code into a new functionRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-07-16bitbake: runqueue: Combine the waitpid result handling code into a functionRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-07-16bitbake: Remove two layers of unnecessary functions from task executionRichard Purdie2
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-07-15libtool: update patchesNitin A Kamble8
As per discussion with RP remove dolt patches. Merge Gary Thomas's patch into trailigslash.patch Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-07-15insane.class: print the recipe name in the warning.Nitin A Kamble1
Now Warning includes the package name like zlib is printed bellow: WARNING: zlib: Recipe file does not have license file information (LIC_FILES_CHKSUM) Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2010-07-15sysvinit - Remove sulogin dependency on /usr/lib*/libcrypt.aJeff Dike2
The sulogin compile checked for /usr/lib*/libcrypt.a to decide whether to add -lcrypt to the final compile. However, the recipe puts LCRYPT in the environment, so crypt-lib.patch makes the Makefile check for this before looking at the host /usr/lib. Signed-off-by: Jeff Dike <jdike@linux.intel.com>
2010-07-15test: add automation framework and sanitytestJiajun Xu8
Automation test is disabled by default. User need set TESTCLASS to qemu in conf/local.conf and run bitbake command "bitbake poky-image-xxx" or "bitbake poky-image-xxx -c qemuimagetest" to trigger it. Currently only the sanity test with two testcases are added. To run the test, user need prepare a testing environment: 1) "expect" should be installed on system 2) NOPASSWD should be set for user to run bitbake Signed-off-by Jiajun Xu <jiajun.xu@intel.com>
2010-07-15poky-qemu-internal: Use 128MB memory for qemumips/qemuppcRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-07-15qemu-scripts: Add support for mips and powerpc machines, update qemuarmBruce Ashfield2
For mips, the malta platform emulates a cirrus chipset. With the udpated 2.6.34 kernel options, we can now enable framebuffer boot for the qemumips platform. We need to pass a valid cpu (603e) and do a -nographic boot to make it all the way to a prompt so graphics is disabled for now for ppc. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2010-07-15qemu-native/powerpc: add qemu 0.12.4 powerpc supportBruce Ashfield3
In order to force 0.12.4 to allow a powerpc system boot, we need a patch to qemu, and a new powerpc (not ppc) ROM. This configuration supports non-graphical booting only, since the ROM does not have support to pass a graphics device via the device tree yet. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2010-07-15binutils: Drop old versionsRichard Purdie28
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-07-15binutils-cross: fix '-fPIE' on mips platformKevin Tian2
Current binutils generates problematic relocation table for executable compiled with '-fPIE', such as dbus-daemon. That way ld.so.1 falls into segmentation fault when accessing bad reloc entry. This pulls back one fix from binutils CVS repo (1.267) to add PIE support back. Signed-off-by: Kevin Tian <kevin.tian@intel.com> Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-07-15binutils/gcc-crosssdk: Fix hardcoded path layout assumptions for cross ↵Richard Purdie7
toolchains Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-07-15gcc-cross-canadian: Don't build target libs as we don't use themRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-07-15cross-canadian: Fix sysroot pathRichard Purdie4
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-07-15bitbake.conf: Add base_libdir_nativesdkRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-07-15crosssdk.bbclass: Ensure target layout variables are set correctlyRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-07-15insane.bbclass: move license check to after configureJoshua Lock1
Only checking the license at packaging time means we don't check native builds, so move the check to after do_configure Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-07-14glibc: Ensure libc is built in the correct directory by setting slibdirRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-07-14bitbake.conf: Update sdk build flags after layout changesRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-07-14Revert "file: upgrade to version 5.04"Richard Purdie2
This reverts commit 21d586b47c8c5338913c5e8ca2ee604409cc57a0 as it breaks rpm-native.
2010-07-14sanity.bbclass: Fix SDKMACHINE sanity check. We need to check the SDK_ARCH ↵Richard Purdie1
variable, not SDKMACHINE directly. Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-07-14gaku: Fix gst plugins namesRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-07-14atk: Fix the PREFERRED_VERSIONDongxiao Xu1
Since the atk version has been bumped to 2.30.0 Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2010-07-14gdk-pixbuf-csource-native: Fix multiple providers warningDongxiao Xu1
Override PACKAGES_DYNAMIC in gdk-pixbuf-csource-native_2.12.7.bb since it requires gtk+_${PV}.bb where PACKAGES_DYNAMIC has already been defined Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2010-07-14gst-plugins: fix multiple providers warningDongxiao Xu4
Rename all the sub-plugin to eliminate the inclusion by all plugins set This can fix the multple providers warning Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2010-07-14gcc: Add patch to fix sparseset.o ruleScott Garman3
Fix a missing config.h dependency when building sparseset.o to prevent "conflicting types for 'strsignal'" error, which can intermittently crop up for high values of make -j. Thanks to Richard Purdie and Jeff Dike for their help in tracking this down. Signed-off-by: Scott Garman <scott.a.garman@intel.com> Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-07-14gst-plugins-bad: Disable apexsink since we don't have openssl in DEPENDS ↵Richard Purdie1
causing build failures Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-07-13psplash: Update to svn revision 424Richard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-07-13distro-fixed.inc: create as last means for package version checkKevin Tian2
Some packages are not feasible for automatic version check. This commit adds a weak list of version information for those packages before they are carefully auditted. Also there're 14 packages out of tracking so far. Add simple information for them too. This is the last one to be assorted, so use weak assignment "?=" Signed-off-by Kevin Tian <kevin.tian@intel.com>
2010-07-13distro-tracking: use correct override formatKevin Tian2
fix typos where *_pn- should be used instead of *_pn+ Signed-off-by: Kevin Tian <kevin.tian@intel.com>
2010-07-13python-pygobject: add glib-2.0 dependencyKevin Tian1
or else glib-2.0 may not be build before building python-pygojbect Signed-off-by: Kevin Tian <kevin.tian@intel.com>
2010-07-13distro-tracking: update tracking fields based on current progressKevin Tian2
along with recipe upgrade, previous identified issues are solved, and thus it's time to update status now: expat dbus dbus-glib busybox prism-firmware base-files base-passwd module-init-tools Signed-off-by: Kevin Tian <kevin.tian@intel.com>
2010-07-13dbud-glib: upgrade to 0.86Kevin Tian8
[dbus-glib-Ptches] REMOVE _run-with-tmp-session-bus.patch_: test is not built by default DISABLE _fix_asneeded.patch_: not sure why we need change expat link order. Disable it but keep for a while KEEP _no-examples.patch_: don't build examples [dbus-glib-recipe] - remove native and old recipes - remove tweak on dbus-glib-bindings.h, since it will be generated correctly after passing correct config options linking to native dbus-binding-tool and dbus-bus-introspect.xml - remove preferred versions in poky-fixed-revisions.inc with similar reason as dbus Signed-off-by: Kevin Tian <kevin.tian@intel.com>
2010-07-13dbus: upgrade to 1.2.24Kevin Tian17
[Patches] REMOVE _cross.patch_: fixed in upstream KEEP _tmpdir.patch_: disable tmpdir test in build system UPDATE _fix-install-daemon.patch_: use automake for binary install instead of manual tweaks. extend it to cover dbus-daemon-launch-helper [Recipe] - remove native recipes and old versions - install to STAGING_DATADIR_NATIVE directly - remove manual tweak on dbus-daemon-launch-helper install - remove stale config options - adjust indention - enable dbus in runlevel 3 since networkmanager has requirement at that level - remove preferred versions in poky-fixed-revisions.inc. Based on discussion with Josh, the preferred version is there just because dbus is not carefully tested before Signed-off-by: Kevin Tian <kevin.tian@intel.com>
2010-07-13Distro tracking fields: Update some info after package updateZhai Edwin2
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
2010-07-13libgnome-keyring: Fix the dependency to avoid compile error sometimes.Zhai Edwin1
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
2010-07-13gtk+: Update to 2.20.1Zhai Edwin22
gtk+ previously has 2 versions: 2.14.2(preferred), and 2.18.5(latest). This upgrade is from 2.18.5 to 2.20.1, so some patch(like entry-cairo.patch) in 2.14.2 is abandoned. Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
2010-07-13libgnome-keyring: Add 2.30.1 into pokyZhai Edwin3
libgnome-keyring's function was built in gnome-keyring(e.g. 2.26.1), and then separated as an independant lib. So add this new recipe to help the gnome-keyring update, else package depends on this lib(such as libsoup-2.4) would have compile error. Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
2010-07-13libxslt: Update to 1.1.26Zhai Edwin2
Also removed the doublefix.patch(removeing duplicated code), as there is no this issue in 1.1.26 Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
2010-07-13libsoup-2.4: Update to 2.31.2Zhai Edwin1
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
2010-07-13pcmanfm: Update to 0.5Zhai Edwin4
latest pcmanfm(0.9.7) separate the core functionality to create an independent library named libfm, which is not in poky repo. To keep it simple, just update to stable release 0.5. Also updated some of the patches. Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
2010-07-13hicolor-icon-theme: Update to 0.12Zhai Edwin1
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
2010-07-13gnome-keyring: Update to 2.31.4Zhai Edwin1
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
2010-07-13matchbox-wm: Update to 1819Zhai Edwin2
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
2010-07-13matchbox-stroke: Update to 1820Zhai Edwin1
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
2010-07-13matchbox-keyboard: Update to 2075Zhai Edwin2
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
2010-07-13matchbox-panel-2: Update to 2109Zhai Edwin3
Also add a patch to fix the upstream compile error caused by a typo. Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
2010-07-13matchbox-config-gtk: Update to 2081Zhai Edwin2
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
2010-07-13gtk-sato-engine: Update to 0.3.2Zhai Edwin5
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>