]> code.ossystems Code Review - openembedded-core.git/shortlog
openembedded-core.git
2017-03-08 Nikunj Kelarelocate_sdk.py: skip debug files from relocation
2017-03-08 Sona Sarmadiqemu: display: CVE-2016-9912
2017-03-08 Sona Sarmadiqemu: display: CVE-2016-9908
2017-03-08 Nathan Rossiqemu: Move recipe version specific patches and features...
2017-03-08 Nathan Rossiqemu: Convert KVMOPTS to PACKAGECONFIG
2017-03-08 Nathan Rossiqemu: Consolidate EXTRA_OECONF
2017-03-08 Nathan Rossiqemu: Improve and add PACKAGECONFIG options
2017-03-08 Ed Bartoshselftest: remove extra backslashes from debug output
2017-03-08 Ed Bartoshqemurunner.py: ignore decode errors
2017-03-08 Ed Bartoshselftest: test wic efi image in qemu
2017-03-08 Ed Bartoshtargetcontrol: add image_fstype argument to commands...
2017-03-08 Ed Bartoshqemurunner: add runqemuparams argument to commands...
2017-03-08 Andre McCurdybase.bbclass: improve wording when skipping recipes...
2017-03-08 Andreas Müllerapr: fix rss+perf+gold failure on do_compile_ptest_base
2017-03-08 Peter Kjellerstedtmodule.bbclass: Add inherit of pkgconfig
2017-03-08 Andreas Müllerparted: fix rss+perf+gold failure on do_compile_ptest_base
2017-03-08 Jussi Kukkonenmesa: Upgrade 17.0.0 -> 17.0.1
2017-03-08 Maxin B. Johnscreen: update to 4.5.1
2017-03-08 Aníbal Limónbuildhistory.bbclass: Only execute get_extra_sdkinfo...
2017-03-08 Richard Purdieyocto-uninative: Update to the 1.5 release
2017-03-07 Andre McCurdymeta: start to ignore the largefile distro feature
2017-03-07 Mark Hatlegpgme: Fix issue building for the target
2017-03-07 Saul Woldcrosstap: Changes to support Recipe specific sysroot
2017-03-07 Saul Woldsystemtap: Add patch to remove quotes
2017-03-07 Richard Purdierecipes: Move out stale GPLv2 versions to a seperate... uninative-1.5
2017-03-07 Richard Purdiepatchelf: Fix issues with the 'hole' in binaries approach
2017-03-07 Khem Rajbinutils: Upgrade to 2.28 release
2017-03-07 Khem Rajmusl: Update to tip
2017-03-04 Armin Kustertzdata: update to 2017a
2017-03-04 Armin Kustertzcode-native: update to 2017a
2017-03-04 Marek Vasutu-boot: Fix handling of CMD_LICENSE in u-boot-mkimage
2017-03-04 Peter Kjellerstedtlinux-libc-headers: Add inherit of pkgconfig
2017-03-04 Maxin B. Johngstreamer1.0-omx_1.2.0: remove recipe
2017-03-04 Andre McCurdysystemd: check "ldconfig" distro feature when setting...
2017-03-04 Ming Liuguile: fix a bashism
2017-03-04 Nathan Lynchlttng-tools: update to 2.9.4
2017-03-04 Nathan Lynchlttng-modules: update to 2.9.1
2017-03-04 Nathan Rossilibgpg-error: Don't replace the syscfg header for mingw32
2017-03-04 Alexander Kanavinlibgpg-error: correctly configure on mips64
2017-03-04 Jussi Kukkonenmesa: Upgrade 13.0.4 -> 17.0.0
2017-03-04 Ross Burtongcc-source: add comment explaining why a function is...
2017-03-04 Mikko Rapelibuildhistory.bbclass: use tabs as separator in installe...
2017-03-04 California... kernel.bbclass: Give sanity check function an opt-out...
2017-03-04 Nathan Rossipackage.bbclass: Add SHLIB detection support for mingw...
2017-03-04 Nathan Rossiupdate-alternatives.bbclass: Disable for mingw32 targets
2017-03-04 Dengke Duautotools.bbclass: delete the extra varflag set for...
2017-03-04 Jackie Huangptest.bbclass: use BPN in PTEST_PATH for multilib
2017-03-04 Robert P. J... no-static-libs: add missing leading space when using...
2017-03-04 Zubair Lutfullah... arch-mips: Fix tune configuration for mipsisa64r6el...
2017-03-04 Andre McCurdybitbake.conf: replace USE_LDCONFIG with new "ldconfig...
2017-03-04 Aníbal Limónyocto-compat-layer.py: Add script to YP Compatible...
2017-03-04 Markus Lehtonenbuild-perf-test-wrapper.sh: support xml report format
2017-03-04 Dmitry Rozhkovscripts/runqemu: avoid overridden user input for bootparams
2017-03-04 Aníbal Limónscripts/runqemu: Add always ttyS1 when no serial option...
2017-03-04 Anders Daranderscripts/lib/create_npm: handle Public Domain licenses
2017-03-04 Anders Daranderscripts/lib/create_npm: handle AND and OR in licenses
2017-03-04 Anders Daranderscripts/lib/create_npm: rewrite see license in eula
2017-03-04 Anders Daranderlib/oe/package.py: remove @ from package name
2017-03-04 Anders Darandercreate_npm.py: convert MIT/X11 to MIT
2017-03-04 Ed Bartoshwic: add more targets to directdisk syslinux config
2017-03-04 Ed Bartoshwic: bootimg-pcbios: add support for syslinux vesamenu
2017-03-04 Ed Bartoshwic: raise WicError instead of calling logger.error
2017-03-04 Ed Bartoshwic: add WKS_FILE_DEPENDS variable
2017-03-04 Ed Bartoshwic: exec_native_cmd: fix undefined variable error
2017-03-04 Ed Bartoshwic: exec_native_cmd: improve debug message
2017-03-04 Ed Bartoshwic: use image recipe sysroot as default
2017-03-04 Ed Bartoshwic: use 2 sysroots to find native executable
2017-03-04 Ed Bartoshwic: pluginbase: use global dictionary
2017-03-04 Ed Bartoshwic: move PluginMgr class to pluginbase
2017-03-04 Ed Bartoshwic: plugin: cache results in get_plugins
2017-03-04 Ed Bartoshwic: remove PluginMgr.get_plugin_methods
2017-03-04 Ed Bartoshwic: throw exception if required API is not implemented
2017-03-04 Ed Bartoshwic: pluginbase: use python 3 metaclass syntax
2017-03-04 Ed Bartoshwic: reimplement PluginMgr.get_plugins
2017-03-04 Ed Bartoshwic: reimplement PluginMgr.get_plugin_methods
2017-03-04 Ed Bartoshwic: remove PluginMgr.get_source_plugins
2017-03-04 Ed Bartoshwic: use PluginMgr directly
2017-03-04 Ed Bartoshwic: move WicError to lib/wic/__init__.py
2017-03-04 Ed Bartoshwic: raise WicError instead of ImageError and CreatorError
2017-03-04 Ed Bartoshwic: raise WicError in wic plugins
2017-03-04 Ed Bartoshwic: raise WicError in core modules
2017-03-04 Ed Bartoshwic: raise WicError in main module
2017-03-04 Ed Bartoshwic: move errors module
2017-03-04 Ed Bartoshwic: remove msger module
2017-03-04 Ed Bartoshwic: use wic logger in wic source plugins
2017-03-04 Ed Bartoshwic: use wic logger in imager direct plugin
2017-03-04 Ed Bartoshwic: use wic logger in core modules
2017-03-04 Ed Bartoshwic: setup logging in the main wic module
2017-03-04 Ross Burtoncryptodev: update to handle 4.10 kernel API
2017-03-04 Richard Purdiegcc-runtime: Add libmpx supprt for x86
2017-03-03 Bruce Ashfieldlinux-yocto-dev: add virtio fragment for virtio targets
2017-03-03 Bruce Ashfieldlibc-headers: introduce 4.10 and set as default
2017-03-03 Bruce Ashfieldlinux-yocto: introduce 4.10 recipes
2017-03-03 Richard Purdietestsdk: Fix lockfile patch
2017-03-03 Richard Purdiepopulate_ext_sdk: Merge auto.conf into local.conf
2017-03-03 Richard Purdiepopulate_ext_sdk: Append to SSTATE_MIRRORS
2017-03-03 Richard Purdietestsdk: Drop lockfile usage
2017-03-03 Richard Purdieoeqa/sdkext/devtool: Ensure dependencies for test_exten...
2017-03-03 Richard Purdiesanity: Allow whitespace only mirror entries
2017-03-02 Richard Purdietestsdk: Use auto.conf instead of local.conf to set...
next