summaryrefslogtreecommitdiff
path: root/meta/recipes-core
Commit message (Collapse)AuthorAgeFilesLines
* update patch upstream statusQing He2011-05-1340-0/+78
| | | | | | | | | | | | | | This patch includes the update of patch upstream status of the following recipes (50 in all): grub pciutils setserial dhcp iproute2 libnss-mdns nfs-utils openssl portmap busybox coreutils dbus dropbear ncurses readline sysfsutils sysvinit tinylogin udev update-rc.d util-linux elfutils file pkgconfig syslinux ubootchart yaffs2 findutils gamin hdparm libaio libzypp parted procps sat-solver screen sed sysklogd tcp-wrapper time zypper attr boost createrepo gnutls hal js libgcrypt libnl libusb-compat Signed-off-by: Qing He <qing.he@intel.com>
* recipes: add Upstream-Status for multiple recipesDongxiao Xu2011-05-1218-0/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | hostap: add upstream status for hostap-fw-load.patch lrzsz: add upstream status for lrzsz's patches bluez: add upstream status for bluez's patches bluez-dtl1-workaround: add upstream status for COPYING.patch libgsmd: add upstream status for gsm's patches. gypsy: add upstream status for gypsy's patch libpcap: add upstream status for libpcap's patches ppp: add upstream status for ppp's patches libtelepathy: add upstream status for libtelepathy's patches telepathy-python: add upstream status for telepahty-python's patches wireless-tools: add upstream status for wireless-tools's patches wpa-supplicant: add upstream status for wpa-supplicant zeroconf: add upstream status for zeroconf's patch glibc: add upstream status for glibc's patches dpkg: add upstream status for dpkg's patches makedevs: add upstream status for makedevs's patch opkg: add upstream status for opkg's patches opkg-utils: add upstream status for opkg-utils's patch minicom: add upstream status for minicom patches rpcbind: add upstream status for rpcbind's patch which: add upstream status for which's patch clutter-gst: add upstream status for clutter-gst's patches flac: add upstream status for flac's patches gst-ffmpeg: add upstream status for gst-ffmpeg's patch liba52: add upstream status for liba52's patch libid3tag: add upstream status for libid3tag libmusicbrainz: add upstream status for libmusicbrainz's patch pulseaudio: add upstream status for pulseaudio patches db: add upstream status for db's patch neon: add upstream status for neon's patch taglib: add upstream status for taglib's patches libetpan: add upstream status for libetpan's patch libopensync: add upstream status for libopensync's patches libopensync-plugin-evolution2: add upstream status for its patch libopensync-plugin-syncml: add upstream status for its patch libsyncml: add upstream status for libsyncml's patch empathy: add upstream status for empathy's patch wv: add upstream status for wv's patch xournal: add upstream status for xournal's patch Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
* readline: Upgrade 6.1 -> 6.2Adrian Alonso2011-05-112-6/+6
| | | | Signed-off-by: Adrian Alonso <aalonso@secretlab.ca>
* busybox: add support to mdevOtavio Salvador2011-05-104-2/+56
| | | | | | | This changes the packaging only if the configuration used has mdev support enabled. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* eglibc-2.13: Add recipes for eglibc 2.13Khem Raj2011-05-0513-1/+491
| | | | | | | | Add patch to correct fstack-protector configure check Document all patches for eglibc 2.13 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* task-core-tools.bb: properly enable lttng-ust for ARMDexuan Cui2011-05-051-1/+2
| | | | | | | | | Fixes [YOCTO #856] Commit 320a641df18024265c3d2b3b08251a231f9fd6a0 omitted the line when being merged into master branch. Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
* initscripts: remove -i from halt/reboot arguments and allow overridePaul Eggleton2011-05-043-3/+10
| | | | | | | | | | | Introduces a variable HALTARGS which specifies the arguments sent to halt and reboot, and sets the default value to "-d -f", dropping the previous -i (shut down all network interfaces before halt/reboot, which causes a freeze with NFS root.) Fixes [YOCTO #997]. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
* util-linux.inc: remove virtual/libintl from DEPENDSKhem Raj2011-05-041-3/+3
| | | | | | inherit gettext should do it. Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Remove distro-specific metadata for distros not in oe-corePaul Eggleton2011-05-0411-70/+4
| | | | Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
* Remove machine-specific metadata for machines no longer in oe-corePaul Eggleton2011-05-0440-727/+4
| | | | Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
* poky-default-revisions: move the SRCREV to recipe fileYu Ke2011-05-043-0/+5
| | | | | | in this case, those non poky distro can also use these recipe normally Signed-off-by: Yu Ke <ke.yu@intel.com>
* qemuimagetest: Enable toolchain automation tests in qemuimagetestJiajun Xu2011-05-041-1/+2
| | | | | | | | | | | Enable toolchain automation tests in qemuimagetest framework. 3 C/C++ test projects are added to test toolchain - cvs, iptables and sudoku-savant. User needs to set TEST_SCEN to "toolchain" in local.conf to enable tests. Test case will check if toolchain tarball exists under "${DEPLOY_DIR}/sdk". And it will extract toolchain tarball into /opt. It requires user to chown /opt to non-root user, who will run qemuimagetest. Signed-off-by Jiajun Xu <jiajun.xu@intel.com>
* busybox: upgrade to version 1.18.4Qing He2011-05-0410-37/+18
| | | | | | | from version 1.17.3 - remove make-382-fix since it's upstreamed Signed-off-by: Qing He <qing.he@intel.com>
* netbase: fix check for nfsroot in if-pre-up.d scriptPaul Eggleton2011-05-042-2/+2
| | | | | | | | | | The if-pre-up.d/nfsroot script was no longer functioning correctly due to a change in iproute2's installation of the "ip" executable. The script will now function correctly regardless of whether ip is in /bin or /sbin. Fixes [YOCTO #1006]. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
* logging: update existing oe* logging users to the bb* interfaceDarren Hart2011-05-043-3/+3
| | | | | | | | | | | The new bash logging class provides bbnote, bbwarn, bbfatal, and bbdebug replacements (as well as bbplain and bberror) for the oe* equivalents. Use the new bb* API in preparation to delete the oe* logging API. This patch was automatically generated by a sed script. The result has been visually inspected and used to build core-image-sato for qemux86. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
* core-image-directdisk: add LIC_FILES_CHECKSUMTom Zanussi2011-05-041-0/+3
| | | | | | Fix for build failure. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* glib-2.0: Inherit gettext should provide right libintl so remove from DEPENDSKhem Raj2011-04-284-3/+112
| | | | | | Add no-iconv.patch to provide dummy libiconv in case of uclibc Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gettext_0.17.bb: PROVIDE virtual/gettext and RCONFLICT with proxy-libintlKhem Raj2011-04-281-2/+2
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gettext: Divide packaging into gettext-runtime and restKhem Raj2011-04-281-4/+31
| | | | | | | | 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>
* glib-2.0: upgrade to version 2.28.6Dongxiao Xu2011-04-286-4/+12
| | | | Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
* task-base: allow distribution to define apm providerMartin Jansa2011-04-241-1/+4
| | | | | | | * 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>
* task-poky-tools.bb, task-sdk-gmae.inc: enable lttng-ust for ARMDexuan Cui2011-04-221-4/+4
| | | | | | | | | | 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>
* jpeg: Upgrade to 8c (from 8b)Zhai Edwin2011-04-222-4/+8
| | | | Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
* Further cleanup of various poky referencesRichard Purdie2011-04-211-2/+2
| | | | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* Rename poky-lsb override to linuxstdbaseRichard Purdie2011-04-204-4/+4
| | | | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* Rename poky-image.bbclass to core-image.bbclassRichard Purdie2011-04-205-5/+5
| | | | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* Catch task-poky -> task-core renamingRichard Purdie2011-04-201-3/+3
| | | | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* Rename poky-image-* -> core-image-* and task-poky-* -> task-core-*Richard Purdie2011-04-2020-73/+73
| | | | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* Replace POKYBASE with COREBASERichard Purdie2011-04-2019-34/+34
| | | | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* initscripts: Drop outdated machine specific filesRichard Purdie2011-04-206-557/+0
|
* jpeg: add link libjpeg.so.62 for LSB library testKang Kai2011-04-181-1/+12
| | | | | | | | 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>
* netbase: add /etc/network/interfaces file for qemumips & qemuppcPaul Eggleton2011-04-182-0/+16
| | | | | | | This fixes the network configuration for qemumips & qemuppc to match the other qemu* machines. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
* netbase: automatically bring up eth0Paul Eggleton2011-04-181-0/+1
| | | | | | | | | 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>
* libxml2: upgrade to version 2.7.8Qing He2011-04-183-6/+8
| | | | | | | | | [YOCTO #978] from 2.7.7 fixes CVE-2010-4008 Signed-off-by: Qing He <qing.he@intel.com>
* eglibc-package.inc: Add eglibc-binaries, eglibc-localedatas, eglibc-gconvs ↵Xiaofeng Yan2011-04-121-0/+20
| | | | | | | | | | | | | | | | | 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>
* ncurses: Remove unwanted package config from previous .inc mergeRichard Purdie2011-04-112-6/+1
| | | | | | This fixes various build warnings and failures. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* external-python-tarball: Drop FAKEROOT usage in favour of explicit options ↵Richard Purdie2011-04-101-1/+1
| | | | | | to tar Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ncurses: Update to 5.9Tom Rini2011-04-085-308/+204
| | | | | | | | | | 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>
* ldconfig-native-2.12.1: newer recipe with eglibc sourcesNitin A Kamble2011-04-0410-113/+672
| | | | | | | | | | | | 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>
* gettext_0.17.bb: Use linux-uclibceabi instead of linux-uclibcgnueabiKhem Raj2011-04-041-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* coreutils_6.9.bb: Remove gettext from DEPENDSKhem Raj2011-04-041-1/+1
| | | | | | inheriting gettext should take care of this Signed-off-by: Khem Raj <raj.khem@gmail.com>
* console-tools_0.3.2.bb: inherit gettextKhem Raj2011-04-041-2/+1
| | | | | | There is a dependency on libintl in configure Signed-off-by: Khem Raj <raj.khem@gmail.com>
* base-files: Remove sysctl.conf file. This is now provided by the procpc recipe.Richard Purdie2011-03-242-31/+0
| | | | | | | | The base-files version is horribly outdated too. [YOCTO #924] Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* coreutils: Switch to disabling gmp supportTom Rini2011-03-231-2/+4
| | | | | | | 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>
* Various: Update KERNELORG_MIRROR for consistencyTom Rini2011-03-233-3/+3
| | | | | | | | 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>
* Various: Switch to KERNELORG_MIRRORTom Rini2011-03-232-2/+2
| | | | Signed-off-by: Tom Rini <tom_rini@mentor.com>
* Various: Switch to using GNU_MIRRORTom Rini2011-03-233-5/+5
| | | | Signed-off-by: Tom Rini <tom_rini@mentor.com>
* Various: Switch to GNOME_MIRRORTom Rini2011-03-232-2/+2
| | | | Signed-off-by: Tom Rini <tom_rini@mentor.com>
* initscripts: Make umountfs a bit more robust, bump PRTom Rini2011-03-182-4/+4
| | | | | | | | Avoids error messages on shutdown. Imported from OE commit 072cad0100fd828e7fee8f3fa3ade23e4306b394 Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
* busybox: enable unmount all featurePaul Eggleton2011-03-182-2/+2
| | | | | | This allows "umount -f -a -r" in our initscripts to actually do something. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>