Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to Yocto 2.1 #396

Merged
merged 18 commits into from Jun 27, 2016
Merged

Update to Yocto 2.1 #396

merged 18 commits into from Jun 27, 2016

Commits on Jun 24, 2016

  1. meta-phosphor: Use obmc-phosphor-event for qemu systems

    Yocto 2.1 can't seem to find the original reference package
    obmc-phosphor-eventd.  obmc-phosphor-event is a full
    implementation that works on qemu, so we will use it instead.
    
    Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
    williamspatrick committed Jun 24, 2016
    Configuration menu
    Copy the full SHA
    6bb959c View commit details
    Browse the repository at this point in the history
  2. meta-phosphor: use obmc-phosphor-user for qemu systems

    Yocto 2.1 can't seem to find the original reference package
    obmc-phosphor-userd.  obmc-phosphor-user is a full implementation
    that works on qemu, so we will use it.
    
    Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
    williamspatrick committed Jun 24, 2016
    Configuration menu
    Copy the full SHA
    570f988 View commit details
    Browse the repository at this point in the history
  3. meta-phosphor: Remove unused systemd patch

    Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
    williamspatrick committed Jun 24, 2016
    Configuration menu
    Copy the full SHA
    d9cd4a0 View commit details
    Browse the repository at this point in the history
  4. meta-phosphor: Make image-overlay an optional feature

    Previously, obmc-bsp-common.inc added "overlay" to the IMAGE_FSTYPES
    but this only has meaning if the 'image-overlay' class is used.  The
    obmc-phosphor-image class explicitly includes 'image-overlay' when
    appropriate but no other images (ie. ones that come with yocto) do.
    
    Changed obmc-bsp-common to instead enable an obmc-phosphor-image feature
    by setting OBMC_PHOSPHOR_IMAGE_OVERLAY=1. Then in obmc-phosphor-image we
    add "overlay" to the IMAGE_FSTYPES only when the feature is enabled.
    
    This will fix both non-phosphor images on hardware platforms and all images
    on simulation platforms.
    
    Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
    williamspatrick committed Jun 24, 2016
    Configuration menu
    Copy the full SHA
    2054694 View commit details
    Browse the repository at this point in the history
  5. meta-phosphor: Ensure INITRAMFS_CTYPE defined

    The hardware platforms use obmc-bsp-common.inc, which defines
    INITRAMFS_CTYPE, but the simulation (qemu) platforms do not.
    core-image-minimal-initramfs.bbappend currrently uses INITRAMFS_CTYPE
    so we need to make sure it is defined.  Default there to 'lzma' if not
    already defined.
    
    Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
    williamspatrick committed Jun 24, 2016
    Configuration menu
    Copy the full SHA
    1a58e26 View commit details
    Browse the repository at this point in the history
  6. obmc-phosphor-image: Improper use of DATETIME

    The use of the DATETIME variable has issues with the sstate cache
    because of the variable changing values, and therefore the checksum
    used for sstate calculation also changing.
    
    Other existing recipes add DATETIME to the 'vardepsexclude' list.
    This case is glossed over very rapidly in section 21.3.2 "Checksums"
    of the Mega Manual.
    
    Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
    williamspatrick committed Jun 24, 2016
    Configuration menu
    Copy the full SHA
    42e1642 View commit details
    Browse the repository at this point in the history
  7. btbridged: Change how kernel-source depend is specified

    As of Yocto commit 46cdaf1 we are suppose to use:
       do_configure[depends] += "virtual/kernel:do_shared_workdir"
    Instead of:
        DEPENDS += "virtual/kernel"
    
    Without this, the kernel source is not unpacked if you compile with
    the sstate cache and so btbridged fails to find the bt-host header.
    
    Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
    williamspatrick committed Jun 24, 2016
    Configuration menu
    Copy the full SHA
    e30f604 View commit details
    Browse the repository at this point in the history
  8. Fix systemd packageconfig

    PACKAGECONFIG is typically set with '??=' in the base recipe.  In our
    systemd append it was being set with += which overrides the weak
    default (??=) so none of the default configure options were used.  This
    patch corrects that and then removes all the default options we don't
    need.
    
    Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
    bradbishop authored and williamspatrick committed Jun 24, 2016
    Configuration menu
    Copy the full SHA
    f513909 View commit details
    Browse the repository at this point in the history
  9. u-boot: Upgrade AST2400 machines to 2016.05 tree.

    Move 2016.05 tree to point at the latest openbmc commit and point
    all AST2400 machines to it.
    
    Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
    williamspatrick committed Jun 24, 2016
    Configuration menu
    Copy the full SHA
    084df1b View commit details
    Browse the repository at this point in the history
  10. u-boot: Remove unused 2013.07 packages.

    Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
    williamspatrick committed Jun 24, 2016
    Configuration menu
    Copy the full SHA
    353dbda View commit details
    Browse the repository at this point in the history
  11. Squashed 'yocto-poky/' changes from b1f23d1..8358e54

    Upgrade subtree to Yocto-2.1.
    
    6c1c013 build-appliance-image: Update to krogoth head revision
    5f84d65 syslinux.bbclass: Remove APPEND from variable dependency
    d9dd864 bitbake: toaster-tests: tests for build dashboard
    1cf8f21 bitbake: toaster: add modal to select custom image for editing
    a40a3e6 bitbake: toaster: add build dashboard buttons to edit/create custom images
    e65c980 bitbake: toaster-tests: make helper click on input before entering text
    484cbf8 bitbake: toaster-tests: add tests for new custom image page
    437b728 bitbake: toaster: prevent exception when Project.release is null
    cfc22d3 bitbake: toaster: only prevent duplicate custom image names within a project
    3036413 bitbake: toaster: disable/enable "Add layer" button according to input's content
    040dbf6 bitbake: toaster: fix sorting after hiding a column in build tables
    1b11b79 bitbake: toaster: ensure ToasterTable headings are reset when order by changes
    9855840 image.bbclass: The wrong name is being used for the debug filesystem
    38c7e2d image_types: Ensure rootfs dependencies cover DEBUGFS
    0c3eaa7 syslinux.bbclass: The AUTO_SYSLINUXMENU value needs to be boolean
    9c8a049 perf: pass DESTDIR in EXTRA_OEMAKE
    9de7324 buildtools-tarball: set INHIBIT_DEFAULT_DEPS
    ef09105 xf86-video-omapfb: remove EXTRA_OECONF_armv7a
    c2f7da2 base.bbclass: Introduce PACKAGECONFIG_CONFARGS variable
    e1c6890 git: update to 2.7.4
    98bf7de license.bbclass: do write_deploy_manifest in image postprocessing
    519600c devtool: sdk-update: fix handling of UNINATIVE_CHECKSUM changes
    c7980b6 bitbake: main: fix processing of BBEVENTLOG
    ee25d0e toasterconf.json: Update for krogoth release
    b8e5de2 toasterconf.json: Remove fido from supported configurations
    c59771e toasterconf.json: Update for krogoth release
    d0bce0b toasterconf.json: Remove fido from supported configurations
    d25eea3 poky-tiny.conf: set PREFERRED_VERSION_linux-yocto-tiny to 4.4
    9f970b6 dev-manual, profile-manual, ref-manual: Purging Oprofile stuff
    1d93104 ref-manual: Added description for the testsdk.bbclass.
    db47094 ref-manual: Updated the remove-libtool.bbclass description.
    a16eeca ref-manual: Added gobject-introspection.bbclass description.
    3e761b4 ref-manual: Added reference for npm.bbclass.
    5e50157 ref-manual: Fixed typo in the nopackages.bbclass description
    f7b68c7 ref-manual: Added description for bash-completion.bbclass
    ece900a ref-manual: Added nopackages.bbclass description. Fixed stray typo.
    9143e9e ref-manual: Added description for the INSTALL_TIMEZONE_FILE variable.
    6391dbf ref-manual: Updated the PREFERRED_PROVIDER variable with a note.
    6d86f7a ref-manual: Dropped references to the autotools_stage class
    4d5ff5e ref-manual, dev-manual: Scrubbed boot-directdisk and bootimg classes
    cd2aaaa ref-manual: Updated the uninative.bbclass description.
    e975d26 documentation: Converted "meta-yocto" to "meta-poky"
    84452ee bsp-guide: Updated yocto-bsp create example output.
    e00a62c ref-manual: Added the migration section for 2.1
    02db9e6 yocto-project-qs, ref-manual: Upgraded minimum Git requirement
    989841f ref-manual: Added rootfs-postcommands class description.
    d06b343 ref-manual: Updated the EXTRA_OEMAKE variable description.
    ecb2eb6 dev-manual: Updated "Additional Implementation Details" section
    004b939 bitbake: lib/bb/utils: add docstring for contains()
    524d04c ca-certificates: support Toybox
    ecaf12e oetest: make console output more verbose
    4946ecf dhcp: CVE-2016-2774
    c219c6d buildtools-tarball: fix perl being included when building with ipk
    9fe7738 buildtools-tarball.bb: fix unexpected operator
    ed07f43 lib/oeqa/selftest/base.py: Correct a reference to meta/lib/oeqa/selftest
    8953d83 oe-selftest: Correct the usage examples
    dee47ad devtool: sdk-update: reset git metadata on update
    396e64d build-appliance-image: Load TUN at startup
    55068b1 default-providers.inc: set openssl PREFERRED_PROVIDER to openssl
    74ab080 bind: CVE-2016-2088
    d488d78 rpm: Disable __sync_add_and_fetch_8 on nios2
    9d2d1ae kernel: fitimage: Fix do_deploy taskhash mismatch
    4693593 images: zero out the rootfs_extra_space in initramfs images
    8beb671 ext-sdk-prepare.py: exclude do_rm_work from unexpected output; create unit test
    0262bc5 bitbake: bitbake-user-manual: Updated the 'bitbake -h' output example.
    890ccd3 bitbake: bitbake-user-manual: Updated "Conditional Metadata" section
    20a0121 bitbake: bitbake-user-manual: Updated discussion about using "inherit"
    9f374c4 bitbake: providers: Add PREFERRED_RPROVIDER support
    4b8b110 bitbake: providers: We don't depend on previous build results
    8e7282c bitbake: cooker/knotty: Prefix parse logs with filename being parsed
    1131303 bitbake: cooker: pass exception to finishAsyncCommand
    ffa2ca0 fs-perms.txt: fix ROOT_HOME's permission
    fd66a38 Revert "fs-perms.txt: fix ROOT_HOME's permission"
    9ec9557 buildstats: Fix tracebacks for early task failures
    7f9d01e default-providers: Update to use PREFERRED_RPROVIDER
    76f4bbc oeqa/selftest/sstatetests: fix no-op sstate test
    6326812 buildhistory: don't alter SDK creation stamps
    bb40b5e dhcp: Enable update-rc.d service
    27e202f meta/classes/qemu.bbclass: set -cpu of ppce5500/ppce6500 to e500mc
    7c5823a shadow: Disable syslog for more commands
    60a8719 devtool: upgrade: handle recipes where source is not first entry in SRC_URI
    8353557 devtool: update-recipe: handle where SRC_URI is appended to with +=
    aab3c8d linux-yocto: make aufs4 optional
    d75d2be linux-yocto: tiny and pin ctrl config updates
    8547cbf linux-yocto/4.4: BXT enablement
    ffad386 linux-yocto/4.1: mainline SPI backports
    4ba33a3 linux-yocto/4.4: gpio-pca953x: fix the "drive" property cannot read/write
    86571db devtool: don't copy .git when building the eSDK
    83eac65 package.bbclass: improve permission handling
    eeae2ac fs-perms.txt: fix ROOT_HOME's permission
    1db3dc8 runqemu: let ramfs equal to cpio.gz
    a8c8e81 gcc-common.inc: String format tweak for available tunes
    a7c426a pbzip2: fix LIC_FILES_CHKSUM following 1.1.12 -> 1.1.13 upgrade
    1229009 pbzip2: don't skip do_configure
    1e4ee30 useradd_base.bbclass: remove flock option '-w'
    cb45ef3 matchbox-keyboard: Hide desktop launcher
    69e20ca npm.bbclass: Stop packagenames containing underscores from being generated
    c3c55478 bind: CVE-2016-1285 CVE-2016-1286
    c4387a8 image.bbclass: add DEB_{PRE, POST}PROCESS_COMMANDS to rootfs_command_variables list
    967bc74 rootfs.py: apply ROOTFS_POSTINSTALL_COMMAND to all package formats
    f7352ca wic: fix bug in handling fsoptions
    b2f5de5 buildtools-tarball.bb: set TOOLCHAIN_NEED_CONFIGSITE_CACHE to null
    a460b04 rpm: more verbose errors in rpmTempFile
    a43991d rootfs-postcommands: handle broken links when writing manifest
    2c81e17 socat: Use c_ispeed and c_ospeed based upon libc
    5c8124d archiver: Improve debug output
    e912c46 kbd: remove uclibc-stdarg.patch
    965fd3c image.bbclass: use max() instead of indexing booleans
    6d85874 linux-yocto-tiny: fix KBRANCH
    440d949 sudo: fix pam config on systemd systems
    3fd5a6d sysvinit: make lastb.1 an alternative
    175263e lib/oe/lsb: sanitise the distro identifier
    9262d2f package.bbclass: handle links in sorted order
    29cf263 sanity: allow sftp and ssh mirrors
    f503317 toaster.bbclass: improve package information collection
    88f4178 rsync: remove upstream's rebuild logic
    8d59d06 rsync: pass cached configure values through the right variable
    384e41c rsync: don't install acinclude.m4
    e80800e Revert "oeqa/selftest/wic: add test case for sparse images"
    45c0763 Revert "wic/utils/partitionedfs.py: assemble .wic images as sparse files"
    e0e5426 bitbake: runqueue: Improve 'mulitiple .bb files are due to be built' message
    380004b archiver: Ensure sstate-inputdir directory is created
    3ad70a5 linux-yocto-tiny: fix COMPATIBLE_MACHINE
    0e59727 glib-2.0: Put glib-compile-schemas back in -utils
    d27ca36 oeqa/runexported.py: Fix exported test
    85dbd7b oeqa/selftest/sstatetests: split 32/64 build host from no-op action tests
    57be6dd util-linux: take ownership of hwclock if installed
    acc1f96 meta: remove redundant ac_cv_sizeof_off_t assignments
    92759d8 meta/site: remove sizeof_off_t
    5602f64 archiver: Fix ASSUME_PROVIDED issues
    fab626c distrodata: Exclude DATETIME reference from sstate checksum
    faaeaf9 build-appliance-image: Support for VirtualBox guest additions
    778121a local.conf.sample: Make it possible to override EXTRA_IMAGE_FEATURES
    f947c27 poky.conf: add Fedora 23 to supported distros
    f33a110 maintainers.inc: remove adt-installer
    83d4fab local.conf.sample: remove reference to adt
    52cfdb6 bitbake: toaster: fixes for customimage package not found
    dae4ffb bitbake: data_smart: Restrict expansion regexp to not include : characters
    7e739ac bitbake: tests/utils.py: test origvalue in a callback matches what is expected
    e1e459e bitbake: lib/bb/utils.py: Fix a bug in edit_metadata() that could corrupt vars
    43150ab oeqa/selftest/wic: add test case for sparse images
    29bc2f7 wic/utils/partitionedfs.py: assemble .wic images as sparse files
    7fdb061 image-vm.bbclass/image_types.bbclass: IMAGE_NAME -> IMAGE_LINK_NAME
    04e1978 image_types.bbclass: fix elf
    513ea49 image_types.bbclass: set nodesize for btrfs
    bad434b libxml2: fix AM_PATH_XML2
    9fe3d01 useradd_base.bbclass: prevent variable expansion in $opts
    fb8e5f9 extrausers.bbclass: drop retry count for perform_user/group* calls
    f737af4 build-perf-test: add eSDK installed size to metrics
    50f5ca3 rpm: brace expansion is a bashism
    66ecbd3 openssl.inc: minor packaging cleanup
    e38ec0c systemd-systemctl-native: fix unit detection
    4019058 apr-util: fix path in rules.mk for nativesdk
    bdf453f bdwgc: installed-vs-shipped for nativesdk
    12ca8df libsolv: fix installed-vs-shipped for nativesdk
    c88c894 desktop-file-utils-native: disable emacs
    d4f6c0e toaster: add DL_DIR and SSTATE_DIR to oe toasterconf
    69b3f87 toaster.bbclass: strip task from the target
    aa45c75 x11-common: Add PACKAGECONFIG for screen blanking
    d366a33 opkg-utils: re-do find/ls code to not fail on filenames with spaces
    5e360ca image-live.bbclass: fix iso + efi only
    f5adb23 Add missing runtime dependency to python-pygobject
    0720425 devtool: Create unlocked-sigs.inc containing items in the workspace
    64cca7e sstatesig.py: Add a method to "unlock" recipes
    1cb99dd populate_sdk_ext.bbclass: Enable locked sigs errors
    2431ed7 sstatesig.py: Improve the SIGGEN_LOCKEDSIGS_TASKSIG_CHECK message
    7e90280 sstatesig.py: Split single locked sigs check into multiple checks
    7ce800c toasterconf.json: Set default distro to nodistro
    1b7b548 dev-manual: Updated poky-floating-revisions file snippit example.
    8d9e233 dev-manual: set correct task name for do_kernel_configme
    6971029 poky-floating-revisions: Fix typo
    14e2b90 toasterconf.json: Add DL_DIR and SSTATE_DIR to poky toasterconf
    296dfbc build-appliance-image: Update to master head revision
    00c4c9b poky: Convetion is 2.1, not 2.1.0
    8cd1dec build-appliance-image: Update to master head revision
    ecd58bb poky.conf: Bump version for 2.1.0 krogoth release
    e955b5d bitbake: Update version to 1.30.0
    4fd14e3 build-appliance-image: Update to master head revision
    133224f documentation: Fixed references using the DISTRO_NAME variable
    3831ca0 documentation: Updated release date in manual history tables.
    b590fab dev-manual, ref-manual, sdk-manual: Removing oprofile references.
    d2084cc Makefile: Removed adt-manual support
    2677098 mega-manual: Removed the adt title .PNG file.
    d9b4c80 README: Updated to remove the ADT manual and add the SDK manual.
    9796cbb mega-manual.sed: Removed adt-manual processing
    aa4b72b yocto-project-qs: Updated the minnowboard example.
    f2505af poky.ent: Added lower-case distro name variable.
    ee42a9b kernel-dev: Applied review comments to "Adding Recipe-Space Kernel Features"
    d57fe7c ref-manual: Updated the PREFERRED_VERSION variable description.
    53bade8 dev-manual: Added new section describing hardware and non-hardware config
    763ae4e ref-manual: Updated verbiage on proxy handling
    a1295ed ref-manual: Updated PREFERRED_VERSION variable description
    879eec2 ref-manual: Updated debugging tips and tricks
    23dbf81 kernel-dev: Added new "Adding Recipe-Space Kernel Features" section.
    f30bfe9 kernel-dev: Updated the "Kernel Metadata Location" section.
    53729bc sdk-manual: Removed three sections of writer notes.
    9f0c571 sdk-manual: Applied review edits.
    d4bdafa sdk-manual: Added sections in Appendix B.
    d94fa00 dev-manual, profile-manual: Removed oprofile section and link
    4f3dfa8 bitbake: bitbake: update LICENSE file with QUnit details
    013984d bitbake: tests: browser Add test to run the js unit tests
    7609888 bitbake: toaster: views jsunittest Add MACHINE and an extra layer to test project
    fbc2c5d bitbake: toaster: tests Set MACHINE for the test projects
    cb6b4eb bitbake: toaster: Add quint to project so that it can be used offline
    18cb7fe bitbake: toaster: add rev dep column to image detail pages
    7a309d9 bitbake: buildinfohelper: work around unicode exceptions
    860cba8 bitbake: toasterui: update build in internal state
    acb9407 bitbake: buildinfohelper: fix KeyError
    52c8740 bitbake: toaster: get bitbake location from BBBASEDIR
    f5d3ef6 bitbake: toaster: export BBBASEDIR variable
    71ff9b9 bitbake: toaster: update projectconf.html for DL_DIR and SSTATE_DIR
    705d44f bitbake: toaster: update view to support DL_DIR and SSTATE_DIR
    4aafcae bitbake: toaster: use empty token
    5ce4665 bitbake: toaster: runbuilds Clean up runbuilds
    55b6fab bitbake: toaster: runbuilds Make runbuilds aware of the build CANCELLED state
    f4cee88 bitbake: toaster: models Exclude the CANCELLED builds from get_number_of_builds
    296d373 bitbake: toaster: mrb_section template Add build cancel button
    f1b49dc bitbake: toaster: tables BuildsTable exclude cancelled builds
    22242ae bitbake: buildinfohelper: Add handler for cancelling a build
    9dcb9cb bitbake: toaster: bldcontrol models Add a cancelling state the BuildRequest
    dfa8510 bitbake: toaster: models Add cancelled state to build outcome
    5f862bb bitbake: toaster: update BuildEnvironmentController and BitbakeController
    0db62c5 bitbake: toaster: libtoaster Update implementation of startABuild and cancelABuild
    afab95c bitbake: toaster: xhr Update the implementation of the build cancellation request
    eead032 bitbake: toaster: Move xhr calls for starting and stopping builds
    f5aa970 bitbake: toaster: bldcontrol Add forceShutDown function to BitbakeController
    d6992a8 bitbake: toasterui: shutdown on BuildCompleted event
    c4ae028 bitbake: toaster: use bash explicitly
    4adddfd bitbake: toaster: fix jethro build
    b1a919a bitbake: toaster: update conf/local.conf
    590a815 bitbake: toaster: stop bitbake server after the build
    a8f6001 bitbake: toaster: add new parameter to _shellcmd
    a43a16b bitbake: toaster: reimplement triggerBuild
    ab18c20 bitbake: toaster: modified setLayers API
    22fba9b bitbake: toaster: add brbe parameter to triggerBuild
    829a0bd bitbake: toaster: remove release API
    7068e8a bitbake: toaster: remove startBBServer API
    9d4c62d bitbake: toasterui: fix brbe reporting
    5bcce68 bitbake: buildinfohelper: improve handling of providermap
    61b6b98 bitbake: uievent: improve BBUIEventQueue code
    0b0d754 bitbake: toasterui: add brbe parameter to buildinfohelper
    94ac3f0 bitbake: toaster: set BITBAKE_UI environment variable
    e23a23b bitbake: toaster: get rid of noui option
    f77baec bitbake: toaster: don't start bitbake server
    4127fef image_types: use compress framework to produce checksums for images
    60786b8 runqemu-gen-tapdevs: Add note about NetworkManager & tap devices
    634aeed libtool: fix contaminated path to lt_truncate_bin
    298d875 create-pull-request: fix for newer git
    4faeff9 wget: fix build when len(TMPDIR) == 410
    b667f4d sanity.bbclass: fix a hardcode in check_path_length()
    94b3583 grub: remove unused 0001-Fix-build-with-glibc-2.20.patch
    ef163ab glibc: remove unused CVE patches
    b050ab2 clutter-gst-3.0: remove unused enable-tests.patch
    064ebd5 cmake: remove unused dont-run-cross-binaries.patch
    a71db4c tcl: remove unused fix-configure.patch
    476eeea rpm: remove two unused patch
    3d56864 ffmpeg, gstreamer1.0-libav: add textrel INSANE_SKIPs
    8cc10a9 ffmpeg: Make configure options explicit
    45c1944 bzip2: set correct soname
    cbe33ec useradd.bbclass: remove user/group created by the package in clean* task
    c115740 bitbake: fetch2/git.py: remove .indirectiondir workaround
    4f07c22 bitbake: persist_data: Return str instead of unicode for sqlite3 text queries
    d8f1f42 scripts/oe-selftest: avoid the creation of coverage file when coverage not installed
    6e5e225 scripts/oe-selftest: remove coverage file if any coverage option is given
    5edfec4 scripts/oe-selftest: remove unneeded coverage warning
    8109e93 patch.bbclass: remove useless path assignment
    7963613 gstreamer: remove now-redundant expansion in do_split_packages
    37f4f5b package: do_split_packages: expand variables in extra_depends
    2ed2089 xf86-video-intel: Add patch to fix some poor image quality
    c1436b3 sanity: Increase minimum git version to 1.8.3.1
    672545b scripts/oe-buildenv-internal: Fix regression in BB_ENV_EXTRAWHITE setting
    f7fed7c license.bbclass: fix warnings when run in unprivileged "container" env
    43071a0 externalsrc: avoid race in temporary git index file
    f4f1d20 scripts/lib/bsp/help.py: Typo in help for yocto-bsp create
    1bd2c8e bdwgc: use github repo for source location
    0e6743b xf86-video-intel: Add patch to allow UXA to build
    21e31c2 package_manager.py: better error handling in opkg's package listing
    f2d5e20 systemd: make systemd-serialgetty optional
    e699404 ncurses: reorder PACKAGES
    f94ad4d bluez5.inc: remove obsolete workaround
    a0cd8c0 buildtools-tarball: Add texinfo (for makeinfo)
    9877795 cogl: fix G-I .typelib installation
    b13184c classes/buildhistory: fix grammar in comments
    e5c0a9f classes/buildhistory: fix filtering of depends-nokernel.dot
    4d364f2 classes/buildhistory: optimise getting package size list
    af5f423 bitbake: siggen: Ensure tainted stamps are accounted for with writing custom stamps
    47e9e12 bitbake: siggen: Fix nostamp taint handling
    8033627 bitbake: siggen: Add checksum recalculation/checking code
    3e1b5e0 bitbake: siggen: Fix check calculation problem with file_checksums
    39b637c bitbake: siggen: Drop misleading duplicate method
    2c722e2 bitbake: tests/fetch.py: Improve unit tests for trusted network check
    cf6d12d bitbake: fetch2: BB_ALLOWED_NETWORKS should not care about port numbers
    158575c bitbake: toaster: orm better detect requires during CustomImageRecipe generation
    c634473 bitbake: toaster: Correct typo on build form help text
    c9ad1e6 bitbake: toaster: buildinfohelper Add additional metadata to the built layer
    072a0b3 poky: Exclude DATE from DISTRO/SDK_VERSION checksums
    f3c029f build-appliance-image: Exclude DDATETIME from task signature
    7833eb4 image-vm: Exclude DISK_SIGNATURE_GENERATED from task signature
    85ff4ff populate_sdk_ext: Exclude BBTASKDEPDATA from task signature
    66412ab opkg-utils: opkg-build exit when fail to list files.
    6b8f8a4 kernel-yocto: enforce SRC_URI specified branch
    6ebd43c linux-yocto/4.4: UVC: Add support for R200 depth camera
    6d2299f linux-yocto/4.4: fix PAT for 32bit x86
    5559301 Revert "linux-yocto: Work around PAT issue on qemux86"
    686c74f linux-yocto-dev: bump to v4.6-rcX
    b3ba813 linux-yocto/4.1: ahci: backport AHCI runtime PM
    8f7bbea linux-yocto/4.4: gpio-pca953x: add PCAL9535 interrupt support
    4a50c05 linux-yocto/4.1: telemetry and dmaengine backports
    31a10cb wic/isoimage-isohybrid.py: change cpio generated uid&gid to root
    5cabf3b wic/isoimage-isohybrid.py: use glob to find initramfs location
    5c60c36 bluez5: add ptest support
    fc8b24d oe/patch: print cleaner error message when patch fails to apply
    bf14014 oe/patch: more detailed error reporting
    a2bf9e3 insane.bbclass: avoid false positives on library location
    1f2f43c grub-efi.bbclass: use GRUB_ROOT rather than APPEND for root device
    bf58526 bitbake.conf: Add BB_WORKERCONTEXT to HASHBASE_WHITELIST
    1c1e851 gdb-cross-canadian: use PACKAGECONFIG for python and readline
    370a50a base: Fixup PACKAGECONFIG incorrect mappings
    dea3423 classes/packagegroup: Refactor code to be simpler
    5defbcd default-distrovars.inc: remove libassuan from LGPLv2_WHITELIST_GPL-3.0
    58d8123 libassuan: use package specific licensing
    1f2a01b init-install-efi.sh: remove all root=foo from grub.cfg
    3ce7d8c init-install.sh: fix disk_size
    46eed0a ltp: fix test_proc_kill hanging
    207ee90 ltp: add periodic output for memcg stress test
    feafad1 epiphany: Depend on intltool-native for configure
    2510239 image: Fix debugfs image type recursion loop
    7dcb4c4 bitbake: toaster: tests Migrate landing page tests to Selenium
    5b848fa bitbake: toaster: tests Migrate all projects page tests to Selenium
    f2a38ea bitbake: toaster: tests Migrate project builds page tests to Selenium
    961cd90 bitbake: toaster: tests Migrate all builds page and project page tests to Selenium
    f859a3d bitbake: toaster: tests Migrate to Selenium for UI tests
    965c72c yocto-bsp: Set correct default branches and branches base for i386, qemu and x86_64 archs
    d110eba selftest/signing: Use packagedata to obtain PR value for signing test
    34f11b5 lib/oe/packagedata: Add import os
    0012b90 base.bbclass: avoid duplicate call to d.getVar('LICENSE', True)
    efe73cb base.bbclass: drop obsolete HOSTTOOLS_WHITELIST_GPL-3.0
    5293b83 man: use BUILD_CC and target include files for configure
    5121705 scripts, lib: Don't limit traceback lengths to arbitrary values
    3168134 bitbake: bitbake: Don't limit traceback lengths to arbitrary values
    88ea0b9 image-vm.bbclass: remove invalid code
    4d1df2c image-live.bbclass/image-vm.bbclass: remove duplicated code
    d6d7526 bootimg.bbclass: merge it into image-live.bbclass
    723fa56 boot-directdisk.bbclass: merge it into image-vm.bbclass
    9e588481 man: fix several annoying compile/build warnings
    aa13b97 image.bbclass: Make unneeded packages for a read-only rootfs configurable
    4dde12f relocate_sdk: additional error checks
    22bd875 systemd: fix build with gcrypt PACKAGECONFIG disabled
    4b77909 devtool: modify: call shutdown on tinfoil when done
    43da712 toolchain-shar-extract.sh: ensure all_proxy is allowed through
    2aec71e oe-publish-sdk: exclude sstate-cache if publishing minimal SDK
    8ef7016 oe-publish-sdk: prevent specifying a directory for the SDK argument
    591b97c classes/populate_sdk_ext: support setting vars from environment at build time
    c37d542 scripts, lib: Don't limit traceback lengths to arbitrary values
    8049f25 pyton-numpy: Add definition of off_t size
    b75505e image-live.bbclass: DEPENDS on syslinux
    3ece012 ldconfig-native: Fix ELF flags on 64-bit binaries
    d492aec recipes-support/rng-tools: Change runlevel start from S to 2, 3, 4, 5.
    ab5c62e oeqa/runtime/parselogs.py: Add systemd unit circular dependencies errors.
    9be3fb2 systemd-serialgetty: allow baud rate overriding
    cf6788c psmisc: Remove including sys/user.h and __WORDSIZE
    ede11b6 selftest: Added testcase decorator to tests
    ccfe48c linux-yocto: add overlayfs feature
    6ae0224 linux-yocto/4.4: broxton and usb type-c backports
    e1ae3ee linux-yocto/4.4: drm/i915/skl: Fix DMC load on Skylake J0 and K0
    0a1d621 linux-yocto/4.1: Intel Broxton: pwm backports
    6ce8802 linux-yocto/4.1: Apollo Lake/Broxton mmc backports
    a256628 linux-yocto/4.1: i2c: designware: Backport i2c patches
    fbd209d linux-yocto/4.1: device property backports
    ccf1b33 linux-yocto/qemuarm64: enable 32 bit compatibility
    dacf9f2 linux-yocto/4.1: SMBus/iTCO backports
    ab6fd48 default-distrovars.inc: remove gnutls + libtasn1 from LGPLv2_WHITELIST_GPL-3.0
    2123a7e sanity.bbclass: Use pythonexception to raise real exceptions without backtraces
    6af88d8 sanity: Require bitbake 1.29.1
    1b2df6e uninative: Switch md5sum -> sha256
    f719386 bitbake: cookerdata.py: remove slash in the end
    e26087f bitbake: Bump version to 1.29.1
    d73da22 bitbake: build/utils: Allow python functions to execute with real exception handling
    672c07d bitbake: fetch2: Ensure that incorrect checksumed files are always renamed
    2554be4 bitbake: cooker: fix CookerParser.shutdown()
    53b5dc0 gcc: Fix musl ldso name for mips64
    dd31bca selftest/buildoptions.py: use INHERIT +=
    71db079 archiver.bbclass: addtask do_deploy_archives_setscene
    1ca71e5 bitbake: cooker: Ensure bbappend order is deterministic
    292c3e8 bitbake: checksum: In FileChecksumCache don't follow directory symlinks
    326fc29 gcc-5.3/gcc-4.9: -fdebug-prefix-map support to remap relative path
    9e20f94 ptest-runner_2.0.bb: Update recipe to point git.yoctoproject.org repo.
    437841c man: fix src/Makefile to work with parallel make
    abb5b46 oeqa/selftest/bbtests: Test bbappend order
    ddbeb56 bitbake: cookerdata: Improve handling of ParseError
    6dff639 gcc: Backport fixes for musl ssp configuration
    ab20659 siteinfo: Fix musl 64bit targets
    cd16b65 musl: Update to tip
    0883aff buildhistory.bbclass: create image directory when needed
    c093f7c runqemu: fix for iso
    f1f9f89 init-live.sh: fix overlay fs
    4e7eaed init-live.sh: fix ROOT_MOUNT
    1622077 no-static-libs.inc: build static libusb1-native
    b3e4a31 sstatesig: Ensure we keep native depends for allarch recipes
    528a890 oe-selftest: generate .env only in test_image_env
    21823cb build-appliance-image: Update to master head revision
    7d251f7 build-appliance-image: Fix permissions
    60656d0 bitbake: fetch2/wget.py: _check_latest_version_by_dir fix prefix detection
    45ee2b1 bitbake: fetch2/wget.py: _check_latest_version_by_dir use group names
    55cd35b conf/bitbake.conf package.bbclass: fix dbg package not contain sources while -fdebug-prefix-map used
    e2b919c externalsrc: remove nostamp from do_configure
    bbfc210 externalsrc: do not use do_configure[nostamp] for git srctrees
    9ee403b archiver.bbclass: Just archive gcc-source for all gcc recipes
    37683ef oeqa/utils/ftools: improve remove_from_file algorithm
    3a934a8 scripts:/oe-selftest: Use timestamp instead of test names in coverage data file
    71304d8 xcursor-transparent-theme: upgrade to latest git revision
    7c5343a gdb: Fix build on mips64/musl
    856be1f libunwind: Fix build on mips/mips64 for musl targets
    dd61341 toolchain-shar-extract.sh: check the length for target_sdk_dir
    c3c793b relocate_sdk: fixed .gccrelocprefix section handling
    cc97d57 glib-2.0: Fix packaging
    cef8bc9 gio-module-cache: Add class for Gio modules
    0cda9d8 glib-2.0: Install gio-querymodules in main package
    9ac1b6f oe-git-proxy: support username / password in http proxy
    a15541d oe-git-proxy: also check all_proxy and http_proxy env variables
    92b2bc5 wic: Update after task ordering changes
    d6cb46c image.bbclass: run wicenv task only for wic images
    5cb7705 wic: fix type of no-table option
    1209eb2 matchbox-desktop: Do not close desktop on alt-F4
    0361676 rootfs-postcommands: don't write manifest when IMAGE_MANIFEST empty
    abd5b24 bitbake.conf: rename 'gobject-introspection-data' machine feature to 'qemu-usermode'
    f81065f selftest/devtool: Update after make PROVIDER changes
    25a04ee make, remake: make them properly exclude each other
    f3a92ff kernel.bbclass: consider .csp firmware files
    0569b69 tzdata: update to 2016c
    a7e726a tzcode: update to 2016c
    201d9d3 icecc.bbclass: replace icc with icecc
    da00f6c icecc.bbclass: expand package arch
    3f1702c icecc.bbclass: add icc_is_allarch inherit check
    39170fe classes/sanity: use proper multi-line string literals
    33a6135 oe-buildenv-internal: simplify derivation of BB_ENV_EXTRAWHITE
    c6ab828 u-boot.inc: Add sub-dir support for SPL_BINARY
    ddedab4 quilt: run ptest as normal user
    afa4d5e site: Cache config vars for ccache
    04344eb gdb-cross: use PACKAGECONFIG for python and readline
    5005cab add !meta-poky to .gitignore file
    1dd9348 scripts/lib/bsp/help.py: Add missing options to yocto-bsp help and usage
    54eca75 poky-sanity.bbclass: update conf/templateconf.cfg for existing installations
    2b992f3 site.conf.sample: fix reference to oe-git-proxy script
    af63b49 conf-notes: remove reference to adt-installer
    1d219ce linux-yocto: Update SRCREV for genericx86* for 4.4
    8d4f43e linux-yocto: Update SRCREV for genericx86* for 4.1
    84d5924 bitbake: fetch2: Handle lockfiles for file:// urls redirected to mirrors
    b036afb bitbake: toaster: get all dependents for pkg for removal
    9bf98a9 bitbake: toaster: new customise package-remove modal dlg
    d5a419d bitbake: toaster: show full list of dependents to remove
    fda94f4 bitbake: bitbake: fetch2/gitsm: Fix fetch when the repository contains nested submodules
    1341c17 pseudo: backport a patch to fix xattr removal
    07f0af3 uninative: don't try to relocate static binaries
    c3c0d0a lib/oe/qa: add method to check if static or dynamic linked
    10b6037 uninative: ensure patchelf errors are visible
    86d7e44 libmad: remove use of obsolete _thumb over-ride
    e7395c8 perf: package python modules into perf-python
    b47225f perf: fix python scripts QA errors
    ea8b914 linux-yocto/4.1: MFD backports
    b6563a1 linux-yocto/4.1: device property : Backport device property patches
    46baceb linux-yocto: ktypes/standard: Add tmpfs-posix-acl feature
    bdf6b20 linux-firmware: Break out some additional firmware
    6d8141f linux-firmware: Clean-up and sync license data
    cea2a21 linux-firmware: Collapse iwlwifi firmware blobs for 7260 and 7265
    3b3fe1d linux-firmware: Update to latest HEAD
    d7cf2c3 archiver.bbclass: Fix tar name for git repositories
    2cb4cb7 archiver.bbclass: Fix gcc-source corner case
    c29eea0 archiver.bbclass: Fix use of ARCHIVER_WORKDIR and ARCHIVER_OUTDIR
    8b7ee6e archiver.bbclass: Don't expand python functions in dumpdata
    bc100b3 bind: /var/cache/bind
    04d883c sysvinit: downgrade ALTERNATIVE_PRIORITY[mountpoint]
    688d9a6 util-linux: split out util-linux-mountpoint
    85ff75d gconf: fix buildpaths QA issue
    7f7c9ab python-pygobject: use Python 2 instead of Python 3
    e33124f sanity.bbclass: check host tool dependencies on change in NATIVELSBSTRING
    4fe64d7 libunwind: Fix build with fstack-protector on musl
    4aa08b8 ltp: Fix build on x86/musl
    959b7f2 package.bbclass: Treat .node files same as .so when checking what to strip
    e0bc781 bootimg.bbclass: only inherit syslinux when pcbios
    1b1de89 grub-efi.bbclass: make it can build vm and live together
    4ebaeb2 bootimg.bbclass: fix settings for grub-efi.bbclass
    af1f77a pixz: Fix build on big-endian/musl systems
    421289c sanity.bbclass cleanup
    93e411e matchbox-wm: Update to fix XChangeProperty datatype issue
    c843022 matchbox-panel-2: Fix Home-button icon load issue
    01f6818 gstreamer1.0: fix introspection support also for git recipes
    171adb1 gstreamer1.0-plugins-bad: fix incorrect handling of Cflags in gstreamer-gl.pc file
    6462d08 x86-base.inc: suggest the latest kernel
    c5c9ed6 at: fix configure option with/without-selinux
    9b2b1f0 no-static-libs: just like target and native, nativesk-libcap doesn't like unrecognised options
    bf90d0c linux-firmware: package firmware for Marvell 88W8688
    cd17ab0 tune-arm926ejs: Handle missing thumb suffix
    5b70c7e nativesdk-coreutils: a lot of warnings fixed
    b47c53b runqemu-internal: split the code into functions
    fae732f runqemu-internal: cleanup unsed code
    e469bb7 runqemu: simplify checking for iso and ramfs
    3610329 runqemu: add support for qcow2 and vdi
    d85ca4a runqemu: remove ISO and RAMFS from help text
    58bc854 runqemu: simplify the checking for vm images
    6716eb2 runqemu: fix ROOTFS for vmdk
    258cfa8 python(3): Disable tkinter
    5988b5c selftest/signing.py: RPM_GPG_PASSPHRASE_FILE -> RPM_GPG_PASSPHRASE
    3e5c5fe gpg_sign.py: get rid of pexpect
    05d7e0d rpm: check _gpg_passphrase before ask for input
    13a31b1 oe-publish-sdk: fix remote publishing
    9926425 oe-publish-sdk: improve help output slightly
    905286c oe-publish-sdk: drop SDK installer file from published output
    0523378 devtool: add: create git repository if URL specified as positional argument
    11c1d30 devtool: add: delete externalsrc files on npm recipe do_install
    552a68a devtool: configure-help: fix error if do_configure not already run
    eab3f06 bitbake.conf: whitelist proxy variables in config hash
    58d2e56 classes/populate_sdk_ext: parse metadata on minimal SDK install
    0684572 devtool: sdk-install: add option to allow building from source
    50addfb classes/distutils*: don't hide logs when setup script fails
    0ec30c7 classes/packagegroup: drop complementary -ptest if ptest not in DISTRO_FEATURES
    d96ea29 classes/packagegroup: fix dbg/dev/ptest complementary packages
    b58e5b1 bitbake: bitbake: xmlrpc: set single use mode differently
    2df514b sdk-manual: Added note for running remote apps with SSH port forw enabled.
    12f5c25 poky.ent: Added code name for 2.1 release to the variable
    64241e0 sdk-manual: Applied more review edits to the manual per Eggleton.
    b44d9e5 ref-manual: Created distrodata and checkpkg tasks, updated distrodata class
    54050ff sdk-manual: Applied 2nd round of review edits.
    6db8cbc sdk-manual: Applied review edits to the manual.
    922eaeb sdk-manual: Updated the SDK devtool modify flow diagram.
    2bbf77a dev-manual: Fixed a grammar error
    286b76f sdk-manual, mega-manual: Updated the SDK devtool modify diagram
    c3946bc dev-manual, profile-manual, ref-manual: Updates to remove meta-toolchain
    7233e35 sdk-manual: Edits to add extensible SDK configuration sections.
    b31bf7c ref-manual, sdk-manual: Changed section heading.
    670735e ref-manual: Added some SDK manual support to introduction
    266742b profile-manual: Updated screen output for oe-init-build-env
    0654224 kernel-dev: Changed a link from an example to in-text.
    19e3648 dev-manual: Edits from a 2.1 read-through.
    a389684 poky.ent: Fixed a typo in one of the variables "ftar" to "tar"
    b5d3065 poky.ent, bsp-guide: Removed eMenlow example and updated 2.1 variables
    884b528 yocto-project-qs: Performed a read-through edit.
    4b42385 poky.ent: Updated copyright year and version variables.
    ae48b1f mega-manual: Added two new sections for the sdk manual
    815d686 sdk-manual: Added some intro stuff about the SDK
    4c5157f ref-manual: Resolving a conflict
    4306f7f sdk-manual, mega-manual: Added new figure for Eclipse flow.
    0bb6e48 sdk-manual: WIP on the book.
    5a64701 sdk-manual, mega-manual, Makefile: Added new figures
    32629e0 Makefile: Resolving a conflict
    af40e9a sdk-manual: Added a new figure for installed extensible sdk directory.
    62477889 sdk-manual: Applied some "red" text formatting to indicate notes
    7ab8afa Makefile: Added the ".png" part to a figure I forgot.
    fc43555 sdk-manual: Added a red-text "role" to the style sheet.
    d07100d sdk-manual: Added new section detailing installed SDK directory.
    b750729 sdk-manual-customization: Fixed XSL Appendix numbering parameter
    ad7a994 Makefile: Updated the figure list for the mega-manual.
    890f721 sdk-manual: WIP - Various small edits as WIP
    f15f96c sdk-manual: New content for outline purposes.
    4643b04 sdk-manual: Updated with two new appendices for new files.
    d05566b sdk-manual: Added sdk-environment.png diagram.
    0936eed sdk-manual: Added two appendix files to SDK Manual.
    6996a1c Makefile: Added sdk-environment.png to figure list for SDK Manual
    6cdb356 toaster-manual: Edits to a previous patch.
    77594c0 mega-manual, Makefile: Added support for three new toaster figures.
    00fe95d toaster-manual: Explain the local release
    d06c7b8 documentation: remove all references to Hob
    be8af37 ref-manual: Updated COREBASE_FILES variable.
    5c7e5aa bitbake: bitbake-user-manual: include/require checks current directory
    7ec8f28 bitbake: bitbake-user-manual: Updated the "inherit Directive" section.
    75cba54 bitbake: bitbake-user-manual: Updated the copyright year to 2016
    2918b50 bitbake: toasterui: remove ParseStarted from the event list
    ab2abd4 bitbake: toasterui: Remove the excessive exception logging
    d8137be bitbake: cache: Make BB_DONT_CACHE variable external
    1d1aaa2 bitbake: toaster: orm generate CustomImageRecipe contents try secondary path
    5c49230 bitbake: toaster: localhostbecontroller put generated layer in the builddir
    b60c994 bitbake: toaster: localhostbecontroller Allow file:/// uri type for git repo
    3025092 bitbake: toaster: orm Add a constant for the CustomImageRecipe's layer name
    3df6551 bitbake: toaster: localhostbecontroller Don't clear out toaster custom layer dir
    2f2f784 parselogs: add new whitelist entries to address 4.4.3 issues
    8037ba4 bitbake: bb/tests/fetch: Update cups url
    dab6d59 oe-buildenv-internal: Correct the sed expression which updates $PATH
    068afc5 tzdata: update to 2016b
    e140272 tzcode: update to 2016b
    c0b3667 ffmpeg: Remove RSUGGEST=mplayer
    e528a0a lttng-tools: Remove lttng-ust from PACKAGECONFIG for musl
    42b9bdf packagegroup: Disable packages not available on musl
    f148a2e world-broken: Add packages broken on musl
    624ca6a siteinfo: Move apr configure cache to common-linux
    90234f1 parselogs: add new whitelist entries to address 4.4.3 issues
    13a2a3f u-boot: Upgrade to 2016.03 release
    ecf3396 grub: add -Wno-error=trampolines to native CFLAGS
    07515b0 dhcpd: create dhcpd user for dhcp dameon
    b9ad80d valgrind: fix buildpath QA issue
    7985006 gcc-5.3/gcc-4.9:Reuse -fdebug-prefix-map to replace -ffile-prefix-map
    2faa718 gcc-5.3/gcc-4.9:replace build path with target path in __FILE__
    76f10fd oe-buildenv-internal: Some clean up
    4d1efc3 oe-buildenv-internal: Add variables individually to BB_ENV_EXTRAWHITE
    39ac332 oe-buildenv-internal: Add paths to $PATH individually
    dd5f2f7 oe-init-build-env*: Make them actually return failures
    ea28de6 oe-init-build-env*: Remove unnecessary differences between the scripts
    51aa00f oe-init-build-env*: Update/correct comment about specifying arguments
    16fb9b8 oe-init-build-env*: Allow $OEROOT to be predefined
    3173979 bluez5: allow D-Bus to spawn obexd in systems without systemd
    10ef68f oeqa: remove RPM 4 self test
    d915965 lib/package_manager: remove RPM4 support code
    03fce73 smartpm: remove rpm4 patch
    1e9de52 rpm: remove RPM 4
    a7dd04d grub: fix documentation rebuilds
    ee4f61b oe-selftest: Fixed --list-tests-by tag option
    068e898 gcc-runtime.inc: set LICENSE for all gcc-runtime packages
    788dfdd ParaTypeFFL-1.3: Add license file
    62ddde6 externalsrc: use shared stamp directory if B=S
    1969332 rpm: fix error when 'lua' is enabled
    a31301e matchbox-keyboard: Update to latest HEAD to fix 64bit issue
    40a55f1 oeqa/selftest/buildoptions: test read-only-rootfs
    f64fdd2 oeqa/selftest/sstatetests: verify more variables don't impact the hash
    ac347da gobject-introspection.bbclass: wrap comments at 80 columns
    ae63b88 qemuarm64.conf: don't clear MACHINE_FEATURES
    cad415d sanity.bbclass: allow customizing config file update error messages
    96a5cb4 sanity.bbclass: fix success message when config file was updated
    805aca8 sanity.bbclass: expand error messages for version checks
    7d6801c lighttpd: fix /usr/lib/mod_cgi.so: undefined symbol: chunkqueue_written
    5f7b9f0 valgrind: Disable nios2 support
    aaaccc4 systemtap: Disable nios2 support
    5857b20 lttng-modules: Add nios2 support
    26248cd kexec: Disable on nios2
    3e4d99b packagegroup-core-sdk: Disable sanitizers for nios2
    797ffc8 bdgwc: Backport nios2 support
    238e2c1 libatomic-ops: Backport nios2 support
    7e83af3 selftest/buildoptions: Renamed one test case
    0d9f515 python-numpy: Fix build on musl
    e1f3f4c socat: Access c_ispeed and c_ospeed via APIs
    bb4e6e0 watchdog: Disable nfs on musl targets
    f00cca8 bdwgc: Check for getcontext() API during configure
    51464e7 devtool: change config symlink name to .config.new
    8c0148f systemd: Fix and expand ptests
    427e369 oeqa/utils/testexport.py: add functionality for exporting binaries
    2191623 init-live : make it easier to add custom boot targets
    57a525c useradd_base.bbclass: replace retry logic with flock
    5d06f00 image.bbclass: track ROOTFS_POSTUNINSTALL_COMMAND in do_rootfs vardeps
    6129d86 eudev: split eudev-hwdb from eudev
    9aa27fe openssl: don't move libcrypto to base_libdir
    370419e xcb-util-image: Fix build with clang
    8727975 musl: Update to get mips64 port
    4653fdd dhcp: enable gentle shutdown
    e382d96 coreutils: fix reporting 'unknown' by `uname -p' and `uname -i'
    3b8cd1d ncurses_6: Improve installation
    9cc65ed Revert "selftest: Added MACHINE = "qemux86" to tests that use runqemu"
    3c5ee61 busybox: Drop -r passthrough patch
    2c666af linux-yocto/4.1: usb: add usb_otg_caps to usb_gadget structure.
    8dc9162 linux-yocto/4.1: Intel Broxton and Sunrisepoint-H: pinctrl and drm
    99ad4c9 linux-yocto/4.1: powercap/RAPL: Backport powercap/RAPL
    c4f544e linux-yocto/4.1: Thermal: Enable Broxton SoC thermal reporting device
    123c2c6 linux-yocto/4.1: usb backports for Apollo Lake/Broxton
    600b700 recipetool: create: don't create extra files directory unconditionally
    8debfea local.conf.sample: Disable prelink by default
    efa0881 oeqa/selftest/recipetool: Fix test_recipetool_create_simple
    c9d269c Revert "packagegroup-core-x11-sato: add python-pygobject and gtk+3"
    d24a39a oeqa/recipetool: Fix syntax error
    55a1e52 oeqa/recipetool: Improve debugging output by adding dirlist
    637b3c8 uninative: Add a fix for icu-native to use the correct ABI
    9dbfbe9 scripts/oe-selftest: Add short names to most common options
    681a452 gcc: Fix the license on GNU OpenMP
    15c5b2a Revert "gcc: Fix the license on GNU OpenMP"
    d5cdb48 perl: fix missing dependency for perl-misc
    0eb52b9 classes/buildhistory: record a few more variables for extensible SDK
    cbb4c5b package-deb: Ignore circular dependencies
    fcc7ff0 package_deb: Fix python runtime error
    9155b24 python-numpy: fix buildpaths QA issue
    9e69963 python: move ast module into python-core
    1a35166 xserver: require sufficiently new libdrm
    36bf666 package_manager.py: Fix race condition in OpkgIndexer.write_index()
    35be679 scripts/oe-selftest: Add search expression matching to run/list options
    4489ef1 glib-2.0: relocate the GIO module directory for native builds
    cf3402e image-buildinfo.bbclass: fix performance problems
    e2fe28c linux-yocto/4.4: gpio-pca953x: add "drive" property
    3d45853 python3: fix do_configure check platform triplet error
    03b167d ncurses_6: Fix an install race condition
    09eab6b build-appliance: make the inclusion of downloaded sources optional
    8ea5cdc builder: remove hob from autostart
    ff5d9f7 Revert "gstreamer1.0-plugins-XXX: move inherit gettext into common .inc file"
    c99da8d musl: disable building of gobject introspection data
    0dea50e machine/include/arch-x86: Make x32 ABI not supporting gobject-introspection-data
    8c14c74 bitbake.conf: add 'gobject-introspection-data' to DISTRO/MACHINE_FEATURES_BACKFILL
    2e27994 packagegroup-core-x11-sato: add python-pygobject and gtk+3
    8b1fa2a webkitgtk: enable gobject introspection
    7bd32b9 recipes-gnome: fix introspection support
    efd37c5 python-pygobject: update to 3.18.2
    ff3500b gnomebase.bbclass: do not disable gobject introspection
    ac5cc0c gstreamer: enable gobject introspection
    03cd714 libsoup-2.4: enable gobject introspection
    c1d67e4 clutter: enable gobject introspection
    0ec412b gtk+3: enable gobject-introspection
    d6f8028 gtk+: enable gobject introspection
    0d1e4b2 avahi: enable gobject-introspection
    d2e0dc1 python-pygtk: remove the recipe
    0c6d7cb avahi-ui: remove the dependency on python-pygtk by disabling avahi-discover
    4fbf761 vala.bbclass: remove pre-packaged vapigen.m4 from tarballs
    235455d vala: enable the use of vapigen by packages with vala support
    d1b96f1 gobject-introspection.bbclass: add a class that enables gobject introspection
    96b5847 gtk-doc-stub: remove introspection stubs
    3a1d9fb gobject-introspection: Override GIO_MODULE_DIR when scanning
    10e9977 gobject-introspection: add the recipe
    3c66619 bitbake: fetch2/npm: fix ud.registry so that alternative registries can be handled
    0155472 ref-manual: Updated "Application Development SDK" section.
    4438460 ref-manual: Applied review edits to several SDK variables.
    3c727ff ref-manual: Updated "Cross-Development Toolchain Development" section.
    af1517c ref-manual: Updated "Build History SDK Information" section.
    d9fc04b dev-manual, mega-manual: Updated "Application Development SDK" section.
    357aa33 ref-manual, mega-manual: Updated "SDK Generation" section.
    54490c0 ref-manual: Added several extensible SDK variables to glossary.
    6dfd441 ref-manual: Updated IMAGE_PKGTYPE variable.
    77f002c ref-manual: Updated "Cross-Development Toolchain Generation"
    ee90cc6 ref-manual: Updated the "Build History SDK Information" section.
    53dd8a0 dev-manual: Moved "Optionally Using an External Toolchain" to Tasks chapter.
    9d76cfe meta: toolchain-shar-relocate.sh: Fix for extracting SDK in the same directory as SDK script.
    054abad nettle: The variable named p in the patch file was incorrectly named.
    93a5417 valgrind: Make dep on glibc-utils conditional on TCLIBC = glibc
    40c9774 make 4.1: fix segfault when ttyname fails
    7f27713 gcc: Disable libitm for MicroBlaze
    81d58d6 sign_package_feed: add feed signature type
    42f612c package_manager: sign IPK package feeds
    c637783 signing-keys: create ipk package
    14e809e gpg_sign: export_pubkey: add signature type support
    0b088e0 gpg_sign: detach_sign: fix gpg > 2.1 STDIN file descriptor
    2fccd8a gpg_sign: add local ipk package signing functionality
    6bd6a2b systemd: add comment stating that resolved needs gcrypt
    a5fd57d selftest/bblayers.py: Remove harcoded recipe files
    dce7290 selftest/prservice.py: Sanitize package version when looking for stamp
    cbd87f3 lsof: update UPSTREAM_CHECK_URI
    57fb05a eudev: provide UPSTREAM_CHECK_URI
    3f8d5bf toaster.bbclass: show packages that were setscened into existence too
    39e1351 gcc: Fix the license on GNU OpenMP
    c6aeef3 linux-yocto/4.4: Galileo updates
    37b61b0 siteinfo: Add ppc64le support.
    0265fcc nettle: disable static for 2.7.1
    8660cd1 nettle: Security fix CVE-2015-8804
    dae5715 nettle: Security fix CVE-2015-8803 and CVE-2015-8805
    24aea3a glib-2.0: silence warnings when parsing headers for introspection
    3331992 qemu: Limit paths searched during user mode emulation
    b578a06 image-mklibs: handle position independent binaries
    c706b5e libpam: define limits.conf as CONFFILES of package libpam-runtime
    82dec46 perl-rdepends: Remove circular dependencies
    815c36f rpm: Sync CVS to regular version
    775f22e rpm: Fix musl integration with RPM5
    001bdef gcc: Disable libitm for nios2
    d53413d bitbake: server/process: Try connecting 4 times before giving up
    0f01059 bitbake: toaster: models List only have the specified project's imported layers
    0dcab02 bitbake: toaster: rework task buildstats storage and display
    cc74a8a bitbake: toaster: use force_bytes to display non-ascii project names
    aebc22d bitbake: fetch2: Make SRC_URI[md5sum] and SRC_URI[sha256sum] expand their values
    d405f97 bitbake: xmlrpc: fix bug in setting XMLRPCServer.single_use
    c50bdb3 bitbake: fetch2/npm: add missing URL argument to ParameterError
    fbf27c4 bitbake: fetch2/npm: properly handle npm dependencies
    ef6a451 bitbake: fetch2/npm: fix errors with some version specifications
    ad50ce9 populate_sdk_ext: Correct commit 8b81bb56c69aabdea984352f8e267a9783c0bdbc
    bc0e99d recipetool: create: shrinkwrap and lockdown npm modules
    309b2e6 recipetool: create: support creation of additional files by plugins
    2279eb2 recipetool: create: check if npm available if npm:// URL specified
    9145500 recipetool: create: split npm module dependencies into packages
    d46827c recipetool: create: add license file crunching
    3fd244b recipetool: create: match *LICENSE* as a license file
    2b6a352 recipetool: create: improve mapping for autotools program macros
    1607fac recipetool: create: be more tolerant of spacing in configure.ac
    9dca5c8 lib/sstatesig: skip shared_workdir when checking locked sigs
    142bad3 python3: fix patching get_python_lib() in distutils/sysconfig.py
    50d07e9 python3-native: use the previous version of python-config script
    5dce2e3 qemu.bbclass: add qemu_wrapper_cmdline()
    8b5afcd db: remove the NO_UPDATE_REASON and replace it a comment about RPM
    5699c67 rpmresolve: It is not necessary to manually specify -lpopt
    8ea55ba rpm: A number of the patches have been submitted upstream
    6833c5d rpm: Enable specific crypto and digest settings via variables
    59a4d99 security_flags.inc: Special flags are needed for RPM
    007c284 rpm: Uprev to rpm-5.4.16 (pre) and rpm-5.4+cvs to current CVS head
    a27ca6d yocto-bsp: Update templates to 4.4 kernel
    2d0933c conf/distro/include: drop old recipes
    1fd183e bblayers.conf.sample: remove BBLAYERS_NON_REMOVABLE
    477b8fb poky: Enable uninative
    1b7cc9c linux-yocto/4.4: explicitly enable ftrace in tracing fragment
    aee7482 linux-yocto/4.4: iwlwifi: mvm: don't allow sched scans without matches to be started
    2408f49 linux-yocto/kernel-meta: ktype refactoring: move DEBUG_KERNEL, EXPERT and EMBEDDED
    9ac029b xmlto: tell xmlto where cp is
    6d89b52 toaster.bbclass: improve how we gather buildstats for Toaster
    4dd3e40 image-prelink: use STAGING_*_NATIVE variables
    2193e9d strace: Backport fixes for compiling with clang
    ee8ff42 ghostscript: 9.16 -> 9.18
    3f5725c fontconfig: Revert changes made to FcConfigAppFontAddDir() recently
    433d866 populate_sdk_ext: Make populate_sdk_ext nostamp
    e186d6d systemd: binfmt should be added to SYSTEMD_PACKAGES only if binfmt is enabled
    b051a95 license.bbclass: fix host contamination warnings for license files
    f8a9774 oeqa/selftest/buildoptions: Test build does not fail without git rev
    656aeff busybox.inc: add tail symlink so busybox can commit suicide cleanly
    a321f4e avahi-ui: add dbus to PACKAGECONFIG
    1bd4b72 avahi: add missing intltool-native build dependency
    72f9e39 avahi: make dbus optional but default
    424466b oe-setup-builddir: tidy up local.conf and bblayers.conf commentary
    07919e9 net-tools: Add SCTP option support
    e8254bc tune-corei7.inc: Fix PACKAGE_EXTRA_ARCHS for corei7-32
    5346675 eudev: remove redundant udev_run assignment
    adad264 xcursor-transparent-theme: use a version glob in the selftest bbappend
    946d00c populate_sdk_ext: Update after uninative changes
    ba57ba1 image.bbclass: support chaining compression (aka conversion) commands
    5ac3dc7 image.bbclass: fix incomplete .rootfs customization
    3322fa7 bitbake: toasterui: fix warning 'Unknown event'
    621cbc8 bitbake: toasterui: exit on final events
    8e138b7 bitbake: toasterui: make toasterui to work in build mode
    0a61306 bitbake: toasterui: check if setEventMask succeeded
    ac941ac bitbake: command: make setEventMask readonly
    dd3da9a bitbake: toasterui: update list of events
    f56fa5d bitbake: toasterui: reformat list of events
    a71d32a bitbake: toaster: remove sshbecontroller module
    3db71b4 bitbake: toaster: don't use sshbecontroller
    790b2d1 bitbake: toaster: raise NotImplementedError
    96535ba bitbake: toaster: bring back the strict directive
    5b8b399 bitbake: toaster: change 'revision' to 'Git revision'
    07ead98 bitbake: toaster: views api Package info return both kinds of RDEPENDS
    9cda2ab bitbake: toaster: fixup dependency excludes for customimage
    a54cebe bitbake: fetch2/npm: ignore unknown headers in tarballs
    0cd1be1 bitbake: fetch2/npm: handle alternative dependency syntax
    d999927 bitbake: fetch2/npm: fix indentation
    26ee4dd image creation: allow overriding .rootfs suffix
    e43fcdf scripts/hob: drop
    59b4cef classes/packageinfo: remove
    bbf2a5d conf/documentation.conf: remove BBLAYERS_NON_REMOVABLE
    7054882 yocto-uninative: Add common include for uninative
    d2c96ca mtools: Drop GCONV_PATH manipulation
    d27644e uninative: Handle relocate of GCONV_PATH in libc
    0523499 uninative: Add checksum support
    73265d1 uninative: Refactor common code
    4feb00d uninative: Use CXX11 ABI for interoperation between gcc4 and gcc5
    013dd24 uninative: correctly enable uninative
    034618d glibc: Add relocation of GCONV_PATH
    8dca343 uninative-tarball: Add glibc-gconv-iso8859-1 for guile
    1f50f29 dkpg: Use tar everywhere (not gtar)
    b158d6c gtk3+: Add missing DEPENDS on wayland-native
    e395e81 tune-cortexa17.inc: apply changes similar to a15
    ea53d1e sstate: Allow late expansion of NATIVELSBSTRING
    bd3a1d5 linux-yocto: Update SRCREV for genericx86* for 4.4
    70c6df2 linux-yocto: Update SRCREV for genericx86* for 4.1
    ae85c4b linuxloader/image-prelink/image-mklibs: Fix non-standard path prelinking
    0b84897 insane/prelink: Handle nonstandard library paths
    6b564ae ext-sdk-prepare: Catch setscene tasks which should have run but didn't
    d8efd2e createrepo: Fix stat floating timestamps
    ce5a9df xmlto: ensure /bin/bash is used as bash
    70b4f36 openssl: add a patch to fix parallel builds
    1632742 xdg-utils: remove trailing whitespace in multiline string
    816391a btrfs-tools: Add libgcc to RDEPENDS
    e467156 bitbake.conf: Add libgcc-native to ASSUME_PROVIDED
    a91713f net-tools: Override CFLAGS/LDFLAGS in do_install too
    fb0c3c5 nspr: Fix build regression on musl from last upgrade
    37f5fb9 gdb: fix builds with internal readline and no static libraries
    6518db4 feature-arm-thumb.inc: Fix thumb tune override warning
    afb1d09 recipetool: create: fix support for AX_CHECK_LIBRARY
    463fd5e formfactor: assume a keyboard is plugged in
    e2107f5 acl: Fix re pattern in test cases
    82a8064 gcc-runtime.inc: disable libitm for little endian MIPS too
    25d9c4e devtool: add build-sdk subcommand
    41eb36d devtool: build-image: rename module
    82d0c8a oeqa/buildoptions: Improve unsafe references tests
    4284fdf insane.bbclass: make the checking stricter for unsafe references in scripts
    5cd71fe yocto-project-qs: Updated flow to mention Toaster
    cd041b7 dev-manual: Applied review comments to the devshell section.
    f54fe56 ref-manual: Updates for nativesdk clarifications.
    a882267 dev-manual: Fixed typo in the devshell section.
    70c7e36 dev-manual: Created devtool upgrade section.
    b2b22d5 dev-manual, mega-manual, Makefile: Added support for new upgrade flow
    0b7d8a4 dev-manual, mega-manual: Updated the workspace directory structure image
    050e021 dev-manual: Applied review changes to the devtool section.
    09ecf38 dev-manual, mega-manual: Updated three figures for devtool
    f33ffaa dev-manual: Applied more review comments to the section.
    fe70eb2 dev-manual, mega-manual: Updated the devtool modify flow diagram.
    eb3b414 dev-manual, mega-manual: Updated the devtool add flow diagram.
    4c5bd3f dev-manual, mega-manual: Updated the devtool workspace figure.
    9cee16b dev-manual: Applied review comments to the devtool section
    c678d1a dev-manual: Updated the devtool add section.
    a09238a dev-manual, mega-manual: Updated devtool add flow diagram
    7699f0a dev-manual: Added section for devtool modify flow
    1eecaea dev-manual, mega-manual: Added new figure for devtool modify flow
    9582da6 dev-manual: Edits to the devtool-add section.
    740369f dev-manual, mega-manual: Updated the devtool add flow figure
    a848e9f dev-manual, mega-manual: Updated the workflow layer content figure.
    34e08b3 dev-manual: Added new "writernotes" style.
    17a21e6 Makefile, dev-manual, mega-manual: Added new figure support
    d346c35 dev-manual: Applied review comments to devshell section.
    3b41049 ref-manual, dev-manual: Clarifying "native" and "sdknative"
    a1970eb dev-manual: Updated devshell section.
    a58cde0 toaster-manual: Updated how manage.py createsuperuser command is run
    c5b4f69 ref-manual, dev-manual: Clarification of "native" and "sdknative"
    952bcc7 toaster-manual: Removed prompts for json file.
    34c75fa ref-manual: Updated the S variable description with feedback
    2b2ced0 ref-manual: Updated the staging.bbclass description
    b9dddd5 ref-manual: Updated the S variable description.
    41e9f7c dev-manual, ref-manual: Updated licensing text information.
    5066fbc ref-manual: Added order information for conf file parsing.
    ad6b2f2 toaster-manual: Removed typo - double "allow" words.
    c8c533e ref-manual: Updated the do_populate_sysroot task.
    2a3942b dev-manual: Updated section on adding license text.
    77b3d06 ref-manual: Updated the S variable entry in the glossary.
    a1a4808 toaster-manual: Applied a patch to weed out build mode (modes).
    353b755 bitbake: bitbake-user-manual: Added expand() function to list.
    638ad17 bitbake: bitbake-user-manual: Added note for Python variable ref expansion.
    da22add bitbake: bitbake-user-manual: Enhance environment variable discussion.
    f11de9d e2fsprogs: do not enable non-stable features by default
    b04280a sdk_update.py: Enable local sdk-update tests
    14dd07c sdk.py: Fix undefined variable
    c12e919 eudev: recipe formatting improvements
    73a43fc openssl: Security fix Drown via 1.0.2g update
    ed14aef layer.conf: Update after replacement of udev with eudev
    e72233a bootimg: set default value for LABELS variable
    4eaef67 sanity: Do not mistake meta-yocto-bsp for meta-yocto
    86759de sanity.bbclass: remove conflict checking for image vm and live
    bb1c719 syslinux.bbclass: make vm and live can be built together
    5c5c13d recipetool: create: add basic support for new npm fetcher/class
    2be37a9 recipetool: create: add basic support for generating linux kernel recipes
    5cf15ff recipetool: create: add support for out-of-tree kernel modules
    937ecd0 bitbake: toaster: cleanup of bin/toaster startup code
    a7d1b95 bitbake: ui: remove the puccho ui
    a9dc72f bitbake: hob: removal of hob ui and associated ui files
    27468db bitbake: fetch2/npm: Add missing ParameterError import
    44e3461 bitbake: npm: in cases where shrinkwrap resolved a git URL, ignore it and grab dist.tarball
    2a73181 bitbake: fetch2: Fix unpack for absolute file urls
    865d2fe bitbake: fetch2: fixes copying of file://dir; subdir=foo, bug 6128 and bug 6129
    fb437d3 meta-yocto-bsp: bump to linux-yocto 4.4 for the non-x86 BSPs
    fbedac4 maintainers.inc: Add new eudev package and change maintainership for udev
    0138874 gcc: Add support for atomic opertions (libitm) where available
    70153b4 classes/externalsrc: fix symlinking if symlink exists pointing to another path
    eac4061 populate_sdk_ext: Only write LCONF_VERSION to bblayers if it is set
    c366343 automake: don't delete .pyc files
    d6e63be cracklib: fix Python packaging
    a005d25 populate_sdk_base: handle empty SDK_PACKAGING_FUNC
    ec3be9f linux-yocto/4.4: update to 4.4.3
    6ed16ff linux-yocto/4.1: iwlwifi: mvm: don't allow sched scans without matches to be started
    2497e80 linux-yocto/4.4: update to -stable 4.4.2
    aa2c1f7 linux-yocto: braswell: Remove feature and move DRM_I915_PRELIMINARY_HW_SUPPORT option
    702701d linux-yocto/4.4: yaffs2 build fixes
    c2152b8 linux-yocto/4.1: update to 4.1.18
    45d4cd7 linux-yocto/4.1: clkdev updates
    79ecef6 linux-yocto/4.1: Galileo updates
    5f61693 usbutils: Fix for new eudev implementation
    c89b777 libgudev: Fix for new eudev implementation
    3e5e540 eudev: Replaces udev with eudev for compatibility when using sysvinit on newer kernels
    674e55f populate_sdk_ext: Delete the buildtools tar file after installation
    d8acef2 libarchive: Set xattrs after setting times
    431c1e1 combo-layer: handle empty commits during "init --history"
    695cc45 classes/populate_sdk_ext: prepend to PATH rather than appending
    b145480 classes/module: allow substitution of the modules_install target name
    b03936c grub2.inc: drop bogus dependency on xz
    7328765 grub2.inc: avoid passing -isystem to native builds
    576587d grub2.inc: dont export TARGET_CFLAGS etc to grub2 configure
    97a3322 harfbuzz: update 1.2.1 -> 1.2.3
    edf93a0 gstreamer1.0-plugins-bad.inc: limit ARM_INSTRUCTION_SET over-rides to armv4/armv5
    89140b0 dhcp: CVE-2015-8605
    6ccd8cd sato/images: Add ptest image
    f38debb layer.conf: Whitelist cantarell-fonts fontconfig dependency
    b307937 pango: make ${PN}-ptest RDEPENDS on cantarell-fonts
    0c80f29 cantarell-fonts: Add recipe
    4006a7f sanity: Fix int verses string reference
    2e27c4b bitbake: fetch2/npm: Enable fetcher
    1c060d7 pseudo: Increase number of retries
    030d920 bitbake: providers: Fix PREFERRED_VERSION lookup for '_' in PN
    c679a3d bitbake: fetch2: Skip lockfiles and donestamps for local files
    d01042e bitbake: fetch2/__init__.py: Error if lockfile path invalid
    ab7b7bf bitbake: fetch2/__init__: Fix decodeurl to better handle urls without paths
    06b4d8f bitbake: fetch2/wget: Set localfile for directories
    8d7e799 genericx86-common: Update PREFERRED_VERSION_linux-yocto to 4.4
    65d6a62 gstreamer1.0-plugins-bad.inc: enable webp PACKAGECONFIG by default
    cd00748 gettext: Delete libintl.la file from install
    b33efa9 systemctl: handle RequiredBy dependencies
    8caa592 ffmpeg: add bzlib, lzma and xv PACKAGECONFIGs
    0011760 rootfs-postcommands: fix ssh_allow_empty_password checking
    96f5f89 musl: Add linux-libc-headers to deps
    3354878 mesa: Fix build on musl
    7651342 dosfstools_2.11: fix build following removal of -e from EXTRA_OEMAKE
    6c8abea uclibc support for rng-tools
    c7e5a38 oeqa/sdkext: Add sdk_update.SDKUpdateTest class.
    738bd1a classes/testsdk: Pass tcname to SDK and SDKExt contexts
    2a410b2 classes/testsdk: Move the removal of bitbake PATH to eSDK context only
    eb1f8b9 classes/testsdk: Move code for avoid PATHs to oeqa.utils
    55d4849 gstreamer1.0-plugins-XXX: control orc PACKAGECONFIG via GSTREAMER_ORC
    083c63d boost.inc: fix BJAM_OPTS --build-dir option
    f4e17c6 shared-mime-info: update to 1.6
    4ffdfdf vala: update to 0.30.1
    f53f374 python-git: update to 1.0.2
    ec73437 pax-utils: update to 1.1.5
    447ddb9 nettle: update to 3.2
    26a3d25 ncurses: update to revision 20160213
    dc42d30 libdrm: update to 2.4.67
    0296e0a gtk+3: update to 3.18.8
    e08ad62 gtk-icon-utils-native: update to 3.18.8
    9daf153 git: update to 2.7.2
    927dfaf gnupg: update to 2.1.11
    2c39358 clutter-gst-3.0: update to 3.0.16
    b8a1e59 ccache: update to 3.2.4
    4d4aa1f libsolv: update to 0.6.19
    8c2e420 ffmpeg: update to 3.0
    afce247 nspr: update to 4.12
    b19dbe5 pcmanfm: update to 1.2.4
    6b41608 libfm: update to 1.2.4
    325a9d3 epiphany: update to 3.18.4
    d4da534 wic: don't throw away our created swap partition
    5f82d17 automake: set test-driver path relative to top_builddir
    b41862d uninative-tarball: respect SDKMACHINE when building
    4d1c14f boost.inc: enable more verbose build logs
    7f84ad0 gstreamer1.0-plugins-XXX: move inherit gettext into common .inc file
    2ce48e6 gstreamer1.0.inc: add explicit PACKAGECONFIG init
    935d88a gstreamer1.0-libav: move LIBAV_EXTRA_CONFIGURE_COMMON_ARG into .inc
    3a8ff19 gstreamer1.0-libav_git: add --ranlib option to LIBAV_EXTRA_CONFIGURE_COMMON_ARG
    b8bdb99 boost.inc: limit ARM_INSTRUCTION_SET over-rides to armv4/armv5
    9ca8f30 populate_sdk_ext: Add images to SDK_INSTALL_TARGETS
    07dc765 boot-directdisk.bbclass: drop IS_VM chechking
    a87574c image-live/boot-directdisk.bbclass: remove AUTO_SYSLINUXCFG
    76eb815 testimage.bbclass: reuse generic test suites
    6571a84 testimage.bbclass: add generic, image test suites
    8c45747 gconf: remove redundant dependencies
    a74c389 gtk-doc-stub: don't inherit autotools
    2269f90 os-release: sanitise VERSION_ID field
    9d86b26 apr-util: add ldap crypto and sqlite3 to PACKAGECONFIG
    d8d2f57 apr-util: fix loadable module packaging
    77cfa2b glibc.inc: improve optimisation level sanity checking
    04c4719 rsync: add native variant
    2c20fe4 core-tools-profile: add lttng tools for aarch64
    8a0b997 lttng-ust: add support for aarch64_be
    6081c35 liburcu: add support for aarch64_be
    07a3c71 harfbuzz: add explicit dependency on fontconfig
    73cc8b8 harfbuzz: update 1.2.0 -> 1.2.1
    bb151b8 fontconfig: Don't add font directories from host
    e9f5134 musl: Upgrade to 1.1.14
    bf4d380 oe-selftest: devtool: add an additional test for devtool upgrade
    4bae2f2 oe-selftest: devtool: rework devtool upgrade test
    10290f2 devtool: upgrade: print new recipe name
    5cd3be3 devtool: upgrade: drop PR on upgrade
    e6f684b devtool: upgrade: eliminate unnecessary datastore copy
    860574e devtool: upgrade: fix several issues with extraction of new source
    66a781c devtool: upgrade: fix constructing new branch from tarball releases
    d30cc76 devtool: upgrade: fix renaming of recipe if PV is not in name
    75eeeab devtool: upgrade: fix moving version-specific files directory
    81ebb0b devtool: upgrade: fix version argument checking
    e953b57 devtool: upgrade: drop superfluous call to validate_pn
    492b1eb devtool: upgrade: make source tree path optional
    942ae25 devtool: modify: fix source tree default name when mapping virtuals
    e2334e1 devtool: add: tweak auto-determining name failure message
    55ae566 uninative.bbclass: if the loader can't be found disable instead of failing
    50b8740 uninative: use check_output instead of Popen directly
    4495e8b lib/oe/qa: add explicit exception for 'file isn't an ELF'
    4553bb1 libdrm: fix build with uclibc
    4e5a871 strace: fix ptest execution
    e8e0489 clutter-1.0: Fix confgure test errors found by clang
    b748f40 oeqa/parselogs: Updated whitelist
    4b32351 buildstats.bbclass: Don't assume /proc/<pid>/io present
    07e1f10 sysvinit-inittab: Move start_getty scrip to base_bindir.
    8d07e14 oeqa/selftest/prservice: Added new TC: check pr-server starts and stop correctly on localhost.
    d2a563c oe-selftest: Add support for lib/oeqa/selftest subdirectories
    7f58b92 musl: Upgrade to 1.1.14
    73bf792 devtool: update-recipe: create config fragment
    2fbd1d7 devtool: sync: update kernel config
    26f951b git: fix installed-vs-shipped QA Issue
    033db24 btrfs-tools: fix symlink creation multiple times
    9af773f bison/gettext: add --with-bisonlocaledir to assign BISON_LOCALEDIR
    b14e2ae gcc: use relative path for configure script
    1f00fb2 depmodwrapper-cross: nopackages to avoid QA [buildpaths] issue
    00a6f5a oeqa/utils: added new network module
    3f7aa6f scripts/oe-selftest: Use site.USER_SITE to run coverage configuration code for sub-process
    1c6c76e scripts/oe-selftest: Add filtering to the coverage data gathered by oe-selftest
    4a21827 oeqa/selftest/signing: Added test for locked signatures
    604dc1c package: check inherit instead of PN to decide if a recipe is a packagegroup
    b4df005 tune-cortexa9.inc: add vfpv3 tunes
    889a5cc mirrors/own-mirrors/sanity: Updates after npm fetcher addition
    28d17cf npm.bbclass: Add npm class to match fetcher
    bc5a1d1 base: Add nodejs-native dependency for npm:// urls
    9d5483c meta-yocto: Rename to meta-poky to better match its purpose
    ab3a718 adt-installer: Drop since its replaced by the extensible SDK
    c1c6a9d sanity: Improve configuration upgrade capabilities (support meta-yocto -> poky transition)
    2587101 image: Run do_rootfs_wicenv after do_image
    e0fd964 bitbake: toaster: change 'delete layer' to 'remove layer'
    6e82820 bitbake: toaster: rename 'run again' button
    c8dd72c bitbake: toaster: fix banner after customimage package add
    149f574 bitbake: toaster: custom breadcrumb for the default project
    4a12865 bitbake: prserv: Add dump_db()
    bdb51ab bitbake: toaster: remove custom images from Ima…
    williamspatrick committed Jun 24, 2016
    Configuration menu
    Copy the full SHA
    d8c66bc View commit details
    Browse the repository at this point in the history
  12. meta-poky: Add symlink for new layer.

    Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
    williamspatrick committed Jun 24, 2016
    Configuration menu
    Copy the full SHA
    f4fe245 View commit details
    Browse the repository at this point in the history
  13. python: 2.7.9 -> 2.7.11

    Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
    williamspatrick committed Jun 24, 2016
    Configuration menu
    Copy the full SHA
    6858737 View commit details
    Browse the repository at this point in the history
  14. cross-localedef: 2.22 -> 2.23

    ppc64le is supported upstream in 2.23.  No longer need these patches.
    
    Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
    williamspatrick committed Jun 24, 2016
    Configuration menu
    Copy the full SHA
    e6797ee View commit details
    Browse the repository at this point in the history
  15. openssl: run 'make depend'

    The configure flags we have require openssl to be built with:
        make depend && make
    The current openssl.inc file only has 'make', so prepend a call
    to 'make depend'.
    
    Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
    williamspatrick committed Jun 24, 2016
    Configuration menu
    Copy the full SHA
    3dbac6d View commit details
    Browse the repository at this point in the history
  16. image-overlay: depend on do_image_complete

    Per Yocto commit 3341f3fb, we should depend on do_image_complete
    instead of do_rootfs for the initrd images.
    
    Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
    williamspatrick committed Jun 24, 2016
    Configuration menu
    Copy the full SHA
    352f50d View commit details
    Browse the repository at this point in the history
  17. python-pygobject: Backport 2.28.3

    The skeleton code does not run with pygobject-3 today, so
    backport pygobject-2 recipe from yocto 2.0.1.
    
    TODO: Create issue to track upgrade to pygobject-3.
    
    Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
    williamspatrick committed Jun 24, 2016
    Configuration menu
    Copy the full SHA
    a369e9f View commit details
    Browse the repository at this point in the history
  18. python-pexpect: Fix runtime failure with ptyprocess

    python-pexpect needs python-ptyprocess and this was not
    specified in the .bb file.  This is fixed upstream with
    python-pexpect_4.1.0, but not backported for 4.0.1, which is
    the current version used in the yocto 2.1 tree.
    
    Also, needed to backport the ptyprocess package itself.
    
    Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
    williamspatrick committed Jun 24, 2016
    Configuration menu
    Copy the full SHA
    114134e View commit details
    Browse the repository at this point in the history