summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFiles
2011-02-02cross-localedef-native: Fix do_move_ports since the definition of changes. ↵Richard Purdie1
Raises the question of whether we even need ports for this? Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-02-02scripts/poky-env-internal: We set LC_ALL in the core so no need to set LANG ↵Richard Purdie1
here now Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-02-02bitbake.conf: Set LC_ALL instead of requring bitbake or env scripts to do thisRichard Purdie1
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-02-02elfutils: Clean up old versions which are no longer requiredRichard Purdie4
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-02-01distro_Tracking: update as per current devel/toolchain recipesNitin A Kamble1
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2011-02-01documentation/poky-ref-manual/extendpoky.xml: Fixed make problemScott Rifenbark1
Discovered that the manual was not making correctly due to a stray </literallayout> statement. I removed this statement and the manual now builds. Signed-off-by: Scott Rifenbark <scott@scott-desktop.(none)>
2011-02-01gnome-doc-utils.inc: inherit gettext instead of DEPENDSSaul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-02-01linux-yocto: export kernel configuration audit to the consoleBruce Ashfield4
Fixes [BUGID #692] Previously the information dumped by the kernel configuration audit scripts was only placed in log files. This isn't as useful as it could be, since they are rarely checked. This change takes the output from kconf_check and explicitly displays it to the user. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2011-02-01mpc8315e-rdb: set UBOOT_ENTRYPOINTBruce Ashfield1
Fixes [BUGID #685] Although not used if the in kernel uImage is booted, it is a good idea to set the UBOOT_ENTRYPOINT just as the other uImage based boards do. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2011-02-01rpm: Add relocation to rpm-nativeMark Hatle1
[BUGID #668] Use the create_wrapper to setup automatic run-time relocation of rpm-native. Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
2011-02-01glib-2.0: Add stable version 2.26.1Saul Wold6
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-02-01libfm: remove add_missing.patch as part of glib-2.0 downgradeSaul Wold2
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-02-01distro_tracking: update distro tracking fieldsDongxiao Xu1
Add manual check date for recipes whose upstream vesion could not be found automatically. Also update glib-2.0 tracking data. Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2011-02-01opkg: Update to svn r596 to fix segfault when upgrading packagesKoen Kooi3
The longlinks patch is upstream and and be removed now Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-02-01mklibs-native: new recipe for optimizing size of library filesNitin A Kamble2
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2011-02-01distro_tracking: update latest upstream versionsNitin A Kamble1
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2011-02-01cups: add cups 1.4.6Jingdong Lu4
This package has been added from meta-openembedded committed by Koen Kooi. Changes from the meta-openembedded version: * Add SUMMARY * Change dependence name: libusb * Add PR Signed-off-by: Jingdong Lu <jingdong.lu@windriver.com>
2011-02-01libxml2: Enable "--with-legacy" for LSB test.Jingdong Lu2
Enable "--with-legacy" in order to pass library check of LSB. Signed-off-by: Jingdong Lu <jingdong.lu@windriver.com>
2011-02-01msmtp: add msmtp 1.4.23Jingdong Lu1
This package has been added from Open Embedded in order to replace sendmail. Changes from the Open Embedded version: * Update version to 1.4.23 * Add SUMMARY, LIC_FILES_CHKSUM Signed-off-by: Jingdong Lu <jingdong.lu@windriver.com>
2011-02-01mailx: add mailx 12.4Jingdong Lu1
This package has been added from Open Embedded. Changes from the Open Embedded version: * Update version to 12.4(mailx has been replaced by heirloom-mailx) * Add SUMMARY, LIC_FILES_CHKSUM * Remove patch(install.patch) Signed-off-by: Jingdong Lu <jingdong.lu@windriver.com>
2011-02-01at: allow normal user to use 'at'Kevin Tian1
fix [BUGID #675] Similar to previous cronie changes, so far 'at' environment is also not complete and only root user could trigger delayed tasks. Similar permission changes are required for: /etc/at.deny /usr/bin/at /var/spool/at/ /usr/bin/at is setgid to 'daemon', to differentiate with cronie. So move 'at' out of 'cron' (/var/spool/cron/at -> /var/spool/at) another fix is to rename /etc/init.d/at to atd which is more widely used in other distros (also required by LTP test cases) Signed-off-by: Kevin Tian <kevin.tian@intel.com>
2011-02-01cronie: enable multi-user crontab usage and make cron environment completeKevin Tian2
fix [BUGID #673] several cron related test cases in LTP reveals that our current cron recipe is not complete: a) a complete cron hierarchy better have: /etc/crontab /etc/cron.d /etc/cron.hourly /etc/cron.daily /etc/cron.weekly /etc/cron.monthly b) for a normal user to use crontab command: add a new group - crontab /usr/bin/crontab is setgid to root:crontab /var/spool/cron is owned by root:crontab below are optional, and thus not included in the default setup: /etc/cron.deny /etc/cron.allow cronie by default only allows root user to use crontab, if neither cron.deny nor cron.allow exists. They are controlled by final policy deployed on the product. Signed-off-by: Kevin Tian <kevin.tian@intel.com>
2011-02-01distro_tracking_fields.inc: update pixmanDexuan Cui1
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2011-02-01pixman: downgrade from development release 0.21.4 to stable release 0.20.2Dexuan Cui2
pixman's stable releases have even minor version numbers, e.g., 0.18.x, 0.20.x. Odd minor version numbers mean development snapshots that may contain bugs and experimental features. The next stable release should be 0.22.0. Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2011-02-01mutter: Upgrade to 2.29.1 via gitZhai Edwin2
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
2011-02-01gdk-pixbuf: Fix the native png load error and remove duplicated recipeZhai Edwin3
Native gdk-pixbuf-csource failed to load png file as the "loaders.cache" was not properly set by gdk-pxibuf-query-loaders when install. This patch use the wrapper script rather than query-loaders binary as required libtool library was not installed when do_install_append. Also remove dedicated recipe for gdk-pixbuf-native. [sgw: Added PACKAGES_DYMAMIC_virtclass-native] Signed-off-by: Zhai Edwin <edwin.zhai@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-02-01clutter-box2d: Upgrade to 0.10.1 via gitZhai Edwin2
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
2011-02-01clutter-gst-1.0: Upgrade to 1.3.4 (clutter 1.4 series)Zhai Edwin6
Install the example binary needed for poky-image-clutter. Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
2011-02-01clutter-gtk-1.0: Upgrade to one version prior to 0.90.2 (clutter 1.4 series)Zhai Edwin6
0.90.2 depends on unstable gtk+-2.90.x that is not in poky, so pick up one version prior to it. Also rebase disable_deprecated.patch to keep the API compatibility with gtk+ and install example binary for poky-image-clutter. Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
2011-02-01clutter-1.0: Upgrade to 1.4 - latest stable versionZhai Edwin12
* Use tar ball release rather than git, as it is more stable. Added dependence on gettext, and one patch to fix the cross-compile failure due to conformance-test. * configure "--with-json=check" avoid extra dependence on external json lib. * rename examples package (clutter-examples-1.x => clutter-1.x-example) to lead the right deploy package name Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
2011-02-01distrodata.bbclass: Imporve the checkpkg task more precisely and generate ↵Mei Lei1
data for pkg-report-system Imporve some regular expression when checking recipes' upstream version, reduce the number of invalid recipes' upstream version and imporve the precision Generate some data for package report system. Signed-off-by: Mei Lei<lei.mei@intel.com>
2011-02-01populate_sdk.bbclass/meta-toolchain: Made populate_sdk task more genericLianhao Lu2
Move the populate_sdk task out of meta-toolchain. Made it more generic to support rpm/deb package format. This commit is dependant on a series of commit: 2ea0406e4516fc59dff86cb4adc35c82cb774c2f 7ffa45b7cfea24dae1b51f40cfc807bf78b21b66 bf201a74c243942af3fcae6f174496bdd819dbc0 3d29933f2925efe8a84f10efdf50396031c33ae4 3d29933f2925efe8a84f10efdf50396031c33ae4 9c724dbf57e610a9e06bbdce38383dee3ac49281 Signed-off-by: Lianhao Lu <lianhao.lu@intel.com>
2011-02-01populate_sdk_ipk.bbclass: Added ipk support in populate_sdk task.Lianhao Lu1
This is a preparation commit for adding ipk support in populate_sdk task. Signed-off-by: Lianhao Lu <lianhao.lu@intel.com>
2011-02-01populate_sdk_deb.bbclass: Added deb support for populate_sdk task.Lianhao Lu1
This is a preparation commit for adding deb support in populate_sdk task. Signed-off-by: Lianhao Lu <lianhao.lu@intel.com>
2011-02-01populate_sdk_rpm.bbclass: Added rpm support for populate_sdk task.Lianhao Lu1
This is preparation commit to support using rpm in populate_sdk task. Signed-off-by: Lianhao Lu <lianhao.lu@intel.com>
2011-02-01rootfs_rpm/package_rpm.bbclass: Move func from rootfs_rpm to package_rpmLianhao Lu2
package_deb.bbclass: 1. Modified package_update_index_rpm() and package_generate_rpm_conf() to generate sperate depsolver db and rpm configuration, for target packages and host packages respectively. 2. Added new function package_install_internal_rpm() to install a list deb packages to a specified root directory, with the specified package architecutre information. 3. Added new function resolve_package_rpm() to resolve package names to filepaths. rootfs_deb.bbclass: Used the above new functions to install the rootfs. [sgw: merged changes for createrepo] Signed-off-by: Lianhao Lu <lianhao.lu@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-02-01rootfs_ipk/package_ipk.bbclass: Move func from rootfs_ipk to package_ipkLianhao Lu2
package_ipk.bbclass: Added new function package_install_internal_ipk() to install a list of ipk packages to a specified root directory, with the specified package architecutre information. rootfs_ipk.bbclass: Used the above new functions to install rootfs. Signed-off-by: Lianhao Lu <lianhao.lu@intel.com>
2011-02-01rootfs_deb/package_deb.bbclass: move func from rootfs_deb to package_debLianhao Lu2
package_deb.bbclass: 1. Added new function package_update_index_deb() to generate package index files. 2. Added new function package_install_internal_deb() to install a list deb packages to a specified root directory, with the specified package architecutre information. rootfs_deb.bbclass: Used the above new functions to install the rootfs. Signed-off-by: Lianhao Lu <lianhao.lu@intel.com>
2011-02-01gdk-pixbuf: add jpeg into DEPENDSDexuan Cui1
This fixes the following error: | checking for jpeg_destroy_decompress in -ljpeg... no | configure: WARNING: *** JPEG loader will not be built (JPEG library not found) *** | configure: error: | *** Checks for JPEG loader failed. You can build without it by passing | *** --without-libjpeg to configure but some programs using GTK+ may | *** not work properly | FATAL: oe_runconf failed Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2011-02-01xkeyboard-config: upgrade from 2.0 to 2.1Dexuan Cui1
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2011-02-01distro_tracking_fields.inc: added docbook-utils and dependenciesScott Garman1
These are distro tracking field additions for recipes used for creating documentation: sgml-common, docbook-sgml-dtd, docbook-dsssl-stylesheet, sgmlspl, opensp, openjade, docbook-utils Signed-off-by: Scott Garman <scott.a.garman@intel.com>
2011-02-01iputils: enable generation of man pagesScott Garman1
Enable documentation generation. Signed-off-by: Scott Garman <scott.a.garman@intel.com>
2011-02-01docbook-utils: new recipe v0.6.14Scott Garman1
Recipe derived from OpenEmbedded. Converted to use BBCLASSEXTEND. Signed-off-by: Scott Garman <scott.a.garman@intel.com>
2011-02-01openjade: new recipe v1.3.2Scott Garman5
Recipe derived from OpenEmbedded. Signed-off-by: Scott Garman <scott.a.garman@intel.com>
2011-02-01opensp: new recipe v1.5Scott Garman5
Recipe derived from OpenEmbedded. Removed old-style staging and converted to BBCLASSEXTEND. Signed-off-by: Scott Garman <scott.a.garman@intel.com>
2011-02-01sgmlspl: new recipe, v1.03iiScott Garman2
Recipe derived from OpenEmbedded. Signed-off-by: Scott Garman <scott.a.garman@intel.com>
2011-02-01docbook-dsssl-stylesheets: new recipe v1.79Scott Garman1
Recipe migrated from OpenEmbedded. Signed-off-by: Scott Garman <scott.a.garman@intel.com>
2011-02-01docbook-sgml-dtd: new recipes - v3.1, v4.1, v4.5Scott Garman5
These are recipes for DTDs commonly used when generating documentation for free software. Recipes dervied from the versions in OpenEmbedded. Signed-off-by: Scott Garman <scott.a.garman@intel.com>
2011-02-01sgml-common: new recipe v0.6.3Scott Garman4
Recipe derived from OpenEmbedded. Signed-off-by: Scott Garman <scott.a.garman@intel.com>
2011-02-01bitbake/fetch2: Ensure the local revision counter takes a default value of ↵Richard Purdie1
0, not None Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>