summaryrefslogtreecommitdiffstats
path: root/meta
Commit message (Collapse)AuthorAgeFilesLines
* insane.class: print the recipe name in the warning.Nitin A Kamble2010-07-151-1/+2
| | | | | | | | | 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>
* sysvinit - Remove sulogin dependency on /usr/lib*/libcrypt.aJeff Dike2010-07-152-1/+25
| | | | | | | | | 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>
* test: add automation framework and sanitytestJiajun Xu2010-07-154-0/+148
| | | | | | | | | | | | | | 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>
* qemu-native/powerpc: add qemu 0.12.4 powerpc supportBruce Ashfield2010-07-153-1/+144
| | | | | | | | | | | 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>
* binutils: Drop old versionsRichard Purdie2010-07-1528-1422/+0
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* binutils-cross: fix '-fPIE' on mips platformKevin Tian2010-07-152-0/+30
| | | | | | | | | | 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>
* binutils/gcc-crosssdk: Fix hardcoded path layout assumptions for cross ↵Richard Purdie2010-07-157-5/+13
| | | | | | toolchains Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* gcc-cross-canadian: Don't build target libs as we don't use themRichard Purdie2010-07-151-1/+1
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* cross-canadian: Fix sysroot pathRichard Purdie2010-07-154-4/+4
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* bitbake.conf: Add base_libdir_nativesdkRichard Purdie2010-07-151-0/+1
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* crosssdk.bbclass: Ensure target layout variables are set correctlyRichard Purdie2010-07-151-0/+5
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* insane.bbclass: move license check to after configureJoshua Lock2010-07-151-5/+8
| | | | | | | 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>
* glibc: Ensure libc is built in the correct directory by setting slibdirRichard Purdie2010-07-141-0/+3
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* bitbake.conf: Update sdk build flags after layout changesRichard Purdie2010-07-141-1/+4
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* Revert "file: upgrade to version 5.04"Richard Purdie2010-07-142-6/+17
| | | | This reverts commit 21d586b47c8c5338913c5e8ca2ee604409cc57a0 as it breaks rpm-native.
* sanity.bbclass: Fix SDKMACHINE sanity check. We need to check the SDK_ARCH ↵Richard Purdie2010-07-141-2/+2
| | | | | | variable, not SDKMACHINE directly. Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* gaku: Fix gst plugins namesRichard Purdie2010-07-141-10/+10
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* atk: Fix the PREFERRED_VERSIONDongxiao Xu2010-07-141-1/+1
| | | | | | Since the atk version has been bumped to 2.30.0 Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
* gdk-pixbuf-csource-native: Fix multiple providers warningDongxiao Xu2010-07-141-0/+2
| | | | | | | | 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>
* gst-plugins: fix multiple providers warningDongxiao Xu2010-07-144-28/+26
| | | | | | | 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>
* gcc: Add patch to fix sparseset.o ruleScott Garman2010-07-143-1/+22
| | | | | | | | | | | | 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>
* gst-plugins-bad: Disable apexsink since we don't have openssl in DEPENDS ↵Richard Purdie2010-07-141-2/+2
| | | | | | causing build failures Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* psplash: Update to svn revision 424Richard Purdie2010-07-131-1/+1
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* distro-fixed.inc: create as last means for package version checkKevin Tian2010-07-132-0/+223
| | | | | | | | | | | | | 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>
* distro-tracking: use correct override formatKevin Tian2010-07-132-212/+212
| | | | | | fix typos where *_pn- should be used instead of *_pn+ Signed-off-by: Kevin Tian <kevin.tian@intel.com>
* python-pygobject: add glib-2.0 dependencyKevin Tian2010-07-131-1/+1
| | | | | | or else glib-2.0 may not be build before building python-pygojbect Signed-off-by: Kevin Tian <kevin.tian@intel.com>
* distro-tracking: update tracking fields based on current progressKevin Tian2010-07-132-18/+12
| | | | | | | | | | | | | | | | 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>
* dbud-glib: upgrade to 0.86Kevin Tian2010-07-138-51/+17
| | | | | | | | | | | | | | | | [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>
* dbus: upgrade to 1.2.24Kevin Tian2010-07-1317-312/+80
| | | | | | | | | | | | | | | | | | | | [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>
* Distro tracking fields: Update some info after package updateZhai Edwin2010-07-132-15/+51
| | | | Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
* libgnome-keyring: Fix the dependency to avoid compile error sometimes.Zhai Edwin2010-07-131-1/+1
| | | | Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
* gtk+: Update to 2.20.1Zhai Edwin2010-07-1322-548/+47
| | | | | | | | 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>
* libgnome-keyring: Add 2.30.1 into pokyZhai Edwin2010-07-133-1/+20
| | | | | | | | | 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>
* libxslt: Update to 1.1.26Zhai Edwin2010-07-132-21/+4
| | | | | | | 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>
* libsoup-2.4: Update to 2.31.2Zhai Edwin2010-07-131-1/+3
| | | | Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
* pcmanfm: Update to 0.5Zhai Edwin2010-07-134-58/+77
| | | | | | | | 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>
* hicolor-icon-theme: Update to 0.12Zhai Edwin2010-07-131-1/+2
| | | | Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
* gnome-keyring: Update to 2.31.4Zhai Edwin2010-07-131-1/+6
| | | | Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
* matchbox-wm: Update to 1819Zhai Edwin2010-07-132-1/+4
| | | | Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
* matchbox-stroke: Update to 1820Zhai Edwin2010-07-131-1/+1
| | | | Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
* matchbox-keyboard: Update to 2075Zhai Edwin2010-07-132-1/+4
| | | | Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
* matchbox-panel-2: Update to 2109Zhai Edwin2010-07-133-2/+23
| | | | | | Also add a patch to fix the upstream compile error caused by a typo. Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
* matchbox-config-gtk: Update to 2081Zhai Edwin2010-07-132-1/+3
| | | | Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
* gtk-sato-engine: Update to 0.3.2Zhai Edwin2010-07-135-10/+8
| | | | Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
* libglade: Update to 2.6.4Zhai Edwin2010-07-134-0/+4
| | | | Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
* gnome-common: update to 2.28.0Zhai Edwin2010-07-132-1/+2
| | | | Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
* Distro Tracking: add distro tracking field for recipes of Graphics libsDexuan Cui2010-07-131-0/+24
| | | | | | | | | They are: libx11 libx11-trim Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
* libx11-trim: upgrade to the latest version 1.3.4Dexuan Cui2010-07-133-12/+15
| | | | | | | | | Updated the SRC_URI; Added LICENSE and LIC_FILES_CHKSUM; Reset PR to "r0"; Updated preferred-xorg-versions.inc. Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
* libx11: upgrade to the latest version 1.3.4Dexuan Cui2010-07-136-8/+72
| | | | | | | | | | | | | | | Rebased the 3 patches x11_disable_makekeys.patch, nodolt.patch and include_fix.patch; since the patches are also used by other recipes of lower versions, I created a new directory libx11-1.3.4/ to hold the rebased patches (the original patches are still kept unchanged); Updated LICENSE and LIC_FILES_CHKSUM, and reset PR to "r0"; Removed "patch=1" in SRC_URI as by default a patch is applied; Updated preferred-xorg-versions.inc. Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
* librsvg: upgrade to the latest version 2.26.3Dexuan Cui2010-07-133-8/+7
| | | | | | | | | | | | | | | | | The latest stable releases of the package moved from http://svn.gnome.org/svn/librsvg/ to http://ftp.gnome.org/pub/GNOME/sources/librsvg/, so I removed the overrided SRC_URI and use gnome.bbclass's, and I also changed the recipe file's name, removed the explicit PV and removed the unnecessary S. Reset PR to "r0". Add LIC_FILES_CHKSUM info. Remove SRCREV_pn-librsvg in poky-default-revisions.inc and add PREFERRED_VERSION_librsvg in poky-fixed-revisions.inc. Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>