summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFiles
2011-04-22mpfr: upgrade from 3.0.0 to 3.0.1Nitin A Kamble1
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2011-04-22ofono: add bluez4 to DEPENDS listSaul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-04-22linux-tools.inc: turn off newt and dwarf for perfTom Zanussi1
Turn these off for now to avoid the host infection issues for perf. Fixes yocto [BUGID #994]. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2011-04-22puzzles: Upgrade to svn r9151 (from r9084)Zhai Edwin2
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
2011-04-22distro_tracking_fields.inc: update the info for the following recipesDexuan Cui1
powertop latencytop libxfixes util-macros mdadm lttng-control liburcu lttng-ust lttng-viewer Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2011-04-22lttng-viewer: upgrade from 0.12.36 to the latest version 0.12.38Dexuan Cui1
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2011-04-22task-poky-tools.bb, task-sdk-gmae.inc: enable lttng-ust for ARMDexuan Cui4
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-22lttng-ust: upgrade from 0.11 to the latest version 0.12Dexuan Cui3
Updated LIC_FILES_CHKSUM as a new Copyright holder was added. Removed the patch since 0.12 has integrated that. Added arm into COMPATIBLE_HOST as 0.12 can build on arm now. Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2011-04-22liburcu: upgrade from 0.5.2 to 0.5.4Dexuan Cui1
Add arm into COMPATIBLE_HOST since liburcu started to support pre-ARMv7 from 0.5.3 on. Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2011-04-22mdadm: upgrade from 3.1.4 to the latest version 3.2.1Dexuan Cui2
removed fix-z-now.patch since 3.2.1 has integrated it. Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2011-04-22preferred-xorg-versions.inc: update libxfixes, util-macros, xorg-cf-filesDexuan Cui1
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2011-04-22util-macros: upgrade from 1.11.0 to 1.13.0Dexuan Cui2
removed xaw.patch since it's not used by any recipe now. Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2011-04-22libxfixes: upgrade from 4.0.5 to the latest version 5.0Dexuan Cui1
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2011-04-22qemu: disable sdl for target buildSaul Wold1
This allows qemu to build for the target in the world build. Not sure this would make sense to run on the target. Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-04-22Control over when package init scripts are runGary Thomas4
When a package is built, some installation scripts must be performed on the target. In the case of a complete image, these scripts are run by a separate step at init time, but only during the first boot (other package install scripts can just be run when the package is installed on the target). This patch lets the distribution (or user) decide when these postponed install scripts should run. The default is normally near the end of init, but there may be times when it's beneficial to run them earlier so the "when" can be overridden. Signed-off-by: Gary Thomas <gary@mlbassoc.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-04-22modutils-initscripts: fix wrong order of module loading happening in udevPetr Štetiar1
In the current state, udev init script is loaded as 3rd and modutils.sh as 20th, so udevadm called in udev init script loads all kernel modules in some unpredictable order, not honoring in any way specified order of modules in /etc/modules. This causes some troubles mainly in the first boot. So to fix this we now move loading of the kernel modules just before we exec udev init script. Example of the current state: Starting udev rtc-m48t86 rtc-m48t86: rtc core: registered m48t86 as rtc0 rtc-m48t86 rtc-m48t86: battery ok ep93xx-rtc ep93xx-rtc: rtc core: registered ep93xx-rtc as rtc1 root@ts72xx:~# cat /etc/modules rtc-ep93xx ohci-hcd ts72xx_sbcinfo rtc-m48t86 As you can guess, this is really wrong behaviour, because I've rtc1 as the main time source for my system. root@ts72xx:~# cat /etc/default/hwclock HWCLOCKACCESS=yes HWCLOCKDEVICE=/dev/rtc1 Expected behaviour with this patch applied: Please wait: booting... ep93xx-rtc ep93xx-rtc: rtc core: registered ep93xx-rtc as rtc0 usbcore: registered new device driver usb ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver ... rtc-m48t86 rtc-m48t86: rtc core: registered m48t86 as rtc1 rtc-m48t86 rtc-m48t86: battery ok Starting udev Signed-off-by: Petr Štetiar <ynezz@true.cz> (based on http://patches.openembedded.org/patch/1917/) Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> 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-22libgpg-error: Upgrade to 1.10 (from 1.9)Zhai Edwin2
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
2011-04-22consolekit: Upgrade to 0.4.4 (from 0.4.3)Zhai Edwin2
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
2011-04-22avahi: Upgrade to 0.6.30 (from 0.6.28)Zhai Edwin3
This upgrade fix the one security issue: http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2011-1002 [YOCTO #975] fixed. This should be included in the Bernard point-release. Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
2011-04-22tasks: Upgrade to 0.19 (from 0.18)Zhai Edwin2
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
2011-04-22slang: Fix host contamination issueSaul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-04-21sanity.bbclass: Fixup Poky referencesRichard Purdie1
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-04-21lib/oe/distro_check.py: Fixup Poky referencesRichard Purdie1
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-04-21rpm: Refer to the yoctoproject.org bugzillaRichard Purdie1
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-04-21Further cleanup of various poky referencesRichard Purdie19
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-04-21Drop README.hardware as its not approproate for OE-CoreRichard Purdie1
2011-04-21scripts/runqemu.README: Clean this up to accurately reflect what the runqemu ↵Richard Purdie1
command now does Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-04-21runqemu-extra-sdk: Update function usage to clearly reflect its meaningRichard Purdie1
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-04-21Rename ~/.poky-sdk/ temp workdir to ~/.runqemu-sdk/Richard Purdie3
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-04-21bitbake.conf: Only very weakly assign SRCREV to the default of INVALIDRichard Purdie1
This means it can easily be overridden by other points in the code, such as a ?= assignment in recipes. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-04-21bitbake.conf: Set MAINTAINER to a non-poky default of the OE-Core mailing listRichard Purdie1
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-04-21bitbake.conf: Set SDK_VENDOR to -oesdkRichard Purdie1
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-04-21cronie 1.4.7: fix packagingKoen Kooi1
Syslog is full with entries like: /usr/sbin/crond[773]: (CRON) STAT FAILED (/etc/cron.d): No such file or directory Checking the package yields Package cronie (1.4.6-r0) is installed on root and has the following files: /usr/sbin/crond /etc/init.d/crond /usr/bin/crontab /etc/sysconfig/crond Which is missing most of what do_install_append installs, this commit fixes that Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-04-21sanity.conf: Rename POKY_CONF_VERSION -> LOCALCONF_VERSION and make sanity ↵Richard Purdie2
versions weak assignment allowing the distro to override Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-04-20adt_installer_internal: Remove hardcoded Poky referencesRichard Purdie1
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-04-20Rename poky-lsb override to linuxstdbaseRichard Purdie9
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-04-20Rename poky-image.bbclass to core-image.bbclassRichard Purdie15
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-04-20POKY_QEMU_IFUP -> RUNQEMU_IFUPRichard Purdie1
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-04-20Rename the remaining poky-* scripts to oe-* or runqemu-*Richard Purdie17
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-04-20Catch task-poky -> task-core renamingRichard Purdie3
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-04-20Fix git.pokylinux.org urls to git.yoctoproject.orgRichard Purdie18
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-04-20.gitignore: Drop stale entriesRichard Purdie1
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-04-20distro_tracking_fields.inc: Replace Poky with OE-CoreRichard Purdie1
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-04-20poky-setup-builddir: Rename to oe-setup-builddir and clean up POKY variable ↵Richard Purdie2
references Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-04-20Replace POKY_KVM_WIKI -> YOCTO_KVM_WIKIRichard Purdie1
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-04-20POKY_NATIVE_SYSROOT -> OECORE_NATIVE_SYSROOTRichard Purdie9
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-04-20oe-init-build-env: Fix typoRichard Purdie1
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-04-20Rename poky-image-* -> core-image-* and task-poky-* -> task-core-*Richard Purdie91
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-04-20Replace POKYBASE with COREBASERichard Purdie62
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>