summaryrefslogtreecommitdiff
path: root/meta/recipes-core
AgeCommit message (Collapse)AuthorFiles
2011-04-28glib-2.0: Inherit gettext should provide right libintl so remove from DEPENDSKhem Raj4
Add no-iconv.patch to provide dummy libiconv in case of uclibc Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-04-28gettext_0.17.bb: PROVIDE virtual/gettext and RCONFLICT with proxy-libintlKhem Raj1
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-04-28gettext: Divide packaging into gettext-runtime and restKhem Raj1
This helps in footprint on space constrained systems e.g. uclibc based systems where packaging full gettext just for libintl can be waste of space. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-04-28glib-2.0: upgrade to version 2.28.6Dongxiao Xu6
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2011-04-24task-base: allow distribution to define apm providerMartin Jansa1
* use VIRTUAL-RUNTIME_apm instead of apm directly Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-04-22task-poky-tools.bb, task-sdk-gmae.inc: enable lttng-ust for ARMDexuan Cui1
lttng-ust can build on ARM from 0.12 on. Merged with rebranding Fixes [YOCTO #856] Signed-off-by: Dexuan Cui <dexuan.cui@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-04-22jpeg: Upgrade to 8c (from 8b)Zhai Edwin2
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
2011-04-21Further cleanup of various poky referencesRichard Purdie1
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-04-20Rename poky-lsb override to linuxstdbaseRichard Purdie4
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-04-20Rename poky-image.bbclass to core-image.bbclassRichard Purdie5
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-04-20Catch task-poky -> task-core renamingRichard Purdie1
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-04-20Rename poky-image-* -> core-image-* and task-poky-* -> task-core-*Richard Purdie20
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-04-20Replace POKYBASE with COREBASERichard Purdie19
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-04-20initscripts: Drop outdated machine specific filesRichard Purdie6
2011-04-18jpeg: add link libjpeg.so.62 for LSB library testKang Kai1
LSB test just test whether libjpeg.so.62 exists, and no more use of it. So just make link to pass library check. Signed-off-by: Kang Kai <kai.kang@windriver.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-04-18netbase: add /etc/network/interfaces file for qemumips & qemuppcPaul Eggleton2
This fixes the network configuration for qemumips & qemuppc to match the other qemu* machines. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-04-18netbase: automatically bring up eth0Paul Eggleton1
This avoids manual configuration for those machines that do not override the default /etc/network/interfaces file. Fixes [YOCTO #875] Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-04-18libxml2: upgrade to version 2.7.8Qing He3
[YOCTO #978] from 2.7.7 fixes CVE-2010-4008 Signed-off-by: Qing He <qing.he@intel.com>
2011-04-12eglibc-package.inc: Add eglibc-binaries, eglibc-localedatas, eglibc-gconvs ↵Xiaofeng Yan1
and eglibc-charmps to variable PACKAGE The purpose of adding the above variables it to make it easier to install them into a lsb-image. By having 4 collections of packages they will not fill the task-poky-lsb.bb file. eglibc-binaries include packages "eglibc-binary-*" eglibc-localedatas include packages "eglibc-localedata-*" eglibc-gconvs include packages "eglibc-gconv-*" eglibc-charmaps include packages "eglibc-charmap-*" [sgw: edited summary and description] Signed-off-by: Xiaofeng Yan <xiaofeng.yan@windriver.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-04-11ncurses: Remove unwanted package config from previous .inc mergeRichard Purdie2
This fixes various build warnings and failures. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-04-10external-python-tarball: Drop FAKEROOT usage in favour of explicit options ↵Richard Purdie1
to tar Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-04-08ncurses: Update to 5.9Tom Rini5
The previous 5.7 release was relatively close to 5.8 due to it bringing in a patch to sync with upstream work-in-progress. We skip over the 5.8 release and move to 5.9. Also, we move most of the contents of the main recipe into the previously unused ncurses.inc file. Signed-off-by: Tom Rini <tom_rini@mentor.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-04-04ldconfig-native-2.12.1: newer recipe with eglibc sourcesNitin A Kamble10
This fixes [YOCTO #780] Handle the input/output data with different endian-ness correctly Also fix the definition of LD_SO for cross environment And remove the older 2.5 version of ldconfig-native recipe Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2011-04-04gettext_0.17.bb: Use linux-uclibceabi instead of linux-uclibcgnueabiKhem Raj1
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-04-04coreutils_6.9.bb: Remove gettext from DEPENDSKhem Raj1
inheriting gettext should take care of this Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-04-04console-tools_0.3.2.bb: inherit gettextKhem Raj1
There is a dependency on libintl in configure Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-03-24base-files: Remove sysctl.conf file. This is now provided by the procpc recipe.Richard Purdie2
The base-files version is horribly outdated too. [YOCTO #924] Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-03-23coreutils: Switch to disabling gmp supportTom Rini1
Coreutils can optionally build with libgmp support and for our uses it's fine to just not build it rather than add the dependency. Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-03-23Various: Update KERNELORG_MIRROR for consistencyTom Rini3
In mirrors.bbclass we point into /pub but we don't in bitbake.conf. All uses of KERNELORG_MIRROR look into /pub anyhow, so lets make use of that. Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-03-23Various: Switch to KERNELORG_MIRRORTom Rini2
Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-03-23Various: Switch to using GNU_MIRRORTom Rini3
Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-03-23Various: Switch to GNOME_MIRRORTom Rini2
Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-03-18initscripts: Make umountfs a bit more robust, bump PRTom Rini2
Avoids error messages on shutdown. Imported from OE commit 072cad0100fd828e7fee8f3fa3ade23e4306b394 Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-03-18busybox: enable unmount all featurePaul Eggleton2
This allows "umount -f -a -r" in our initscripts to actually do something. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-03-18util-linux: Setup for GPLv2 RecipeSaul Wold3
* add task to remove the GPLv3 lscpu code * Add patch to remove the reference to lscpu in Makfiles Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-03-18coreutils-6.9: fix man page building for the gplv2 recipeNitin A Kamble2
Added a new patch: coreutils-6.9/fix_for_manpage_building.patch And the target recipe now depends on the native recipe for the manpage generation. Similar fix may be needed to the GPLv3 version of this recipe. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2011-03-18toolchain-scripts.bbclass: Added --sysroot to CPPFLAGS.Lianhao Lu2
[YOCTO #908] Added CPPFLAGS into the environment file and added --sysroot to it. Signed-off-by: Lianhao Lu <lianhao.lu@intel.com>
2011-03-17gettext: Upgrade GPLv2 version to 0.16.1Saul Wold12
This adds a couple of new patches for handling various autoconf and autolocal issues. It also hardcodes a GETTEXT_MACRO_VERSION to 0.17 to match the native gettext. Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-03-16task-poky-ssh-openssh: new task recipe for openssh sshScott Garman1
This task can be used when IMAGE_FEATURES is set to ssh-server-openssh. Signed-off-by: Scott Garman <scott.a.garman@intel.com>
2011-03-16task-poky-ssh-dropbear: new task recipe for dropbear sshScott Garman1
This task can be used when IMAGE_FEATURES is set to ssh-server-dropbear. Signed-off-by: Scott Garman <scott.a.garman@intel.com>
2011-03-16task-base, task-poky-basic, task-poky: Remove hard-coded references to dropbearScott Garman1
This is the first step in refactoring the SSH server selection to be done in IMAGE_FEATURES instead of as hardcoded in these tasks. Signed-off-by: Scott Garman <scott.a.garman@intel.com>
2011-03-15package-index.bb: Added missing dependencies.Lianhao Lu1
[YOCTO #871] Added missing dependencies to opkg-utils-native and opkg-native. Signed-off-by: Lianhao Lu <lianhao.lu@intel.com>
2011-03-15util-linux: move remaining files from files directory to util-linux-2.17.2 ↵Martin Jansa4
for faster lookup Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-03-15util-linux: remove unused files from util-linux-2.17.2 directoryMartin Jansa1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-03-15util-linux: remove unused files from files directoryMartin Jansa8
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-03-15netbase: Upgrade version 4.44 to 4.45Khem Raj19
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-03-10tinylogin: Fix rotate passwd check logicDongxiao Xu2
Fix rotate passwd check logic which will write data into un-allocated memory. This fixes [YOCTO #735] Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2011-03-05toolchain-script.bbclass: Added --sysroot to LDFLAGS.Lianhao Lu2
[YOCTO #808] Added --sysroot to LDFALGS in environment files. Signed-off-by: Lianhao Lu <lianhao.lu@intel.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-03-02util-linux: split out uuidgen to a separate packagePaul Eggleton2
uuidgen is needed by zypper and we don't want to drag in everything else in util-linux, so split it out to a separate package. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-03-02ncurses: Change ncurses patch SRC_URI locationDongxiao Xu1
One of ncurses's patch has been removed from its original repo location, use autobuilder cache location instead. Comment out the original patch address instead of removing it since we may still need that address when upgrade the recipe later. This fixes [BUGID #709]. [sgw: fixed having comment embedded in SRC_URI] Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>