]> code.ossystems Code Review - openembedded-core.git/shortlog
openembedded-core.git
2016-01-22 Richard Purdiebitbake.conf: Remove horrible variable expansion hacks
2016-01-22 Ross Burtonmesa: add missing wayland-native build dependency
2016-01-20 Saul Woldudev: Add 2 patches to support 4.4 kernel
2016-01-20 Ioan-Adrian... gcc-runtime.inc: provide libquadmath
2016-01-20 Maxin B. Johnkexec: update supported architecture list
2016-01-20 Andre McCurdystrace: update 4.10 -> 4.11
2016-01-20 Andre McCurdystrace: fix ARCH definition in tests/Makefile
2016-01-20 Andre McCurdystrace: remove need for git-version-gen script
2016-01-20 Andre McCurdystrace: fix --disable-aio configure option
2016-01-20 Andre McCurdystrace: drop unnecessary dependency on acl
2016-01-20 Otavio Salvadorlibnewt: Fix linking error due missing symbols
2016-01-20 Mariano Lopezlib/oe/package_manager.py: Remove list() from PkgsList...
2016-01-20 Mariano Lopezlib/oe/rootfs: Use list_pkgs() instead of list()
2016-01-20 Mariano Lopezlib/oe/utils: Add function format_pkg_list()
2016-01-20 Mariano Lopezlib/oe/package_manager: Add list_pkgs() to PkgsList...
2016-01-20 Alejandro Hernandezpython3: Minor upgrade 3.5.0 -> 3.5.1
2016-01-20 Alejandro Hernandezpython-numpy: upgrade to 1.10.4
2016-01-20 Alejandro Hernandezswig: upgrade to 3.0.8
2016-01-20 Alejandro Hernandezpython-scons: upgrade to 2.4.1
2016-01-20 Alejandro Hernandezpython-pycurl: upgrade to 7.21.5
2016-01-19 Alejandro Hernandezpython-mako: upgrade to 1.0.3
2016-01-19 Alejandro Hernandezpython-setuptools: Upgrade to 19.2
2016-01-19 Alejandro Hernandezpython3-setuptools: upgrade to 19.2
2016-01-19 Alejandro Hernandezpython: Upgrade 2.7.9 > 2.7.11
2016-01-19 Ed Bartoshwic: pylinted ksparser module
2016-01-19 Ed Bartoshwic: add help for 'include' command
2016-01-19 Ed Bartoshwic: move parts of canned .wks into common.wks.inc
2016-01-19 Ed Bartoshwic: implement search of includes
2016-01-19 Ed Bartoshwic: refactor get_boot_config
2016-01-19 Ed Bartoshwic: ksparser: add support for include
2016-01-19 Ed Bartoshwic: do not remove build dir in source plugins
2016-01-19 Ed Bartoshwic: use unique partition number
2016-01-19 Ed Bartoshwic: move wks parsing code to KickStart._parse
2016-01-19 Alexander Kanavinnss: update to 3.21
2016-01-19 Alexander Kanavinlibjpeg-turbo: fix upstream version check (sort of)
2016-01-19 Alexander Kanavinlibical: fix upstream version check
2016-01-19 Alexander Kanavingnutls: update to 3.4.8
2016-01-19 Alexander Kanavinsysstat: fix upstream version check
2016-01-19 Alexander Kanavinpbzip2: update to 1.1.13
2016-01-19 Alexander Kanavinncurses: fix upstream version check
2016-01-19 Alexander Kanavinlibsolv: fix upstream version check
2016-01-19 Alexander Kanavine2fsprogs: fix upstream version check
2016-01-19 Alexander Kanavinbuild-appliance-image: bump version to 14.0
2016-01-19 Alexander Kanavinbtrfs-tools: update to 4.4
2016-01-19 Alexander Kanavinbootchart2: update to 0.14.8
2016-01-19 Olof Johanssonrpm: remove bashisms: [ x == x ] -> [ x = x ]
2016-01-19 Joshua Lockuclibc: remove a use of immediate expansion and oe_filt...
2016-01-19 Joshua Lockgcc-runtime: switch to removal override syntax to modif...
2016-01-19 Ross Burtonsstate: replace verbose manifest removal with a single...
2016-01-19 Khem Rajlibdrm: Upgrade 2.4.65 -> 2.4.66
2016-01-19 Otavio Salvadorslang: Add dependency on ncurses
2016-01-19 Andre McCurdyvalgrind: make it explicit that valgrind supports armv7...
2016-01-19 Markus Lehtonensign_rpm.bbclass: fix task dependencies
2016-01-19 Daniel McGregoropkg-utils: store alternatives in nonarch_libdir
2016-01-19 Andre McCurdysecurity_flags.inc: remove obsolete workarounds for...
2016-01-19 Andrew Shaduracups: update systemd support
2016-01-19 Scott Elliscoreutils: Add xattr PACKAGECONFIG
2016-01-19 Yi Zhaooeqa/runtime/parselogs: use -F to search fixed strings...
2016-01-19 Bob Hamlibinput: Upgrade 0.21.0 -> 1.1.4
2016-01-19 Ross Burtonpostinst-intercepts: always use set -e
2016-01-19 Richard Purdiesstate: Add packagedata to list of tasks not to recurse
2016-01-19 Paul Eggletonclasses/populate_sdk_ext: fix task dependency regression
2016-01-19 Richard Purdieimage: Handle image types containing '-' correctly
2016-01-19 Paul Eggletonoe-selftest: devtool: fix test_devtool_add_library...
2016-01-19 Paul Eggletonrecipetool: create: add a couple more license checksums
2016-01-19 Paul Eggletonrecipetool: create: add basic support for extracting...
2016-01-19 Paul Eggletonrecipetool: create: force GL libraries to virtual/*
2016-01-19 Paul Eggletonrecipetool: create: move dependency mapping code to...
2016-01-19 Paul Eggletonrecipetool: create: fix overzealous mapping of git...
2016-01-19 Paul Eggletonrecipetool: create: support additional autoconf macros...
2016-01-19 Paul Eggletonrecipetool: create: detect flex/bison dependency
2016-01-19 Paul Eggletonrecipetool: create: pick up boost macros in configure.ac
2016-01-19 Paul Eggletonrecipetool: create: improve extraction of pkg-config...
2016-01-19 Ed Bartoshwic: rename kickstarter.py -> ksparser.py
2016-01-19 Ed Bartoshwic: override ArgumentParser.error
2016-01-19 Ed Bartoshwic: removed unused imports
2016-01-19 Ed Bartoshwic: improve processing of parseing errors
2016-01-19 Ed Bartoshwic: catch KickStartError
2016-01-19 Ed Bartoshwic: add custom exception KickStartError
2016-01-19 Richard Purdiebootimg/image-vm/image-live: Improve image dependencies
2016-01-19 Richard Purdieimage: Always run do_rootfs_wicenv
2016-01-19 Richard Purdieselftest/buildhistory: Improve test to remove sources...
2016-01-19 Richard Purdiebootimg/image: Enhance bootimg to respect RM_OLD_IMAGE
2016-01-19 Richard Purdierootfs-postcommands: Ensure license manifests respect...
2016-01-19 Richard Purdieimage: Ensure we don't expand TMPDIR in image commands
2016-01-19 Richard Purdieimage: Fix instability of do_image_* checksums
2016-01-19 Richard Purdieimage: Fix wic environment issues
2016-01-19 Richard Purdieinsane: Start to clean up do_configure_qa code
2016-01-19 Richard Purdieinsane: Clean up horrible return value processing code
2016-01-19 Robert Yange2fsprogs: fix PV
2016-01-19 Robert Yange2fsprogs: add PACKAGECONFIG for fuse
2016-01-17 Armin Kusteropenssh: CVE-2016-1907
2016-01-17 Jackie Huanglicense.bbclass: fix license manifest
2016-01-17 Joshua Lockwic/help.py: document requirements for valid fstab...
2016-01-17 Kai Kangglib-2.0: add dependency glib-2.0-native back
2016-01-17 Andre McCurdykernel-yocto.bbclass: move do_kernel_link_vmlinux(...
2016-01-17 Andre McCurdykernel-yocto.bbclass: remove do_kernel_link_vmlinux...
2016-01-17 Dmitry Rozhkovlibarchive: Add bsdtar and bsdcpio packages
2016-01-17 Elliot Smithtoaster.bbclass: Separate artifact dump from image...
2016-01-17 Hongxu Jiapax-utils: 1.0.5 -> 1.1.4
next