Configured layers: layer repository name: bitbake layer uri: git://github.com/openembedded/bitbake.git layer branch/revision: master/HEAD Changes in between beaglebone-20120201..20120410-0715 Adrien Bustany (1): stderr would previously be appended to stdout, corrupting the result when something was outputed to stderr but exit code was still 0 (non-fatal warning messages). This commit makes the code parse only stdout, but output stderr if an error happened. Bernhard Reutner-Fischer (1): setup.py: Install concurrent too Bruce Ashfield (1): fetch2/git: create bareclone option Caleb Crome (1): Fix parser hang at 0% with single-core machines Christopher Larson (6): Revert the switch to futures for now cooker: roll our own process pool knotty: shut down more cleanly Merge remote-tracking branch 'kergoth/hang-issue-fix' persist_data: survive if sqlite3 couldn't enable the shared cache bb.build: use relative log links, not absolute Dongxiao Xu (70): cache: Use configuration's hash value to validate cache event.py: Add new events RequestPackageInfo and PackageInfo bitbake: add -B option to bind with interface bitbake: Add client socket info for BitBakeServerConnection command.py: Add a new API triggerEvent() command.py: add resolve option for generateTargetsTree API runqueue: fire sceneQueueTaskStarted event when a setscene queue starts Hob: A new implemetation (v2) data_smart.py: Uses BB_HASHCONFIG_WHITELIST to filter unnecessary variables command.py: remove the resolve parameter in generateTargetsTree cooker.py: Fix a bug due to variable name cooker: fix calculating of depends and rdepends Hob(crumbs/hoblistmodel.py): Fix recipe's populate() function Hob(crumbs/hoblistmodel.py): Add mapping for rprovides and pkg Hob: Fix pressing "stop" build runqueue.py: initialize rqexe at RunQueue's init function Hob: add "Close" button to "BinbDialog" Hob: Disable the handling of "NoProvider" event cooker: add package rdepends and rrecommends info Hob: Fix the image installation dependency Hob: Remove the reset button in recipe/package selection page Hob: Remove the indication in machine/base image combobox Hob: Remove the recipe/package populated signal Hob: Show recipe/package editing button after base image is selected Hob: Emit command-failed signal even if error msg is None Hob: Add stop button for parsing progress Hob: improve recipe/package selection performance Hob: Change Box's padding value Hob: reset the selection if switch to a new base image Hob: Fix advanced setting reparse mechanism Hob: save CONF_VERSION and LCONF_VERSION into template Hob: Still use initcmd != None as the if judgement Hob: Remove split model in GTK Hob Hob: change package classes selection GUI Hob: Change template button name from "Template" to "Templates" Hob: Change recipe selection tab order Hob: Change package selection tab order Hob: Move "Create your own image" to the bottom of image list cooker: add inherit information when generating package tree Hob: Use inherit information to judge if a recipe is image type Hob: Remove unnecessary PARSE_BBFILES command Hob: Cleanup for hobeventhandler.py Hob: Initial an empty label in recipeselectionpage.py Hob: Change the Hob initialization process Hob: Fix the workaround to get image types Hob: Add a supported image type "vmdk" Hob: runqemu and deployment functionality filter Hob: Set empty DISTRO if "defaultsetup" is selected Hob: Avoid getting TMPDIR in hardcode Hob: Remove un-used signal and functions Hob: Fix adding duplicated meta-hob layer Hob: Define a variable to store the image name and toolchain Hob: Improve the matching for runnable machine type command.py: Move triggerEvent to command async class Hob: Improve for init a new build Hob: Inherit image_types.bbclass in set_user_config() Hob: Update configuration after parsing Hob: Remember user settings when reparse config Hob: Change the format to store image_fstype variable Hob: Fix the setting hash calculation Hob: Replace "local.conf" in error message Hob: Fix MACHINE setting Hob: Update the cache when setting changed Hob: Remove some calling of initiate_new_build() Hob: Remove duplication for certain bitbake variables Hob: Set stop button sensitive after task started Hob: Fix toolchain build Hob: fix IMAGE_INSTALL setting while save template Hob: Remove the recipe/task type for multilib Hob: Check "dummy" image while update_image_combo Eric Bénard (1): runningbuild.py: fix goggle ui Gary Thomas (1): bitbake/fetch2: Fix typo which broke use of tarballs Joshua Lock (50): crumbs: add back progress implementation for depexp crumbs/persistenttooltip: a new Gtk+ widget for use in Hob ui/icons: crop the info icons ui/crumbs/hobwidget: implement HobInfoButton per Hob interaction design ui/crumbs/imageconfigurationpage: make use of the HobInfoButton ui/crumbs/hig: use HobInfoButton in place of gtk.Image with tooltip ui/crumbs/hig: special case stock info icons in CrumbsMesssageDialog ui/crumbs/hig: use close rather than OK for dismis button ui/crumbs: remove unused return value from append_toolbar_button ui/crumbs/hobpage: no need to force a Toolbar button type ui/crumbs/persistenttooltip: try to reflect WM close button position ui/crumbs/hobwidget: add clear icon to search entries in HobNotebook ui/crumbs/persistenttooltip: tweak borders ui/crumbs/persistenttooltip: fix colours on darker themes ui/crumbs/persistenttooltip: fix whitespace lib/bb/ui/crumbs: Add HobAltButton and use it lib/ui/icons: autocrop images lib/bb/ui/crumbs: add icons for use in the layer dialogue ui/crumbs/hig: make the layer selection dialogue more closely match design lib/bb/ui/crumbs/hig: disable removal of meta-hob layer lib/bb/ui/icons: add new icons for use in Hob, autocrop some existing ones lib/bb/ui/crumbs: replace HobXpmLabelButtonBox with HobImageButton lib/bb/ui/crumbs/builder: only show a close button on the Layer Selector lib/bb/ui/crumbs/hig: tweak 'Add Layer' button per visual design lib/bb/ui/crumbs: add colour for HobAltButton per visual design lib/bb/ui/crumbs: fix 'Back to image configuration' alt button text lib/bb/ui/crumbs/hobwidget: add HobButton widget for the primary action lib/bb/ui/crumbs: make use of HobButton for existing primary action buttons lib/bb/ui/crumbs/builder: change dialogue title to Layers lib/bb/ui/crumbs/hig: sort layers in Layer Selection dialogue lib/bb/ui/crumbs/hobwidget: HobAltButton different visual when insensitive lib/bb/ui/crumbs/builddetailspage: fix label on 'Back' button lib/bb/ui/crumbs/hobwidget: convert button styling logic to static methods lib/bb/ui/crumbs/persistenttooltip: layout tweaks lib/bb/ui/crumbs/persistenttooltip: ensure a reasonable minimum size lib/bb/ui/crumbs: use a PersistentTooltip for the Brought in by information lib/bb/ui/crumbs: apply primary/secondary dialogue button styling lib/bb/ui/crumbs: tweak build status display lib/bb/ui/crumbs/imageconfigurationpage: ensure widgets stay positioned lib/bb/ui/crumbs/imagedetails: use secondary button style for 'View files' lib/bb/ui/crumbs/hobwidget: add padding to HobImageButton lib/bb/ui/crumbs/imageconfigurationpage: add extra space between widgets lib/bb/ui/crumbs/hobwidget: change text sizes in HobImageButton lib/bb/ui/crumbs/builder: allow user to cancel Layer selection dialogue lib/bb/ui/crumbs: hob progress bar should not be red when user stops build lib/bb/ui/crumbs/hig: fix layers_changed test Hob: tweak font sizes and layout lib/bb/ui/crumbs/hobpages: change title from HOB to Hob lib/bb/ui/crumbs/hoblistmodel: fix sorting of RecipeListModel lib/bb/ui/hob: exit cleanly if the required pygtk version isn't available Lianhao Lu (1): bitbake: Added BBINCLUDED variable. Liming An (17): Hob: remove the invalid code in hobwidget.py Hob: Fixed the hobwidget code and make it like a pythonista Hob: add auto adjust background area function for long issue text Hob: change HobNoteBook tab edge color from green to gray Hob: fix static variable "self.search" to parameter "search" in signal callback function Hob: fixed the tabbar search entry retaining focus when user has clicked off it issue Hob: reset the policy to forbid the horizontal scrolling for building log Hob: add auto scroll to rows which be new appended in hob building log page Hob: add refresh icon as ui request in building log Hob: fixed visually differentiate warnings and errors icon in building log Hob: change the recipe pasing error dialog icon from 'dialog-info' to 'dialog-error' Hob: use hob icon checker to check the gtk icon for make the icon constaintly Hob: change the implementation way about get config info for building log Hob: fixed some not compatible places for make runningbuild.py can be reused by another application Hob: fixed the 'error' icon source picture and adjusted corresponding showed icon size Hob: in build details page, change error icon to denied icon Hob: In building log page, fixed the issue about 'endpath' not clear when next to start build Martin Jansa (2): siggen: compare runtaskdeps dictionary even when they have the same size setup.py: remove bb.fetch package, code was dropped in 292e3430e5140b602cad86f55b5453e8cebb28a1 Paul Eggleton (15): bitbake: show appropriate warnings for universe target bitbake/knotty: ensure we return non-zero exit code on Ctrl+C bitbake/knotty: ensure CommandFailed increases error count bitbake/ui/knotty: fix incorrect exit code bitbake: fix parse errors not being reported bitbake: add file and line number to ParseError bitbake/cooker: terminate when errors found in layer configuration bitbake/runqueue: make dry-run do everything except execute bitbake: fix setscene task start/failure handling bitbake: implement BB_VERBOSE_LOGS bitbake/runqueue: fix python error on scenequeue task failure bitbake/uihelper: restore line to record failed normal tasks bitbake/build: report TaskFailedSilent events as "Failed" bitbake/siggen: output filename on error in finalise bitbake-layers: fix traceback in show-overlayed with nothing overlayed Richard Purdie (22): siggen.py: Handle cases where the input to symmetric_difference() may be None siggen.py: Pass the datacache to signature generator classes Move new files to the correct location bitbake/runqueue: Ensure finish_now() sets the runqueue state consistently bitbake/ConfHandler: Be more strict about variable quoting parse/ConfHandler: Fix enthusiatic export regexp matching conf/classes: Catch up with bb.data -> direct object access conversion bitbake: Convert getVar/getVarFlag(xxx, 1) -> (xxx, True) bitbake: Drop fetch v1, v2 provides a much better codebase to build from cooker.py: Allow parsing shutdown to be called more than once codeparser: Compute extra cache components on the fly rather than later codeparser: Call intern over the set contents for better cache performance ui/uihelper: Keep track of task numbers parse/ast: Expand inherit statements before splitting them bitbake/fetch: Fix uri_replace runqueue.py: When checking whether stamps are valid for setscene, recurse utils: Add split_version function for splitting a version into its components Add bitbake-dumpsig to make it more obvious how to dump a signatures file bitbake/fetch2: Ensure mirror tarballs have .done stamps so we don't redownload and corrupt them uihelper: Keep track of pids in execution order ui/knotty: Add a footer to the build output for interactive terminals as knotty2 UI knotty: Add back getTasks() call to ensure we don't repeat messges Robert P. J. Day (2): Typo: "nonexistant" -> "non-existent" Fix typo: BB_NUMBER_THREAD -> BB_NUMBER_THREADS Robert Yang (2): V5 Disk space monitoring siggen.py: Use basehash if no taskhash Shane Wang (54): bitbake: Add description into the cache and clean up cache duplication command.py: add new API to get the cpu count on the server bitbake: change for adding progress bar in Hob2. Hob: make HobViewTable more general in hob and make the image selection dialog and the image details page reuse it. Hob: avoid the image selection dialog to walk through all directories and its sub-directories, when users click "My images". Hob: fixed the issue in the brought-in-by dialog. Hob: cleanup those class methods in HobWidget Hob: include hddimg and iso into image types. Hob: image configuration page doesn't need dialogs any more Hob: fix a bug in builder.configuration.curr_mach Hob: make the image configuration page not to flash the progress bar Hob: enable indicators on the "Included" tab in the recipe selection page and the package selection page crumbs: Factor common dialogue configuration out crumbs/builder: use the name Hob consistently crumbs: move towards more standard dialogue spacing crumbs: fix button order in several dialogues hig: try to avoid setting explicit dialogue sizes crumbs/hig: tweak UI and layout of LayerSelectionDialog Hob(crumbs/builder.py): remove the code commented out in the builder.py Hob: fix a bug that the image size is shown incorrectly in the image details page. Hob(crumbs/builder.py): adjust the main window's position and ignore the case lower than 1024x768. Hob: implement a self-defined notebook visual component for Hob Hob: use HobNotebook to implement a notebook in build details page Hob: show indicators on the tabs of the Hob notebook Hob: change the code style to enumerate a list in a for-loop Hob: fix '!= None' and '== None' in the code Hob: Change window title from HOB to Hob Hob: Change "View Packages" description Hob: Change the titles for recipe view and package view Hob: Revert interfaces of callbacks for layer_button, view_recipes_button, and view_packages_button. Hob: Change the descriptions for view_recipe_button and view_package_button Hob: add build status labels in the build details screen to make it more close to the visual design Hob: allow users to setup the proxies Hob: Set one of deployable images or runnable images as the default toggled item Hob: add Templates and Settings on image details screen Hob: change some words for build configurations on build details screen Hob: change some words on image configuration screen to make them consistent Hob: change some words on recipes screen and package screen to make them consistent Hob: change some words in settings dialog to make them consistent Hob: clear the building state after a successful build, as a failed build does Hob: Change icon to error because parsing error is an error Hob: Change "Just bake" to "Build image" as required Hob: make ORANGE to be the same as the color on the dialog Hob: some color style changes to make HobTabBar more close to visual design runqueue: wait and deal with those sub-processes as soon as they are os.killed() when "Force stop" Hob: add the "info" indication icon for "information" in the dialogs. Hob: remove grab_default() for deploy button Hob: reset issue indication and build status before build starts on build details screen Hob: handle exceptions in get_parameters() from the bitbake Hob: handle exceptions when loading templates Hob: unify _size_to_string() and _string_to_size() Hob: avoid the empty white space appearing on top of the gtk.ComboBox Hob: a minor fix on image_fstypes Hob: a minor fix on pmake layer repository name: meta-angstrom layer uri: git://git.angstrom-distribution.org/meta-angstrom layer branch/revision: master/HEAD Changes in between beaglebone-20120201..20120410-0715 Eric Bénard (1): angstrom-version: fix when one layer is not handled by git Khem Raj (1): angstrom-2010-preferred-versions: Delete ANGSTROM_LIBTOOL_VERSION Koen Kooi (21): angstrom core tweaks: add 'package-management' to EXTRA_IMAGE_FEATURES if unset angstrom: disable testlab, buildhistory is the preferred method nowadays angstrom: remove obsolete tinderclient variables angstrom: globally enable buildhistory.bbclass Angstrom: switch to OEbasichash as sstate signature generator angstrom: prefer udev 181 angstrom: drop libtool pinnings, there's only a single version in oe-core angstrom: soft include opie git version pinnings angstrom: set default init manager to systemd angstrom: set default provider for libsdl angstrom-task-gnome*: remove hardcoded connman reference, it is really an image choice systemd-image: add timestamp-service angstrom: quoting fixes systemd-image: quoting fixes angstrom: remove SOC_FAMILY from global overrides, BSP layers add it on their own now angstrom mirror: switch for faster mirror and use it as PREMIRROR again angstrom feed sorter: add support for fri2-noemgd and pandaboard angstrom: prefer udev 182 angstrom: prefer linux-libc-headers 3.2 angstrom: add '3g' distro feature angstrom: add 'pulseaudio' distro feature layer repository name: meta-openembedded layer uri: git://github.com/openembedded/meta-oe.git layer branch/revision: master/HEAD Changes in between beaglebone-20120201..20120410-0715 Andrea Adami (15): tzdata_2011g: remove and use the updated recipe in oe-core. tzcode-native_2011i: remove and use oe-core recipe meta-initramfs: initial commit meta-initramfs: import klibc recipe and bbclass from meta-oe meta-initramfs: add kexec-tools-klibc from meta-oe meta-initramfs: add initramfs-kexecboot images from meta-handheld meta-initramfs: add kexecboot recipes from meta-handheld meta-initramfs: add linux-kexecboot_3.1 from meta-handheld meta-initramfs: import linux-kexecboot_3.2 and _git from meta-handheld kexecboot_cfg: add missing default OE icon.xpm linux-kexecboot_3.2: move from 3.2.1 to 3.2.7 linux-kexecboot_3.2: update from 3.2.7 to 3.2.8 klibc_1.5.25: Fetcher and QA fixes klibc: add MIT License linux_kexecboot_3.2: upgrade from 3.2.8 to 3.2.9 Andreas Müller (58): atk_2.2.0.bbappend: remove since oe-core now supports native build systemd-systemctl-native: add multiple services support systemd.bbclass: introduce systemd_unitdir systemd.bbclass: enhance checks for SYSTEMD_PACKAGES and SYSTEMD_SERVICE systemd.bbclass: cosmetics systemd.bbclass: automatically create packages set in SYSTEMD_PACKAGES systemd.bbclass: automatically install all *.service and *.socket supplied in recipe's SRC_URI systemd.bbclass: run code in populate_packages_prepend only if ${D} exists systemd.bbclass: automatically extend FILES_* for systemd packages systemd.bbclass: automatically extend RDEPENDS for *-systemd packages connman: remove unneeded systemd code / use ${systemd_unitdir} dropbear: remove unneeded systemd code / use ${systemd_unitdir} openssh: remove unneeded systemd code elsa: remove unneeded systemd code cronie: remove unneeded systemd code xserver-nodm-init: remove unneeded systemd code atftp: remove unneeded systemd code udisks: remove unneeded systemd code rsyslog: remove unneeded systemd code syslog-ng: remove unneeded systemd code / use ${systemd_unitdir} dhcp: remove unneeded systemd code gpsd: remove unneeded systemd code busybox: remove unneeded systemd code / use ${systemd_unitdir} dhcp: add native systemd support for dhcp-relay dhcp: follow oe-core's update to 4.2.3-P2 gcc: same patches for all gccs with shared sources pango: disable introspection systemd-systemctl-native: multiple service files not looped properly garcon: update to 0.1.10 xfce4-session: update to 4.8.3 / fix QA warnings static libs in dev package xfce4-panel: fix QA warnings static libs in dev package gateone: remove unneeded systemd code networkmanager: inherit systemd networkmanager: cleanup cherokee.inc: add DEPENDS to mysql5 cherokee: no need for cherokee.inc since it is used only once cherokee: complete systemd native support gdm: inherit systemd / remove unneeded systemd code cloud9: remove unneded systemd code lighttpd: inherit systemd / remove unneded systemd code connman: follow oe-core to 0.79 ristretto: update to 0.3.5 xarchiver: add bzip2 to RRECOMMENDS_${PN} xarchiver: add unzip to RRECOMMENDS_${PN} libass.inc: fix typo OE_EXTRACONF -> EXTRA_OECONF systemd.bbclass: remove systemd_unitdir it is set in oe-core systemd-compat-units: replace ${base_libdir}/systemd by ${systemd_unitdir} set in oe-core systemd-serialgetty: replace ${base_libdir}/systemd by ${systemd_unitdir} set in oe-core systemd_git: replace ${base_libdir}/systemd by ${systemd_unitdir} set in oe-core udev_175: replace ${base_libdir}/systemd by ${systemd_unitdir} set in oe-core udev_182: replace ${base_libdir}/systemd by ${systemd_unitdir} set in oe-core dietsplash_git: replace ${base_libdir}/systemd by ${systemd_unitdir} set in oe-core slim: replace ${base_libdir}/systemd by ${systemd_unitdir} set in oe-core evince: Fix QA warnings / clean packaging libcgroup: fix QA warnings faad2: fix QA warnings libatasmart: fix QA warnings obexd: fix QA warnings by creating empty package obex-plugins Andreas Oberritter (6): busybox: create /etc/default on do_install vsftpd: add new package giflib: don't link against libx11, don't depend on libsm udev: consolekit package requires x11 udev-173: don't hardcode path to pidof bzip2: bump PR of all recipes depending on bzip2 Denis 'GNUtoo' Carikli (1): xserver-nodm-init: use /etc/X11/Xserver from service file instead of Xorg directly Eric BENARD (2): vsftpd: add new package lzip: add new recipe Gary Thomas (3): midori: needs GNOME icons to function README: fix typo midori: Add project home page info Khem Raj (8): recipe: Delete the duplicate recipes which are already in oe-core udev: Upgrade 180 -> 181 gcc-4.6: Adjust to match gcc 4.6.3 from OE-Core gcc-4.5: Move SRCREV to latest on gcc-4_5-branch nautilus: Add gdk-pixbuf gtk+ to DEPENDS gcc-4.5: Fix meta-toolchain builds with gcc 4.5 eglibc-2.12: Move to toolchain-layer gcc-4.6: Update to 2012.03 linaro release Koen Kooi (51): cloud9: convert to systemd bbclass gdb-cross-canadian: move bbappend to 7.4 to fix parsing, needs more attention after the weekend systemd: move to v40 and don't kill user processes on exit Revert "vsftpd: add new package" kmod: update to v5+git systemd: split out libraries from ${PN} meta-multimedia: initial add xbmc: update to Eden Beta 3.1 gnome-panel 2.32.1: fix libpanel-applet packaging gnome-control-center 2.32.1: add missing dependency on desktop-file-utils-native networkmanager: fix packaging of systemd units xinput-calibrator 0.7.5: fix calibration script xbmc: add missing python runtime dependencies xbmc: update to Eden RC1 and remove patches that have been applied upstream systemd: address logind problem on BE machines gtk+3: update to 3.2.3 swig 2.0.0: disable guile support pixman: update to 0.24.4 gcc 4.5: fortran patch is already in main SRC_URI xbmc: update to Eden RC2 and remove patches that have been fixed upstream gdm 2.32.2: Bump PR for recent class changes gnome-settings-daemon 2.32.1: Bump PR for recent class changes python-tornado: update to the 2.2 release gateone: update to the 1.0 release python-twisted: update to 10.2.0 polkit 0.104 bbappend: append to PACkAGECONFIG instead of overwriting it gvfs: add missing dep on libsoup 2.4 systemd: enable xz compression for journald systemd: enable logging to disk instead of tmpfs systemd: update to latest git systemd: update and disable storing coredumps in the journal systemd: update to v44 + CVE fix dropbear: update bbappend to match update recipe in oe-core pixman: update bbappend to match update recipe in oe-core busybox: update bbappend to match update recipe in oe-core kmod: update to v7 udev: update to 182 toolchain-layer: initial add systemd-serialgetty: sync with upstream toolchain-layer: move binutils and gcc from meta-oe into here xbmc: update from rc2 to final release nodejs 0.6.x: update to 0.6.14 nodejs 0.4.12: rename to node4 to make it parallel installable with 0.6.x cloud9 0.5.1: use nodejs4 instead of nodejs cloud9: add 0.6 cloud9: remove 0.5.1 systemd: bump SRCREV systemd: fix vconsole-setup dependencies gvfs-gdu-volume-monitor 1.8.2: remove conflicting files xbmc: update to head of the Eden release branch xbmc: fix .desktop for ARM Martin Jansa (78): ecore: move /usr/lib/ecore/immodules/xim.so from ${PN}-dev to ${PN}-imf" libgcrypt: drop .bbappend, native is now provided by oe-core recipes: bump PR to rebuild .la files without libz.la gdb-cross-canadian: drop .bbappned, doesn't work for me, fixed version sent to oe-core webkit-efl: resolve build error with missing eina lib when linked by gold imagemagick: upgrade to 6.7.5 because 6.4.4 is not compatible with zlib-1.2.6 we have now task-x11-illume: change default ETHEME from e-wm-theme-illume to e-wm-theme-default midori: disable gtk3 vala: upgrade to newer vala from meta-smartphone/meta-fso layer foxtrotgps: upgrade to 1.1.0 polkit: enable and disable systemd/consolekit support explicitly postgresql: include Makefile.global in SSTATE_SCAN_FILES gateone: use systemd_unitdir variable networkmanager: use systemd_unitdir variable cloud9: use systemd_unitdir variable ntp: use systemd_unitdir variable mysql5: PR bump after including *_config in default SSTATE_SCAN_FILES meta-oe: include pointercal-xinput in SIGGEN_EXCLUDERECIPES_ABISAFE meta-oe: include systemd-serialgetty in SIGGEN_EXCLUDERECIPES_ABISAFE kmod: disable man pages generation because we don't have working xsltproc mpfr: drop from meta-oe, 3.1.0 is in oe-core task-x11-illume: use allarch task-cli-tools: move ltrace to RRECOMMENDS as it's probably not available for shr4 and sh3 and use allarch task-x11: use allarch meta-oe: add mplayer-common to SIGGEN_EXCLUDERECIPES_ABISAFE wmiconfig: don't export CC layer.conf: add task-x11-server to SIGGEN_EXCLUDERECIPES_ABISAFE e-base: bump EFL_SRCREV again e-tasks: addapt to newer elementary e-wm: fix memory usage with illume causing OOM xinput-calibrator: disable gtk gui explicitly lua5: drop unused NATIVE_INSTALL_WORKS without quotes too Quoting fixes meta-oe: add fbset-modes to SIGGEN_EXCLUDERECIPES_ABISAFE pango: use pango.inc from oe-core python-elementary: bump PR to rebuild after libtiff3->libtiff5 change elfe: bump PR to rebuild after libtiff3->libtiff5 change epdf: bump PR to rebuild after libtiff3->libtiff5 change ethumb: bump PR to rebuild after libtiff3->libtiff5 change evas: bump PR to rebuild after libtiff3->libtiff5 change imlib2: bump PR to rebuild after libtiff3->libtiff5 change libeflvala: add tiff to DEPENDS and bump PR to rebuild after libtiff3->libtiff5 change libsdl-image: bump PR to rebuild after libtiff3->libtiff5 change navit: bump PR to rebuild after libtiff3->libtiff5 change imagemagick: bump PR to rebuild after libtiff3->libtiff5 change lcms: bump PR to rebuild after libtiff3->libtiff5 change poppler: bump PR to rebuild after libtiff3->libtiff5 change tiff: rename bbappend to match new version from oe-core mplayer2: drop virtual/kernel dependency and s/ARM/arm/ in ARM_INSTRUCTION_SET e-base: bump EFL_SRCREV poppler: add tiff to DEPENDS to make builds more deterministic elementary: add poppler to DEPENDS epdf: another PR bump for libtiff3->libtiff5 python-elementary: another PR bump for libtiff3->libtiff5 lcms: add tiff to DEPENDS eve: another PR bump for libtiff3->libtiff5 midori: upgrade to 0.4.4 e-tasks: drop local patches and use our github repo instead elementary: package new datetime_input_ctxpopup module eina: fix QA warning about unpackaged dir e-base: bump EFL_SRCREV again to get elementary-1.0 API kernel.bbclass: import s/1/True/ changes from oe-core version kernel.bbclass: import QA warning fix for unpackaged files from oe-core kernel.bbclass: populate /etc/modules-load.d/ with module_autoload entries too e-base: bump EFL_SRCREV emotion: fix upgrade path from libemotion0 to libemotion1 e-tasks: bump PR kernel.bbclass: use better number for KERNEL_PRIORITY kernel.bbclass: fix extra + in kernelrelease linux: import shared linux.inc so we have just one copy kernel.bbclass: use symlinks for modutils files kernel.bbclass: don't create /etc/modutils/* linux-kexecboot-3.2: upgrade to 3.2.12 keymaps: import systemd support from meta-shr layer kernel.bbclass: touch .scmversion also in ${S} xinput-calibrator: add systemd service kernel.bbclass: unify white spaces xserver-nodm-init: add EnvironmentFile Matthew McClintock (1): gcc-4_6-branch-linaro-backports.inc: allow GCC-4_6-BRANCH-LINARO-BACKPORTS to be overridden Noor Ahsan (2): libedit: Adds version 20110802 (initial recipe) libedit: Remove files folder as no patch was being used Otavio Salvador (20): dhcp: use PRINC Revert "systemd.bbclass: depends on systemd" udisks: explicitly depends on systemd polkit: depends on systemd net-snmp: sync with 5.7 maintainence branch net-snmp: use netlink support net-snmp: move static libs onto ${PN}-staticdev openbox: add 3.4.11.2 toscoterm: add openbox: add missing depends systemd.bbclass: do not mangle PACKAGES variable in native, nativesdk and cross systemd.bbclass: fix regression caused by c9f5703aded More quotting fixes numlockx: add 1.2 atftp: fix atftpd's systemd service systemd-compat-units: rename service to run postinst scripts openbox: update to 3.5.0 xbitmaps: add 1.1.1 version openmotif: add 2.3.3 systemd-systemctl-native: add support to disable services Paul Eggleton (4): python-setuptools: remove Tidy up unused files python-imaging: remove qmake2: remove Peter Tworek (8): xarchiver: Add version 0.5.2. tmux: Add initial recipe for version 1.6. xfce4-power-manager: Add initial recipe for version 1.0.10. xfce4-settings: Update to latest stable version 4.8.3. libnice: Fix QA warning about non staticdev containing .a files. farsight2: Fix QA warning about non staticdev containing .a files. zsh: Add initial recipe for version 4.3.17. xfce4-panel: Remove static version of panel plugins. Piotr Tworek (1): gnome-mplayer: Add initial recipe for version 1.0.5. Richard Purdie (1): kernel.bbclass: Allow do_compile_kernelmodules to use PARALLEL_MAKE Samuel Stirtzel (2): mysql5: Fix QA warnings, move .a files to staticdev network-manager-applet: Fix missing DEPENDS and QA warnings. Stefan Herbrechtsmeier (1): v4l-utils: correct license delimiter Steve Sakoman (1): cpufrequtils: update to current git head Tom Rini (1): fio: Add initial recipe for version 2.0.5 Ulf Samuelsson (1): ca-certificates: Bump version to 20120212 Zhenhua Luo (1): netperf: add version 2.4.4 chase maupin (1): nbench-byte-2.3.3: import recipe from oe-classic layer repository name: meta-ti layer uri: git://git.angstrom-distribution.org/meta-texasinstruments layer branch/revision: master/HEAD Changes in between beaglebone-20120201..20120410-0715 Andreas Müller (1): ti-eula-unpack: throw error message in case 32bit glibc is missing Chase Maupin (1): linux-ti33x-psp: add am335x-evm support Denys Dmytriyenko (15): README: describe the current dependency on Angstrom and future plans matrix-tui: deprecated matrix: remove old Matrix and replace with README to point to new location recipes: fix the remaining missing quotes multi-kernel.inc: fix the unpack issue when there's no machine configs soc-family.inc: it's now in OE-Core, remove locally linux-omap4 3.1.0: patch to workaround installing FW images w/o subdirs README: update with the latest info ti-eula-unpack: fix the check for 32bit glibc, make it a warning linux-ti81xx: delete broken symlink to dm816x-evm configs linux-omap4: remove D_P = "-1" as it's the only kernel linux-{ti33x,omapl138}: simplify and unify handling of "tipspkernel" feature multi-kernel: fix get_kernelversion returns None for do_compileconfigs multi-kernel: add a comment on the addition of preparekernel task README: refer to toolchain-layer in meta-openembedded Enrico Butera (1): ti-dmai: build fix Khem Raj (2): meta-ti: Fix quotes to make new bitbake happy u-boot: Fix config-Always-use-GNU-ld patch to work with dash Koen Kooi (50): linux-ti335x-psp 3.2: fix sd timeout, use pwm for backlight, add SPI fb support linux-ti33x-psp 3.2: enable w1 for beaglebone, fix bootlogo gadget-init: adjust for kernel 3.2 based sysfs layout cloud9-image: add mplayer to test media playback cloud9-image: add tslib-tests to test touchscreens cloud9-image: include systemd-analyze beaglebone-tester: bump SRCREV beaglebone-getting-started: update to latest git bonescript: major rework cloud9-image: include CAN support beaglebone-tester: bump SRCREV linux-ti33x-psp 3.2: add support for Towertech TT3201 CAN cape linux-ti33x-psp 3.2: rebase patches onto latest v3.2-staging branch libgles-omap3: fix S for IJ unpack changes linux-ti33x-psp 3.2: fix ehrPWM polarity inversion linux-ti33x-psp 3.2: update to 3.2.5 linux-ti335x-psp 3.2: update to 3.2.6 linux 3.0: update from 3.0.17 to 3.0.22 u-boot 2011.09: add patch to support 'cold' AM335x silicon beaglebone-tester: include Jasons debug tweaks beaglebone-getting-started: update to latest git gadget-init: remove ehrPWM polarity workaround cloud9-image: ship connman-test as well to manipulate interfaces using the CLI beaglebone-getting-started: update SRM to rev A5 linux-ti33x-psp 3.2: enable PRU support for beaglebone linux-davinci: quoting fixes various recipes: fix quoting to work with bitbake master linux 3.0: enable 'option' serial for beagleboard linux 3.0: update to 3.0.23 SOC_FAMILY: add to MACHINE_OVERRIDES locally ti-hw-bringup-image: change require to include to make meta-angstrom a soft dependency README: move meta-angstrom to optional layers linux-ti33x-psp 3.2: update to 3.2.9 and add 2 patches from PSP tree linux-ti33x-psp 3.2: remove patch that slipped in when regenerating SRC_URI linux-omap4: update to 3.1.0 (latest ti-ubuntu branch) bonescript: update to latest git pandaboard: remove all traces of old 'omap4430-panda' machine linux-ti33x-psp 3.2: enable CONFIG_WATCHDOG_NOWAYOUT for beaglebone gadget init: don't dump info to info.txt on boot linux-ti335x-psp 3.2: update to v3.2.11 linux 3.0: Fix sprz319 erratum 2.1 linux 3.0: update to 3.0.25 linux-ti33x-psp 3.2: update to 3.2.13 linux-ti33x-psp 3.2: improve cape support linux-ti33x-psp 3.2: fix VGA cape partnumber linux-ti335x-psp 3.2: update to 3.2.14 u-boot 2011.10rc: fix loading from /boot by adding ext4 support beaglebone-tester: bump SRCREV to fix PMIC test linux-ti335x-psp 3.2: fix 3.5" cape support, turn on CONFIG_AUDIT cloud9-image: add rsync Peter A. Bigot (5): ti-eula-unpack: remove extraneous newline in cmd output various: fix installation directories for corrected ti-eula-unpack ti-codecs-omap3530: fix for corrected ti-eula-unpack ti-dmai_svn: correct path within svn checkout omap3-sgx-modules: fix for corrected ti-eula-unpack Tom Rini (8): beagleboard: Add fw_env.config u-boot.inc: Move fw_env.config to main package u-boot 2011.12: Add fw_env.config for beagleboard u-boot git: Update omap3-touchbook for u-boot-fw-utils change am37x-evm.conf: Use '+=' not '?=' in IMAGE_FSTYPES ti814x.inc: Use '+=' not '?=' in IMAGE_FSTYPES omap3evm.conf: Use '+=' not '?=' in IMAGE_FSTYPES am335x-evm.conf: Add 'ubi' to IMAGE_FSTYPES, use '+=' in assignment layer repository name: meta-ettus layer uri: git://github.com/balister/meta-ettus.git layer branch/revision: master/HEAD Changes in between beaglebone-20120201..20120410-0715 Philip Balister (1): systemd-openssh-image : Fix quoting to work with updated bitbake. layer repository name: meta-efikamx layer uri: git://github.com/kraj/meta-efikamx.git layer branch/revision: master/HEAD Changes in between beaglebone-20120201..20120410-0715 layer repository name: meta-nslu2 layer uri: git://github.com/kraj/meta-nslu2.git layer branch/revision: master/HEAD Changes in between beaglebone-20120201..20120410-0715 Khem Raj (4): kexec-tools: Remove classes: Remove klibc and dietlibc apex-nslu2-16mb: Fix quoting errors recipes-bsp,recipes-kernel: Fix quoting errors found with latest bitbake layer repository name: meta-smartphone layer uri: http://git.shr-project.org/repo/meta-smartphone.git layer branch/revision: master/HEAD Changes in between beaglebone-20120201..20120410-0715 Denis 'GNUtoo' Carikli (9): meta-openmoko: linux-gta04: fix touchscreen issues meta-fso: android-image-utils: bump SRCREV to get the pagesize option in mkbootimg meta-samsung: linux-samsung-crespo: generate .fastboot images meta-shr: bump iliwis SRCREV to fix segfault on gta04 meta-openmoko: linux-gta04: add support for ubifs and jffs2 meta-openmoko: linux-2.6.39 (for gta02): fix openmoko bug #2478 meta-openmoko: om-gta04: add support for jffs2 images base-files: add fstab override for om-gta04 meta-osmocombb: update osmocombb and libosmocore SRCREV Lukas Märdian (3): meta-shr: bump iliwis SRCREV meta-openmoko: bump linux-gta04: exports GPIO186 to enable the GTA04a4 modem meta-shr: e-wm-config-illum2-shr: bump SRCREV Martin Jansa (78): tash-shr-feed: add tangogps meta-fso: bump cornucopia SRCREV libsamsung-ipc: bump SRCREV fsoaudiod: add fsoaudiod-config with asound and fsoaudiod.conf task-fso2-compliance: RDEPENDS on fsoaudiod-config to fix multiplexing SHR bug #1701 libdrm: rename bbappend to match new version from oe-core libdrm: rename bbappend to match new version from oe-core Merge remote-tracking branch 'contrib/shr' meta-samsung: chroot-script: use allarch Merge branch 'shr' estardict: add patch for elm_list API changes intone: bump SRCREV for version compatible with newer EFL r67566 libphone-ui-shr: adapt to newer elementary API jefliks: uncomment last patch for newer EFL shr-e-gadgets: add patch for new API frameworkd: bump SRCREV estardict: add another patch for deprecated elementary APIs frameworkd: add systemd support fso-gpsd: add systemd support task-shr-systemd: add frameworkd and fso-gpsd shr-wizard: bump SRCREV and remove applied patch e-wm-theme-illume-gry: bump SRCREV recipes: bump PR to rebuild .la files without libz.la meta-shr: bump DISTRO_PR and enable gold meta-shr: drop DISTRO_REVISION and DISTRO_PR, they are not used in oe-core :/ Merge remote-tracking branch 'contrib/shr' meta-nokia, meta-openmoko, u-boot: Always use gnu ld for LD meta-smartphone: move OLDEST_KERNEL setting from machine configs to distro config freesmartphone: use ${S} instead of ${WORKDIR}/git/${PN} when looking for .service files Revert "polkit: disable systemd support explicitly until we switch completely" Merge branch 'shr' Merge branch 'shr' vala: add patch which prevent incorrect -dirty append to reported version meta-fso: drop vala, moved to meta-oe intone: bump SRCREV for small genlist fix mcnavi: upgrade to 0.3.3 and move to recipes-navigation omgps: kill OPIEDIR mcnavi: move to subdirectory keymaps: remove unneeded systemd code phonefsod: remove unneeded systemd code freesmartphone: remove unneded systemd code task-shr-systemd: drop rsyslog-systemd, now we have journald freesmartphone: use new systemd_unitdir variable polkit: redefine PACKAGECONFIG to pick right option for us Merge branch 'shr' meta-shr: update P_V_udev for 181 task-shr-systemd: use allarch task-shr: use allarch libphone-ui: move libphone-ui-config to separate recipe fsodeviced: move machine specific RDEPENDS to new recipe fsodeviced-modules fsogsmd: move machine specific RDEPENDS to new recipe fsogsmd-modules frameworkd: move machine specific RDEPENDS to new recipe frameworkd-config meta-shr: include libphone-ui-config in SIGGEN_EXCLUDERECIPES_ABISAFE meta-fso: include fsogsmd-modules, fsodeviced-modules, frameworkd-config in SIGGEN_EXCLUDERECIPES_ABISAFE task-fso2-compliance: don't RDEPEND libfso* they will be pulled by some fso daemon, use allarch meta-nokia: drop optimizations for nokia900, they are now in meta-oe for whole armv7a meta-shr: include shr-splash in SIGGEN_EXCLUDERECIPES_ABISAFE fbreader: om-gta04 also overrides READER_RESOLUTION so make it MACHINE_ARCH meta-shr: add shr-splash-theme-logo, task-shr-minimal to SIGGEN_EXCLUDERECIPES_ABISAFE Merge branch 'shr' meta-palm: add ecore->tslib to SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS as out tslib changes doesn't change ABI meta-palm: no need to keep it here, neon is disabled for armv7a in meta-efl libphone-ui-shr: upgrade SRCREV for new EFL support Quoting fixes Merge branch 'shr' meta-shr: try to disable gold for armv4 meta-shr: add e-wm-config-illume2-shr and shr-settings to SIGGEN_EXCLUDERECIPES_ABISAFE shr-settings: add elementary.sh for palmpre2 meta-palm: exclude tslib also from libsdl and xf86-input-tslib in SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS meta-nokia: mplayer2: add override to STAGING_KERNEL_DIR so it's not depending on MACHINE for other machines meta-openmoko: mplayer2: apply glamo patch to all armv4 devices meta-nokia: mplayer2: apply video-out-for-omapfb for all armv7a machines meta-shr: add intone->mplayer* to SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS meta-shr: exclude mplayer2->kernel dependencies in SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS Merge branch 'shr' shr.conf: exclude also MACHINE_CLASS variable dependency from OVERRIDES and MACHINEOVERRIDES libdrm: rename bbappend to match new version from oe-core Merge branch 'shr' Simon Busch (4): meta-palm: tslib: add missing ':' to FILESEXTRAPATHS_prepend and bump PR meta-fso: vala: bump to new upstream version 0.14.2 meta-palm: tslib: make it ${MACHINE_ARCH} again and bump PR meta-fso: cornucopia: add variable FSO_CORNUCOPIA_BRANCH to choose branch to build from layer repository name: meta-intel layer uri: git://git.yoctoproject.org/meta-intel layer branch/revision: master/HEAD Changes in between beaglebone-20120201..20120410-0715 Darren Hart (10): meta-intel: Add Inforce SYS940x BSP ranpwd: Add ranpwd recipe genmac: Replace RANDOM_MAC in network/interfaces with a randomly generated MAC netbase: Add interfaces with RANDOM_MAC for sys940x* machines fri2: Update serial console settings fri2: Update KMACHINE and KBRANCH variables fri2: Autoload module iwlwifi fri2: Add 3.2 kernel recipes efilinux: Add efilinux 1.0 and gnu-efi MAINTAINERS: Add FRI2 maintainer Joshua Lock (1): netbase: put sys940x specific interfaces file in MACHINE directory Kishore Bodke (1): Romley: Add new bbappend file for 3.2 kernel Paul Eggleton (2): meta-intel: replace "include" with "require" meta-intel: add LAYERDEPENDS for layers needing the meta-intel common layer Tom Zanussi (13): meta-intel: rename all task-core-tools.bbappend to task-core-tools-profile.bbappend meta-emenlow: add SRC_URI checksums to xpsb-glx meta-emenlow: add SRC_URI checksums to xserver-psb meta-emenlow: add SRC_URI checksums to xserver-xorg-video-psb meta-emenlow: add SRC_URI checksums to psb-firmware meta-emenlow: add SRC_URI checksums to libva ia32-base: remove libc-headers PREFERRED_PROVIDER meta-fishriver: switch to linux-yocto-3.2 kernel meta-jasperforest: switch to linux-yocto-3.2 kernel meta-sugarbay: switch to linux-yocto-3.2 kernel meta-crownbay: switch to linux-yocto-3.2 kernel ia32-base: add libva display dependencies to emgd xserver meta-emenlow: switch to linux-yocto-3.2 kernel Zhai Edwin (1): n450: fix wrong video driver layer repository name: meta-xilinx layer uri: git://git.yoctoproject.org/meta-xilinx layer branch/revision: master/HEAD Changes in between beaglebone-20120201..20120410-0715 Adrian Alonso (23): tune-ppc440: reformat tune options virtex5: update machine config file layer: remove gcc preferred version xilinx-default-revisions: set u-boot to autorev linux-xilinx: remove uneeded patchs openssl: remove powerpc configuration patch util-linux: update to version 2.21 perl: update to version 5.14.2 x11-common: remove custom virtex machine configuration u-boot-xilinx: rework uartlite support patches perl: config options for microblaze tune-microblaze: update tune options tcmode-external-xilinx: comment tclibc setting arch-microblaze.inc: new tune option file tune-microblaze: update to reuse common settings tune-microblazeel: tune options for microblaze little endian spartan6-lx9mb: cleanup tune options spartan6-sp605: cleanup tune options linux-xilinx: override XILINX_BOARD if defined tune-ppc405: update tune options for ppc405 targets virtex4: cleanup tune options virtex5mb: cleanup tune options README: short layer description layer repository name: meta-openpandora layer uri: git://github.com/openpandora/meta-openpandora.git layer branch/revision: master/HEAD Changes in between beaglebone-20120201..20120410-0715 aTc (18): omap3-pandora.conf: PREFERRED_VERSION_omap3-sgx-modules set to working version Revert "omap3-pandora.conf: PREFERRED_VERSION_omap3-sgx-modules set to working version" linux-omap3-pandora: updated to latest git version omap3-pandora.conf: PREFERRED_VERSION_omap3-sgx-modules set to working driver version omap3-sgx-modules: using own recipe for omap3-sgx-modules now, overlay not needed anymore omap3-sgx-modules: recipe and patches for version 4.00.00.01 omap3-pandora.conf: PREFERRED_VERSION_libgles-omap3 set to working driver version libgles-omap3: recipe and patches for version 4.00.00.01 omap3-pandora.conf: set PREFERRED_PROVIDER_virtual/libsdl to libsdl-omap (needs change to angstrom-core-tweaks.inc to actually work) omap3-pandora.conf: disabled libsdl-omap again, caused problems compiling other sdl packages libgles: make scripts work with the new devmem2 linux-omap3-pandora_3.2: update to latest version linux-omap3-pandora_3.2.bb: use latest version, pasted from the right head this time omap3-pandora.conf: increase MACHINE_KERNEL_PR to stop complaints about kernel package version going backwards Revert "omap3-pandora.conf: increase MACHINE_KERNEL_PR to stop complaints about kernel package version going backwards" Revert "linux-omap3-pandora_3.2.bb: use latest version, pasted from the right head this time" Revert "linux-omap3-pandora_3.2: update to latest version" linux-omap3-pandora_3.2.bb: update to 3.2.14 layer repository name: meta-handheld layer uri: git://git.openembedded.org/meta-handheld layer branch/revision: master/HEAD Changes in between beaglebone-20120201..20120410-0715 Andrea Adami (17): linux(-kexecboot): upgrade from 3.1.8 to 3.1.10 zaurus.inc: always provide kernel in /boot zaurus.inc: remove module_autoload remnants, now built in kernel zaurus.inc: remove remnant of kernel26 from MACHINE_FEATURES meta-handheld: recipe moved to meta-initramfs, add bbappends remove initramfs-images, now in meta-initramfs remove linux-kexecboot_3.1, now in meta-initramfs linux-kexecboot_3.2 and _git: remove and add .bbappend linux_3.2: update from 3.2.1 to 3.2.7 linux_3.2: update from 3.2.7 to 3.2.8 linux-kexecboot_3.2: add more defconfigs for Zaurus family linux-3.1: remove CONFIG_RAMOOPS=y from Zaurus defconfigs linux_3.2: update from 3.2.8 to 3.2.9, add more defconfigs linux_(3.1|3.2|git): simplify and embed the linux-${PV}.inc linux-3.2: remove CONFIG_RAMOOPS=y from Zaurus defconfigs linux-git: remove CONFIG_RAMOOPS=y from spitz defconfig keymaps: edit script to reuse 2.6 kernel keymaps Martin Jansa (2): linux-3.2: upgrade to 3.2.12 formfactor, keymaps, udev: use better form of PRINC Paul Eggleton (4): README: update layer dependencies list linux-handhelds-2.6: restore to working order conf/machine/h2200: ensure kernel image is installed h2200-bootloader: add LIC_FILES_CHKSUM layer repository name: meta-opie layer uri: git://github.com/bluelightning/meta-opie.git layer branch/revision: master/HEAD Changes in between beaglebone-20120201..20120410-0715 Khem Raj (1): meta-opie: Fix quoting errors found by latest bitbake Paul Eggleton (3): qwt: rename to qwt-qt2 Set a default OPIE_GIT_PV to avoid parse errors opie-packagemanager: fix a couple more quoting issues layer repository name: meta-java layer uri: git://github.com/woglinde/meta-java.git layer branch/revision: master/HEAD Changes in between beaglebone-20120201..20120410-0715 Henning Heinold (11): openjdk-6-common.inc: remove trailling wihtespaces and tabs openjdk-6-common: remove cacaoh-openjdk-native from dependencies it is not needed anymore cacaoh-openjdk-native: removed, not needed anymore openjdk-6-common.inc: remove trailing backslash openjdk6: add version 1.11.1 openjdk-6-release-6b24.inc: disable shark for now and move checksums openjdk-6: update the hg version, move checksums to release include file openjdk6: clean up configure options openjdk-6-common.inc: fix parallel_make python function rxtx: update license stuff and bump PR README: update openjdk-jre version and remove cacao Khem Raj (1): meta-java: Fix quote errors Otavio Salvador (9): openjdk: fix qemu target detection openjdk: fix i586 arch detection for JDK openjdk: use dynamic architecture value when packaging fastjar: provides virtual/jar and use use alternatives java.bbclass: use bbwarn as oewarn is now unsupported java-library.bbclass: allow for regular packages generation java-library.bbclass: do not fully replace do_install with oe_jarinstall rxtx: add 2.2.0 pre2 rxtx: fix description woglinde (5): Merge pull request #16 from OSSystems/master Merge pull request #17 from OSSystems/master Merge pull request #20 from OSSystems/master Merge pull request #23 from OSSystems/master Merge pull request #25 from OSSystems/master layer repository name: meta-mozilla layer uri: git://github.com/OSSystems/meta-mozilla.git layer branch/revision: master/HEAD Changes in between beaglebone-20120201..20120410-0715 Andreas Müller (3): firefox-gen-l10n-recipes: INC_PR as PR for l10n-recipes firefox: change URI to fetchable ftp / bump to 10.0.2 firefox: add virtual/libgl to DEPENDS Denis Carikli (1): firefox: fix license spelling Gary Thomas (1): Fix build for PowerPC targets Otavio Salvador (23): Merge pull request #3 from denis-eukrea/master mozilla-devscripts: add 0.30 firefox-l10n: use same firefox license but skip md5sum check for now firefox-l10n: use mozilla-devscripts-native to simplify code firefox: drop series file copied by mistake firefox: enable extensions default profile and use .mozilla scripts/firefox-gen-l10n-recipes: fix use of tmpdir scripts/firefox-gen-l10n-recipes: drop debug echo mozilla.bbclass: add support to change mozconfig at configure firefox: update to 10.0.1 firefox-l10n: update to 10.0.1 packages firefox-addon: use mozilla-devscripts-native firefox-addon: add support for addons with multiple .xpi firefox-addon-webconverger: add firefox-addon-full-fullscreen: drop as it doesn't work with Firefox newer then 3.6' firefox-addon: fix installation path for addons firefox-addon-webconverger: fix install.rdf contributor value firefox-addon-webconverger: set window fullscreen firefox-addon-webconverger: drop fullscreen patch as it does not work mozilla-devscripts: depends on python-native firefox-addon-webconverger: remove binding of F10 for quit firefox-addon-webconverger: disable browse with caret firefox-addon-webconverger: update to 20120228 version layer repository name: meta-mono layer uri: git://github.com/KokoFitClub/meta-mono.git layer branch/revision: master/HEAD Changes in between beaglebone-20120201..20120410-0715 layer repository name: openembedded-core layer uri: git://github.com/openembedded/oe-core.git layer branch/revision: master/HEAD Changes in between beaglebone-20120201..20120410-0715 Andreas Müller (8): atk: add native / disable introspection / merge atk.inc->recipe / change license bitbake.conf: add systemd_unitdir avahi.inc: use systemd_unitdir bluez4: use systemd_unitdir ofono: use systemd_unitdir dbus: use systemd_unitdir alsa-utils: use systemd_unitdir consolekit: use systemd_unitdir Andreas Oberritter (41): tune-mips32.inc: Add mips32-nf and mips32el-nf consolekit: depend on libx11 lib/oe/utils.py: use bb.utils.vercmp_string xorg-lib: don't build libs unless requested by DISTRO_FEATURES autotools.bbclass: Don't copy into non-existant directory busybox: don't create /etc/default gst-plugins-base: depend on libx11 and libxv conditionally mpeg2dec: depend on libx11 conditionally initscripts: mount and unmount cifs network filesystems xorg-lib: don't build libs unless requested by DISTRO_FEATURES (fix up) automake: omit compilation of pyc files on install qt4.inc: depend on tiff udev-164: don't hardcode path to pidof libsdl: add DirectFB support bitbake.conf: use empty SRC_URI by default bzip2: split into binary and library packages qt4: fix deps in libQtWebkit.la and QtWebKit.pc udev-164: fixup "don't hardcode path to pidof" package.bbclass: sort dynamically generated packages util-linux: explicitly disable udev linux-firmware: fix permissions of installed files python, python-native: always set platform to linux2 python: regenerate plat-linux2/*.py python: depend on bzip2 python-native: distutils: don't use libdir, remove dead code path python, python-native: bump PR initscripts: test whether /etc/init.d/hwclock.sh exists parted: don't pass --disable-Werror to configure mirrors.bbclass: remove dead GNU mirrors parted: update to version 3.1 parted: update to version 3.1 gst-plugins: remove obsolete orcc hack mirrors.bbclass: remove dead kernel.org mirrors ppp: drop unneeded pkg-postinst sysvinit: use update-alternatives for mountpoint and runlevel procps: use update-alternatives for pwdx, pgrep and watch busybox: move watch to /usr/bin for compatibility with procps procps: don't print error message with kernel 3.0+ gdb: build with expat, add missing RRECOMMENDS_gdbserver package_{deb,ipk,rpm}: apply umask to files generated in do_package_write_{deb,ipk,rpm} gst-plugins-base: fix build of subparse plugin Andrei Gherzan (9): dhcp: Update to 4.2.3-P2 nspr: Integrate version 4.8.9 nspr: Compile nspr with tests nspr: Add patch in order to remove rpath from binaries e2fsprogs: e2initrd_helper was moved in libdir but not packaged correctly in FILES_libext2fs dbus: Remove empty ${lindir}dbus-1.0/test directory as we don't build tests openssl: Move libcrypto to base_libdir license.bbclass: Check if copyfile succeeded with isfile gdbm: Activate -enable-libgdbm-compat and add symlinks to headers in include/gdbm Björn Stenberg (1): Add pigz as gzip-native alternative. Bob Cochran (1): udev.inc has a bad link for udev home page; update the link Bruce Ashfield (31): classes/patch: optionally return non-patch sources linux-yocto: locate and use out of tree features specified on the SRC_URI linux-yocto: meta updates for sys940x and cleanup linux-yocto: rt compiliation fix kern-tools: remove explicit 'yocto' references from auto-bsp handling linux-yocto: fri2: use emgd-1.10 linux-yocto: improve checkout error handling and reporting linux-yocto: update 3.0 kernel to v3.0.22 linux-yocto: update 3.2 kernel to v3.2.7 linux-yocto: allow non-branched repositories to check out linux-libc-headers-yocto: bump to v3.2.8 linux-yocto: make kernel_checkout reentrant linux-yocto/meta: add pvr feature description linux-yocto: update to v3.2.8 linux-yocto: use bareclone option linux-yocto: v3.2.9, v3.0.23 + fixes and updates linux-yocto/meta: fix incorrect config references linux-yocto/rt: udpate SRCREVs to 3.2.9-rt16 linux-yocto: respect FILESPATH directories linux-yocto/3.0: update meta SRCREV linux-yocto/3.2: update fri2 configuration linux-yocto/3.2: update to v3.2.11 linux-yocto/3.0: update to v3.0.24 lttng-modules: fix compliation error with 3.2.x -stable kernels linux-libc-headers: add 3.2 headers and remove 3.1 linux-libc-headers: set default LINUXLIBCVERSION to 3.2 linux-libc-headers-yocto: remove from oe-core iptables: fix build error against 3.2+ kernel headers linux-yocto: common-pc: Add PCNET32 to the config linux-yocto: support externalsrc builds linux-yocto: update tiny meta and configuration for kernel 3.2 Chase Maupin (2): u-boot inc: update inc file for newer u-boot versions bluez4: add dependency on libcheck to enable test modules Christopher Larson (18): external-csl-toolchain: fix critical PATH manipulation bug libc-package: fix typo in LOCALETREESRC default value external-csl-toolchain: fixes for metadata changes external-csl-toolchain: avoid the hardcoded version/prefix binutils: fixes for build with an external csl toolchain eglibc-package.inc: don't include debug files in -pic external-csl-toolchain: support mips/ppc/arm external-csl-toolchain: support ia32 external-csl-toolchain: leverage eglibc's packaging for more granular output external-csl-toolchain: extract version info from the toolchain external-csl-toolchain: set PKG/PKGV for staticdev external-csl-toolchain: correct binary packaging external-csl-toolchain: split out gdbserver packages tcmode-default: add preference for gdb/gdbserver external-csl-toolchain: fix mtd-user.h issue external-csl-toolchain: override PKGV, not PKGV_${PN} external-csl: add mapping for powerpc-nf powerpc e500: set -mfloat-gprs=double Ciprian Ciubotariu (1): qt-mobility: fix build in the absence of opengl Darren Hart (8): bootimg: Use the same OS files for each boot method kernel.bbclass: Remove warnings for modutils and modprobe.d rt-tests: Add src/backfire to FILES_${PN} distro-tracking: Update rt-tests, trace-cmd, and kernel shark distro-tracking: Remove trailing whitespace ddimage: Add script for writing images to boot media tiny: Update linux-yocto-tiny to 3.2 syslinux: Avoid using linux.ext2_fs.h if possible Denis 'GNUtoo' Carikli (1): classes: scons: add EXTRA_OESCONS Denys Dmytriyenko (6): soc-family.inc: to be included in machine.conf to add SOC_FAMILY to MACHINEOVERRIDE bitbake.conf: fix distro-less failure expanding FILESPATH rt-tests: replace dependency on eglibc with virtual/libc rt-tests: add patch to support passing CFLAGS/LDFLAGS bc: use update-alternatives to make dc play nice with busybox tune-cortexa8/9: fix PACKAGE tunes being all armv7at even for non-Thumb ones Dexuan Cui (14): mini-x-session: try to use a resolution that's big enough for hob2's window task-self-hosted: add connman and connman-plugin-ethernet task-self-hosted: remove duplicate packages task-self-hosted: make the package lists alphabetical task-self-hosted: add hicolor-icon-theme and socat image_types: ensure .rootfs.ext3 is created before vmdk is created. task-self-hosted: add nfs-utils and nfs-utils-client into the target self-hosted-image: pre-populate the builder user with poky source genext2fs: support large files and filesystems without using large amounts of memory self-hosted-image: improve do_populate_poky_src self-hosted-image: renew the poky src's SRCREV that's installed into the target builder: uncomment the settings for BB_NUMBER_THREADS and PARALLEL_MAKE self-hosted-image: fix indentation: 8 spaces --> Tab self-hosted-image: use the correct location of the file sudoers Dongxiao Xu (9): packageinfo.bbclass: add a new bbclass to pass package information meta-hob: Add a new meta-hob layer scripts/hob: Launch the new hob bitbake.conf: Create a new filter variable BB_HASHCONFIG_WHITELIST multilib: extend all recipes in multilib.conf bitbake.conf: Exclude some variables when calculating cache hash dbus-glib: upgrade to 0.98 bitbake.conf: Add XAUTHORITY into config white list image_types.bbclass: Define runnable and deployable pattern Elizabeth Flanagan (12): less_444.bb: Adding license email from author license.bbclass: Gather Pkg level licenses license.bbclass: Symbolic links of generic license license.bbclass: Add spdx mapping to GPL-1.0 license.bbclass: Whitespace standardization INCOMPATIBLE_LICENSE: support for spdx and pkg licenses util-linux: Example of pkg level INCOMPATIBLE_LICENSE license.bbclass: Style guide compliance common-licenses: Adding GPL-2.0-with-OpenSSL-exception common-license: Add ICU generic setserial: Correct LICENSE Hob: Modify Image Descriptions Enric Balletbo i Serra (1): alsa-utils: move ${datadir}/init files to alsactl package. Eric BENARD (1): gdb-cross-canadian: build gdb with python support Eric Bénard (5): pulseaudio: Really disable orc support speex: fix FILES variables license.bbclass: remove existing license.manifest before appending new data license.py: fix behaviour of copyleft_compliance copyleft_compliance: also print the reason for including a package Gary Thomas (6): initscripts: Make /etc/timestamp consistent again. initscripts: Properly format date when set from timestamp busybox: Restore 'date' compatability python: remove a target dependency python: fix packaging dependencies on minimal systems gstreamer: Provide easy way to enable runtime debugging Inaky Perez-Gonzalez (1): site.conf.sample: Fix broken SOCKS proxy setup and configuration James Limbouris (6): mtd-utils: Don't use host 'ranlib' or 'ar'. busybox: Enable 64 bit shell tests, and disable non-standard date format interpretation. initscripts: Create the volatiles cache atomically. gdk-pixbuf: Pick up ${NM} from the environment. gtk+: Amend upstream status of configure-nm.patch mtd-utils: clean up old files Jeff Lance (1): trace-cmd: modifying License information Jessica Zhang (1): Fix empty file case that caused build error at do_rootfs Joshua Lock (11): pciutils: fix configure script for dash sysklogd: various fixes so it starts/stops cleanly distro_tracking_fields: take sysklogd off Saul's plate clutter-1.8: update to clutter-1.8.4 mx: update to 1.4.2 mx: ensure gettext and dbus are present clutter: upgrade git recipe to reflect 1.8.4 tag distro-tracking-fields: update clutter, clutter_git and mx external-csl-toolchain: skip parsing if CSL_VER_MAIN isn't set base.bbclass: check all entries of FILESPATH for MACHINE overrides netbase: remove redundant assignments Kang Kai (9): gobject-introspection: update to 1.31.20 newt: update to 0.52.14 libsdl: update to 1.2.15 alsa-lib: update to 1.0.25 alsa-utils: update to 1.0.25 alsa-tools: update to 1.0.25 ghostscript: update to 9.05 distro_tracking_fields: udpate package status cleanup-workdir: add a script to clean up WORKDIR Ken Werner (3): Add EXTERNAL_TOOLCHAIN to CMAKE_FIND_ROOT_PATH Add sanity checks for eglibc locale image_types: add IMAGE_ROOTFS_ALIGNMENT Khem Raj (34): xorg-apps: Bump PR to accomodate meta-oe recipe deletion task-core-tools: Divide it into 3 recipes Enable options needed for ltp to compile runqemu-internal: qemuarm can handle 256M gconf,consolekit: Avoid polkit when compiling with uclibc python: Fix build failure of python-elementtree on x86_64 libdrm: Fix build failure unearthed by uclibc libx11: Backport _XGetRequest API pseudo: Wrap renameat and opendir classes,recipes: Replace POKY_* with CORE_IMAGE_* gcc-cross-testing: Fix evaluation of user and target name uclibc: Upgrade recipes from 0.9.32 -> 0.9.33 mirrors.bbclass: Add yp.org and oe.org to fallback mirrors zlib: Upgrade 1.2.5 -> 1.2.6 sat-solver: Fix build with zlib 1.2.6 gnupg: Add missing DEPENDS on libgcrypt glib-networking: Add intltools-native to DEPENDS bluez4: Fix build on x86/amd64 with gcc 4.7 util-linux: Fix build when NLS is disabled libproxy: Fix build errors due to missing prototypes eglibc-testing: Fix testing script to work well with dash gcc-cross.inc: Fix cross testing scripts to work with dash gcc: Upgrade to 4.6.3 release pixman: disable iwmmxt gdb-cross-canadian: Fix linking issues when python support is enabled libzypp: Fix buiild with gcc 4.7 tune/armv7: Delete zypper: Fix build with gcc 4.7 eglibc-2.15: Update SRCREV apt: Fix a latent bug exposed by gcc 4.7 gst-ffmpeg: Fix build with gcc 4.7 webkit: Fix build with gcc-4.7 qt-mobility: Fix build with gcc 4.7 qt-4.7.4: Fix build with gcc 4.7 Koen Kooi (13): libsdl 1.2.14: regenerate patch so it applies with 'patch' as well as 'git apply' tcl 8.5.11: fix packaging polkit 0.104: convert pam code to PACKAGECONFIG and adhere to OE recipe styleguide polkit 0.104: add 2 backports from upstream to fix crashes during auth gtk+ 2.24.8: bump PR to force rebuild and feed update libx11: reinstate PE=1 that got lost in the big meta-oe Xorg merge xz: split out liblzma as seperate packages buildhistory: remove duplicate entries from dot graph buildhistory: record all builds buildhistory: make seperate commits for every changed top level entry in the buildhistory dir patch.bbclass: add incredibly naive 'git am' mode Revert "gdb: build with expat, add missing RRECOMMENDS_gdbserver" Revert "genext2fs: support large files and filesystems without using large amounts of memory" Lauri Hintsala (2): .gitignore: expand pyshtables.py ignoring xserver-kdrive: compile xserver without dtrace support Lianhao Lu (25): gcc: Ensure same sstate hashes for shared soruce directory guile: fix cross configure failure gcc: Excluding the DATE/SRCDATE from do_patch dependency. scripts/prserv-tool: Adepted to new bitbake cache. prservice: Added sanity check for prservice connection. adt-installer: Corrected wrong environment file names. sysvinit-inittab: Fixed license warning. lttng-2.0/lttng-ust: Change recipe name to lttng2-ust. tcf-agent: Using git repository instead of svn. meta-toolchain: Popluated the libc siteconfig files. pseudo: package the var/pseudo directory. gdb-cross-canadian: not shipping libiberty. ncurses: ship clear/reset in package. nativesdk/misc: set PKGSUFFIX for correct variable name expansion. libgcc: corrected -nativesdk package namings. gcc-cross-canadian: Fixed packaging warnings. gcc-cross-canadian: Clean non shipped empty directories. adt-installer: Adapted environment file name for powerpc. nativesdk.bbclass: Set PACKAGE_ARCHS to SDK_PACKAGE_ARCHS. crosssdk.bbclass: Set TUNE_PKGARCH to SDK_PKGARCH. autotools.bbclass: Drop -nativesdk dependency to lib-cross. pkgconfig.bbclass: corrected dependency for -nativesdk. eglibc: SDK_GLIBC_ADDONS for eglibc-nativesdk. package_ipk.bbclass: fixing muttilib prefix extracting. connman: Fixed multilib support. Mark Hatle (8): scripts/bitbake: Update to help rebuild pseudo-native binutils: Inform binutils that armv5e really is valid! conf/machine/include/README: Add readme to explain cpu tunings conf/machine/include: Cleanup IA tunings to match README conf/machine/include: Cleanup MIPS tunings to match README conf/machine/include: Cleanup PowerPC tunings to match README conf/machine/include: Cleanup ARM tunings to match README conf/machine/include: Update SH tunings to match README Martin Jansa (32): recipes: bump PR to rebuild .la files without libz.la zlib: remove ldconfig call from install-libs libsdl: add fix for new _XGetRequest symbol backported to libx11 python: add Makefile to SSTATE_SCAN_FILES apr: add apr_rules.mk to SSTATE_SCAN_FILES sstate.bbclass: add *_config to SSTATE_SCAN_FILES e2fsprogs: remove ldconfig call from install-libs wireless-tools: remove ldconfig call from install-libs mpfr: add patch to fix build for thumb sstate.bbclass: improve performance of sstate package creation shadow-sysroot: disable package creation gst-plugin-bluetooth: upgrade to 4.98 and add checksums layer.conf: use += for SIGGEN_EXCLUDERECIPES_ABISAFE and split to multiple lines bitbake.conf: use weak assignment for BB_CONSOLELOG bitbake.conf: remove TARGET_ARCH from in SDKPATH sstatesig: add SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS option to exclude well defined recipe->dependency layer.conf: add keymaps to SIGGEN_EXCLUDERECIPES_ABISAFE More quoting fixes arch-armv7.inc: fix quoting librsvg: really bump PR python: regenerate python-2.7-manifest.inc kernel.bbclass: populate /etc/modules-load.d/ with module_autoload entries too kernel.bbclass: use symlinks for modutils files kernel.bbclass: use better number for KERNEL_PRIORITY kernel.bbclass: fix extra + in kernelrelease update-modules: update script to read /etc/modules-load.d/ directory kernel.bbclass: don't create /etc/modutils/* kernel.bbclass: touch .scmversion also in ${S} rootfs_ipk: replace 3 opkg-cl calls with one in get_package_filename rootfs_ipk: don't echo opkg-cl output to log.do_rootfs arch-armv7a.inc: fix PACKAGE_EXTRA_ARCHS after armv7.inc was removed package_ipk: don't generate Packages.filelist Matthew McClintock (8): distutils.bbclass: override LDSHARED so we use the linker for this build and not the one used in sstate-cache powerpc64-linux: Update cached autoconf values for libpcap on powerpc64 arch-powerpc{, 64}.inc: update/add PACKAGE_EXTRA_ARCHS for powerpc/powerpc64 tune-ppce5500: consolidate ppce5500 and ppc64e5500 into one tune file multilib.bbclass: allow TARGET_VENDOR_virtclass-multilib to be overriden bitbake.conf: add default value for TUNE_PKGARCH tune-ppc*.inc: update to use new default value for TUNE_PKGARCH arch-powerpc.inc: use default value of TUNE_PKGARCH Mike Crowe (6): libusb1: Cope with ${libdir} and ${base_libdir} being the same libusb-compat: Cope with ${libdir} and ${base_libdir} being the same libcap: Cope with ${libdir} and ${base_libdir} being the same e2fsprogs: Cope with ${libdir} and ${base_libdir} being the same valgrind: Support compilation without X11 libc-common: Apply Debian-naming to libc debug symbols too Nitin A Kamble (20): gmp: upgrade from 5.0.2 to 5.0.3 gdb: upgrade from 7.3.1 to 7.4 quilt: upgrade from 0.50 to 0.51 python-dbus: upgrade from 0.84.0 to 1.0.0 distro_tracking: update for current upgrades byacc: upgrade from 20111219 to 20120115 strace: add x32 support cmake.bbclass: add ${base_libdir} to CMAKE_LIBRARY_PATH ncurses: fix install error gmp: upgrade from 5.0.3 to 5.0.4 python: fix install when libdir is not "lib" pciutils: fix a do_compile failure python-pyrex: quite packaging warnings python-pycurl: fix packaging warnings git: fix packaging warnings distro-tracking: update status of recipes nasm: fix issue with repeat configure cross-canadian.bbclass: fix rpath for sdk executables gcc-cross-intermediate: fix do_install for x32 eglibc packaging: locale packaging configuration Noor Ahsan (1): libc-packgae.bbclass: Add i686 support in locale_arch_options Otavio Salvador (22): udev: improve udev-cache robustness udev: stop providing cache support by default dhcp: move dhcp leases files handling to postinst/postrm useradd.bbclass: skip processing on virtclass-cross extended packages cross.bbclass: add virtclass handler rootfs_ipk.bbclass: fix status file location in rootfs update-rc.d.bbclass: do nothing for extended cross packages useradd.bbclass: override USERADDSETSCENEDEPS to empty when building cross packages qt4-native: set headerdir as done in regular builds syslinux: bump PR licenses.conf: fix quotting of SRC_DISTRIBUTE_LICENSES syslinux: fix packaging of ${PN} and ${PN}-staticdev image.bbclass: do not create image manifest link if IMAGE_LINK_NAME is empty image_types.bbclass: properly support IMAGE_LINK_NAME as empty image_types.bbclass: fix bzip2 and xz compression commands run-postinsts: fix opkg data path image.bbclass: fix rootfs generation without package management tools rootfs_rpm.bbclass: rename postinst trigger script opkg: rename postinst trigger script dpkg: rename postinst trigger script connman: update to 0.79 package_rpm.bbclass: fix bashims at rpm_common_comand() method Paul Eggleton (61): classes/buildhistory: sort image file list classes/buildhistory: sort list fields in package info scripts/bitbake: pass through debug options to initial pseudo build scripts/combo-layer: avoid error when config file is outside repo scripts/combo-layer: avoid saving last revision if unchanged scripts/combo-layer: add branch option to example config stat: remove NATIVE_INSTALL_WORKS classes/sdl: remove Opie-specific desktop file/packaging conf/bitbake.conf: remove Opie definitions scripts/combo-layer: allow updating a specific component(s) only classes/buildhistory: squash spaces out of image variables classes/buildhistory: sort and de-dupe dependency graphs classes/buildhistory: sort FILELIST in package info classes/buildhistory: use hostname instead of reading /etc/hostname classes/buildhistory: fix splitting on + in package list fields buildhistory_analysis: avoid noise due to reordering buildhistory_analysis: correctly split RDEPENDS/RRECOMMENDS conf/bitbake.conf: add DISTRO_FEATURES_BACKFILL psplash: use OpenEmbedded logo psplash: allow building multiple splash executables qemu: enable building qemu-nativesdk without x11 libsdl: allow building without x11 qemu: remove version 0.14.0 qt4: fix compile error in Qt 4.8.0 with gcc 4.6 qt4: build qmake for the target qt4-tools-nativesdk: fix build of 4.7.4 qt4-tools-nativesdk: improve and tidy up qmake build More quoting fixes qt4: make pulseaudio support conditional upon DISTRO_FEATURES formfactor: use full path to fbset scripts/bitbake: ensure user is in build directory pulseaudio: add X library dependencies gst-plugins-bad: disable directfb in configure mx: add dependencies ncurses: fix build when ENABLE_WIDEC is not set linux-yocto-tiny: add dependency on xz-native util-linux: restore zlib and ncurses dependencies for native python-imaging: bring in fixes from meta-oe qt-mobility: fix QA warnings classes/image: avoid cp race condition when building multiple images buildhistory_analysis: fix duplicate PE/PV/PR in related fields buildhistory: allow disabling image and/or package history buildhistory: avoid reruns of do_package iproute2: fix unpackaged files warning qt4: add RPROVIDES/RREPLACES for qmake2 recipe hdparm: fix stripped file warning libacpi: fix stripped file warning syslinux: fix stripped file warnings buildhistory_analysis: use bb.utils.explode_dep_versions buildhistory_analysis: hide version number increases in dependencies buildhistory_analysis: skip FILELIST changes for dbg packages buildhistory_analysis: report if all items removed from a list buildhistory_analysis: avoid printing PE/PV/PR more than once scripts/combo-layer: limit component repo dirty check scripts/combo-layer: handle diffs in commit messages scripts/bitbake: try harder to check if pseudo exists scripts/bitbake: allow switching between build directories scripts/bitbake: add/fix some comments elfutils: disable lzma (and bzip2 for native) self-hosted-image: decrease reserved space to 0.5% self-hosted-image: use Clearlooks theme Peter Seebach (1): Pseudo: Update to 1.3 Peter Tworek (5): gconf.bbclass: Add proper RDEPENDS to packages with gconf postinststep. busybox: Add flock utility to default configuration. webkit-gtk: Fix error.html resource path. webkit-gtk: Make webgl support configurable via DISTRO_FEATURES. psplash: Add mising commands module import. Randy MacLeod (1): xinit: Update to 1.3.2 -- Typo fix. Richard Purdie (128): sstate.bbclass: Optimise sstate_hardcode_path package.bbclass: Optimise the per file rpm handling gcc-4.6: Some small performance tweaks sanity.bbclass: Add ABI version 8, used for transition from the OEBasic to OEBasicHash stamp layout sstatesig.py: Add handling for machine specific module dependencies sstatesig.py: Move package exclusion list to the layer config eglibc: Fix package warning rpm: Fix LICENSE field libusb1: Address unpackaged files warning libusb-compat: Address unpackaged files warning readline: Add a patch to remove the redundant rpath linker option libgcrypt: Fix unpackaged file warning cracklib: Fix unpackaged files warning by disabling autodetected python glib-2.0: Fix unpackaged files warning dbus-glib: Correctly package bash completion pieces to avoid QA warning package.bbclass: Remove empty directories created as part of srcdebug handling insane.bbclass: Only depend on desktop-file-utils-native when we need it autotools.bbclass: Make builds deterministic gthumb: Resolve staticdev QA warnings image.bbclass: Ensure timestamp matches format used in initscripts after recent changes libfm: Fix packaging and dependency issues package.bbclass: Add a sanity check to the debugsrcdir removal code glib: Drop dbus dependency, it isn't useful cross-canadian: Set STAGING_DIR_HOST correctly Quoting fixes glib-2.0: Disable fam, we don't depend on it image_types: Refactor compression code into a generic compression solution More quoting fixes tcl 8.5.11: fix packaging for native version tcl: Ensure native verison has correct dependencies and builds image_types: Correctness fixes image_types_uboot: Update to work after recent image_types changes libx11-trim/diet: Add RPROVIDES for libx11-dev libx11-trim: Drop obsolete 1.3.4 version toolchain-scripts: Exclude variables causing the recipe to become unecessarily machine specific externalsrc.bbclass: Add class for handling external source trees scripts/oe-git-proxy-socks-command: Improve error fallback/handling scripts/oe-git-proxy-socks-command: Add fallback to use nc image_types: Ensure dependencies for compression types containing multiple dots are handled correctly lib/oe/patch.py: Fix and improve PatchTree() resolver logic base.bbclass: If unpacking again, wipe out ${S}/patches image_types.bbclass: We need to preserve order in the types variable and avoid set() image_types: Ensure duplicate compressed types aren't created meta/classes: Convert to use appendVar and appendVarFlags meta: Convert getVar/getVarFlag(xxx, 1) -> (xxx, True) sstate: Remove unecessary bb.data.expand() meta: Replace bb.data.expand(xxx, d) -> d.expand(xxx) polkit: Default to shadow, not none to fix build failures base.bbclass: Fix PACKAGECONFIG handling when no flags are set package_ipk.bbclass: Ensure Source is set to something else packaging can fail rpm 5.4.0: Add rpmdeps-oecore to replace rpmdeps for package.bbclass package.bbclass: Drop python depends from rpmdeps libx11-trim/diet: Ensure libx11-locale doesn't trigger multiple provider issues mesa-dri-glsl-native: Avoid error when running configure a second time xorg-xserver: Explictly disable dtrace, its not in DEPENDS leafpad: Package currently unpackaged files. xf86-input-vmmouse: Package unpackaged files sato-screenshot: Remove unneeded .la file librsvg: Fix unpackaged directory warnings matchbox-session: Clarify LICENSE as GPLv2 wireless-tools: Clarify LICENSE field to avoid warnings gtk-doc: Clarify license as GPLv2 gnome-doc-utils: Clarify license as GPLv2 and LGPLv2.1 boost: Correct license name BSL-1 -> BSL-1.0 shadow: Correct license Artistic -> Artistic-1.0 perl: Clarify LICENSE with versions. Yes, its really GPLv1 license.bbclass: Add mapping for LGPLv2.0, pango uses it qemu-config: Clarify license as GPLv2 bluez4: Ensure the plugins directory is packaged to avoid warnings rpm: Add rpmdeps-oecore to appropriate package python-pycairo: Fix incorrect versions in license field xserver-xorg: Remove unneeded empty directory, fixing QA warning Revert "gettext: do not set libncurses prefix explicitly" matchbox-keyboard: Fix unpackaged files warning xf86-video-vmware: Fix unpackaged driectory warning libxslt: Fix unpackaged directory warning ppp: Fix unpackaged files warnings ppp: Clean up PACKAGES vs. variable mismatch and drop unused RDEPENDS alsa-utils: Ensure state directory is packaged dates: Fix unpackaged files warning scripts/contrib/python/generate-manifest-2.7.py: Catch up with staticdev fixes xorg-cf-files: Fix unpackaged files warning perl-modules: Fix LICENSE fields to mention the correct license versions alsa-utils: Add rename accidently dropped during patch merge Revert "gcc-cross: aviod creating invalid symlinks" Revert "alsa-tools: update to 1.0.25" ghostscript: Fix patch related build issues slang: Fix rpath QA warnings opensp: Fix unnecessary rpath warnings flac: Fix license warning make: Fix license warning mobile-broadband-provider-info: Fix license warning chkconfig: Fix unpackaged files warnings xf86-input-synaptics: Fix QA warnings grep: Fix QA warnings directfb: Fix RPATH warnings tar: Fix unpackaged files warnings unzip: Fix unpackaged files warnings cpio: Fix unpackaged files warnings sed: Fix unpackaged files warnings cups: Ensure cups-config has correct target paths, not sysroot ones for cups_serverbin and cups_datadir variables foomatic-filters: Ensure cups and ppr files are packaged wget: Fix bad RPATH QA warning tcl: Fix bad RPATH QA warning default-providers: Set pigz-native as the default provider for gzip-native pigz: Ensure DEPENDS on zlib exists for native and target versions apt: Fix parallel make race gdk-pixbuf: Disable xlib library since we don't have anything needing this as yet and no libx11 DEPENDS bitbake.conf/sstate.bbclass: Change PATH when installing sstate files to avoid issues gzip/pigz-native: Install into a prefix to avoid clashing with system binaries gettext/awk/sed/grep: Backport WARNING fixes to GPLv2 versions lttng-ust: Increase PE due to incompatible version changes related to lttng-ust2 gst-plugins-bluetooth: Don't install headers, man pages or .pc files sstate.bbclass: Remove possibility of file corruption and make package writing atomic pigz: Add update-alternatives support since this otherwise conflicts with busybox/gzip Revert "bitbake.conf/sstate.bbclass: Change PATH when installing sstate files to avoid issues" taglib: Refresh patch after recent accidental breakage guile: Deal with hardcoded path issues local.conf.sample.extended: Add documentation of archive source code configuration ghostscript: Fixes for parallel_make gcc-cross-intermediate: Ensure we move the libraries from the correct location tiff: Make builds deterministic clutter: clutter_git is really clutter-1.8_git, rename rpm: Ensure we depend on file ghostscript: Fix remaining CP_ prallel make races gdk-pixbuf: Fix checksum warning issue gst-ffmpeg: Fix build failures from sstate relocation gettext: Fix sysroot conflict over owner of macros Robert P. J. Day (6): Simple typo in qemuarm.conf file: "versaile" -> "versatile" Fix common typoes "existant", "dependant" and variations PPP: Remove leftover reference to "nylon" distro from PPP recipe. core-image-minimal-mtdutils.bb: Simple DESCRIPTION grammar fix. Various typoes fixed, all comments or output strings. Remove redundant reference to "task-self-hosted" from self-hosted-image.bb Robert Yang (15): A script to clean obsolete sstate cache files V2 Fix libpam's chmod logrotate 3.7.9: Allow rotate log across filesystems gcc-cross: aviod creating invalid symlinks package.bbclass: do not split debug pkg when no debugsources.list upgrade logrotate: split the old patch into 3 upgrade logrotate: update the recipe upgrade logrotate: update the distro_tracking_fields.inc native.bbclass: make TOOLCHAIN_OPTIONS empty insane.bbclass: maybe no log.do_compile or log.do_install qemu: add fedora pkg names when build failed contacts 0.9: failed to build contacts.inc: conditionally install shema nspr 4.8.9: failed to build on x86_64 board sstate-cache-management.sh: fixes and enhancement Samuel Stirtzel (1): mime.bbclass: Fix bracket error. Saul Wold (113): task-self-hosted: add disk partitioning tools task-self-hosted: add python-pkgutil since it's required self-hosted-image: add package management for correct installation openssl: Update to 1.0.0g openssl: Update to 0.9.8t (gplv2) gnutls: Update to 2.12.16 rxvt-unicode: Update to 9.15 gnupg: Add gplv2 version 1.4.7 file: Update to version 5.10 libidn: Update to 1.24 libdrm: Update to 2.4.30 xinit: Update to 1.3.2 xf86-input-keyboard: Update to 1.6.1 distro_track: Track Updates gnupg-1.4.7: Update Patch Info openssl-0.9.8: Remove in favor or 1.0.0 mtools-3.9.9: Use correct URI for the mirror task-core-tools-profile: fix valgrind for arm and systemtap for mips valgrind: Fixed Added-support-for-PPC-instructions-mfatbu-mfatbl.patch Upstream-Status u-boot-fw-utils: Add DEPEND on mtd-utils rpcbind: add DEPENDS on quota for rpcsvc/rquota.h iputils: Add base_libdir to VPATH in order to find the crypto library syslinux: Use SYSLINUX_TIMEOUT and SYSLINUX_PROMPT to configure syslinux syslinux: add SYSLINUX_ROOT to APPEND line image_types: add vmdk type to use with VMware image-live: fix SYSLINUX_TIME and add SYSLINUX_ROOT instead of APPEND boot-directdisk: Use correct SYSLINUX_TIMEOUT and SYSLINUX_ROOT instead of APPEND distro_tracking_fields: fix typos distro_check: fix the fedora URL for rleases as they seem to have moved syslinux: Package unpackaged files in -misc gnupg: Update checksum, fix configure and compliation issues gnupg: Add missing patch for curl_typeof_fix qemu: Add glib-2.0 as depends util-linux: Update to 2.21 file: Update to version 5.11 psmisc: Update to version 22.16 libdrm: Update to version 2.4.31 mkfontdir: Update to version 1.0.7 mkfontscale: Update to version 1.1.0 boost: Update to version 1.49.0 sqlite3: Update to version 3.7.10 xf86-video-intel: Update to version 2.18.0 tiff: Update to version 3.9.5 bind: add DEPENDS for libcap distro_tracking: Account for updates and Manual Checking bootimg: Fix Quoting image-live: Allow LABELS to be modified image-vmdk: Create image_vmdk class and setup image and image_types to use it self-hosted-image: Create a VMDK image with correct SYSLINUX_* settings perl: remove empty directories to clean QA Warnings netbase: fix QA Warnings hdparm: update to 9.39 glproto: Update to 1.4.15 pixman: updat to 0.24.4 util-linux: Fix removal of lscpu for non-GPLv3 Build distro_tracking: Upgrade and Manual Checks polkit: Fix Upstream-Status tag glib-2.0: Add Upstream Status for nodbus.patch image-vmdk: add NOISO to disable iso image creation since it's not needed gettext: Set the LICENSE field to GPLv3+ docbook-utils: Add check to not sed files twice owl-video: Fix unpackaged file warning ltp: Package static library in -staticdev quilt: Fix docs packaging warnings autoconf: remove emacs mode files to fix warnings rpm: Package python-rpm static archive correctly python: package static libraries correctly in -staticdev distro_tracking: Updates for manual checks avahi: Update to 0.6.31 man-pages: Update to 3.36 libgalago: Fix package warnings by not packaging autopackage man: fix configure issue to solve warnings distro_tracking_fields: Fix EOL Comments and missing Quotes gpgme: fix packaging warnings qt4: package static libraries correctly to fix warnings bitbake.conf: Modify PACKAGE list ordering to insert -staticdev file before PN dtc: Fix License warning eee-acpi-scripts: Fix License warning usbinit: Fix License warning wget: Fix License warning watchdog: Fix License warning libnewt: fix license warnings glib-networking: Fix packaging warnings texi2html: fix packages warning telepathy-glib: remove package warnings gtk-theme-torturer: Fix license warning rpm: Fix FILE_ -> FILES_ packaging gawk: fix packaging warnings mktemp: fix packaging warnings make: Add toplevel COPYING File and move BBCLASSEXTEND make 3.81: add GPLv2 version gnome-desktop: fix package warnings ghostscript: fix typo in packaging slang: fix typo in rpathfix.patch lttng-modules: Fix setting of KERNEL_DIR telepathy-mission-control: fix package warnings gst-plugin-bluetooth: Fix package warnings gst-plugins-good: Fix packaging gnutls: Update to 2.12.17 imake: Upgrade to 1.0.5 resolvconf: Upgrade to 1.64 distro_tracking: Update libxxf86dga: Upgrade to 1.1.3 readline: Fix RPATH Warnings for GPLv2 xserver-kdrive: Fix packaging warnings task-self-hosted: add pseudo image-vmdk: Add symbolic link for a short named vmdk image boot-directdisk: Fix Block Calcuation vmdk: Update for direstdisk builder: Enable auto starting of Hob image_types: remove duplicate setting of -i for inode count self-hosted-image: Increase space for build and allow builder user sudo access runqemu-internal: Add console=tty for qemuppc and NFS Scott Garman (17): sudo: upgrade to 1.8.4 path.py: add make_relative_symlink method ncurses: move only libncurses and libtinfo to base_libdir gettext: do not set libncurses prefix explicitly ncurses: fix packaging of moved libraries PR bump for all recipes that DEPEND on ncurses sudo: upgrade to 1.8.4p4 at: upgrade to 3.1.13 base-passwd: upgrade to 3.5.24 distro_tracking: update sudo, at, base-passwd e2fsprogs: upgrade to 1.42.1 distro_tracking: updates for upgraded recipes and manual checks openssl: upgrade to 1.0.0.h distro_tracking: update openssl package_rpm.bbclass: ensure base-passwd and shadow get installed first useradd.bbclass: retry useradd/groupadd commands to avoid lock race issues runqemu: set console=ttyS0 when running with nographic option Shane Wang (53): package.bbclass: set package size into pkgdata for hob2's use distro_tracking: update the recipe info for manual check glib-2.0: upgrade to 2.30.3 gdk-pixbuf: upgrade to 2.24.1 glproto: update its info in distro tracking libvorbis: upgrade to 1.3.3 tremor: upgrade to 18221 telepathy-glib: upgrade to 0.17.5 telepathy-mission-control: upgrade to 5.11.0 ofono: upgrade to 1.5 bluez4: upgrade to 4.99 bluez-hcidump: upgrade to 2.3 gst-plugin-bluetooth: upgrade to 4.99 gstreamer: upgrade to 0.10.36 gst-plugins-base: upgrade to 0.10.36 gst-plugins-good: upgrade to 0.10.31 gst-plugins-bad: upgrade to 0.10.23 gst-plugins-ugly: upgrade to 0.10.19 libpcap: upgrade to 1.2.1 busybox: upgrade to 1.19.4 curl: upgrade to 7.24.0 dropbear: upgrade to 2012.55 apr: upgrade to 1.4.6 minicom: upgrade to 2.6.1 tzdata: upgrade to 2012b util-macros: upgrade to 1.17 libxcursor: upgrade to 1.1.13 libxinerama: upgrade to 1.1.2 libsm: upgrade to 1.2.1 libxkbfile: upgrade to 1.0.8 libice: upgrade to 1.0.8 pixman: upgrade to 0.25.2 libxdmcp: upgrade to 1.1.1 libXxf86vm: upgrade to 1.1.2 libXrender: upgrade to 0.9.7 libxpm: upgrade to 3.5.10 libXext: upgrade to 1.3.1 libXv: upgrade to 1.0.7 libxt: upgrade to 1.1.2 libXmu: upgrade to 1.1.1 libfontenc: upgrade to 1.1.1 libxscrnsaver: upgrade to 1.2.2 libxau: upgrade to 1.0.7 libdmx: upgrade to 1.1.2 libxft: upgrade to 2.3.0 libxtst: upgrade to 1.2.1 libXvMC: upgrade to 1.0.7 libxfont: upgrade to 1.4.5 libxres: upgrade to 1.0.6 inputproto: upgrade to 2.2 font-util: upgrade to 1.3.0 libxcb: upgrade to 1.8.1 libxi: upgrade to 1.4.5 Stefan Herbrechtsmeier (2): linux-firmware: keep version string in libertas firmware u-boot: add machine name to spl image name Steffen Sledz (1): docbook-utils-native: fix syntax problem in jw.in Steve Sakoman (5): shadow-securetty: allow root logins on usb serial gadget device libksba: add 1.2.0 (initial recipe) gnupg: add 2.0.18 (initial recipe) libzypp: add missing runtime dependences on gzip and gnupg wpa-supplicant: fix breakage during rebuild Tom Rini (2): u-boot-fw-utils: Add for v2011.06 qemu.inc: Use '+=' for IMAGE_FSTYPES Tom Zanussi (2): meta-yocto/local.conf.sample.extended: add LICENSE_FLAGS_WHITELIST section blktrace: update to version 1.0.5 Wade Farnsworth (3): systemtap: bump SRCREV to grab version 1.7 systemtap: extend the recipe to build the native package systemtap: build and install uprobes.ko Wenzong Fan (4): eds-tools: Update it to fix the build error gettext: Get gettext use its own libunistring ccache: update it from 3.1.6 to 3.1.7 chkconfig: update it from 1.3.57 to 1.3.58 Xiaofeng Yan (14): init-functions: Add two functions LSB_Setup.sh: Add locale resources and startup script avahi-daemon libx11-1.4.4: Add patch makekeys_crosscompile.patch libx11-1.4.4: Add patch "makekeys_crosscompile.patch" libx11-trim: Add error information from LSB Test Suite to makekeys_crosscompile.patch sourcepkg.bbclass: Remove sourcepkg.bbclass src_distribute.bbclass: Remove src__distribute.bbclass src_distributelocal.bbclass: Remove src_distribute_local.bbclass package_rpm: Add srpm function to this bbclass archiver.bbclass: archive-original-source.bbclass: Archive original source archive-configured-source.bbclass: Archive configured source archiver.bbclass: enhance code readability archive-patched-source.bbclass: Archive patched source Yauhen Kharuzhy (1): ppp: Fix rp-pppoe plugin compilation Yi Zhao (4): lsbtest: Add recipe for LSB tests and automate test distro_tracking_fields: add information for lsbtest task-core-lsb: add lsbtest to RDEPENDS_task-core-misc list scripts/qemuimage-testlib: fix typos Zhai Edwin (9): quicky: Fix for multilib texi2html: Fix for multilib gnupg: Fix for multilib libskba: Fix for multilib qemugl: Fix gl apps failure on qemu-x86-64 shadow-sysroot: Fix for multilib qemugl: Hide some GLX extensions by default virtual/libgl: use mesa-xlib for qemuarm/qemumips/qemuppc qemugl: Fix GL apps failure on Ubuntu 11 host with nVidia GLX driver