Milestone 3 for Yocto Project 2.2 now available
Graydon, Tracy <tracy.graydon@...>
The third milestone release for Yocto Project 2.2 is available for
download now. Download: http://downloads.yoctoproject.org/releases/yocto/milestones/yocto-2.2_M3/ eclipse-poky/neon-master 1c750b077e4fa80ec5a4743175c07772fa1d4d81 meta-qt3 f33b73a9563f2dfdfd0ee37b61d65d90197a456f meta-qt4 fc9b050569e94b5176bed28b69ef28514e4e4553 poky 2679a347c576f5411fbe802d2f6201c94036ecb2 Test report: https://wiki.yoctoproject.org/wiki/WW38_-_2016-09-09_-_Full_Test_Cycle_2.2_ M3.rc1 Thank you to everyone for your contributions. Tracy Graydon Yocto Project Build and Release |
|
[ANNOUNCEMENT] Yocto Project 2.2 (morty 16.0.0) Released
Tracy Graydon <tracy.graydon@...>
Hello,
The latest release of the Yocto Project 2.2 (morty-16.0.0) is now available for download at: http://downloads.yoctoproject.org/releases/yocto/yocto-2.2/poky-morty-16.0.0.tar.bz2 http://mirrors.kernel.org/yocto/yocto/yocto-2.2/poky-morty-16.0.0.tar.bz2 A gpg signed version of these release notes is available at: http://downloads.yoctoproject.org/releases/yocto/yocto-2.2/RELEASENOTES Full pass test report is available at: https://wiki.yoctoproject.org/wiki/2.2_QA_Status Thank you to everyone for all your hard work on this release! Sincerely, Tracy Graydon Yocto Project Build and Release tracy.graydon@... ------------------- yocto-2.2 Errata --------------------- Release Name: eclipse-poky-mars-morty-16.0.0 Branch: mars/morty Tag: mars/morty-16.0.0 Hash: 9fc40886f01b60cc6d9eccd579fc5becaa20a40e md5: 59908d0f347da1fb50acbf51f309e231 Download Locations: http://downloads.yoctoproject.org/releases/yocto/yocto-2.2/eclipse-poky-mars-morty-16.0.0.tar.bz2 http://mirrors.kernel.org/yocto/yocto/yocto-2.2/eclipse-poky-mars-morty-16.0.0.tar.bz2 Release Name: eclipse-poky-neon-morty-16.0.0 Branch: neon/morty Tag: neon/morty-16.0.0 Hash: ac3640df697a20bb16cb0f99db58106522a09206 md5: 0aedaa6e12b453e988c4d5bc633c37b5 Download Locations: http://downloads.yoctoproject.org/releases/yocto/yocto-2.2/eclipse-poky-neon-morty-16.0.0.tar.bz2 http://mirrors.kernel.org/yocto/yocto/yocto-2.2/eclipse-poky-neon-morty-16.0.0.tar.bz2 Release Name: meta-qt3-morty-16.0.0 Branch: morty Tag: morty-16.0.0 Hash: f33b73a9563f2dfdfd0ee37b61d65d90197a456f md5: 6d15020b15d7f78be1a9cd91f8f0fd47 Download Locations: http://downloads.yoctoproject.org/releases/yocto/yocto-2.2/meta-qt3-morty-16.0.0.tar.bz2 http://mirrors.kernel.org/yocto/yocto/yocto-2.2/meta-qt3-morty-16.0.0.tar.bz2 Release Name: meta-qt4-morty-16.0.0 Branch: morty Tag: morty-16.0.0 Hash: fc9b050569e94b5176bed28b69ef28514e4e4553 md5: 839725824247db1b33c611e3975e6169 Download Locations: http://downloads.yoctoproject.org/releases/yocto/yocto-2.2/meta-qt4-morty-16.0.0.tar.bz2 http://mirrors.kernel.org/yocto/yocto/yocto-2.2/meta-qt4-morty-16.0.0.tar.bz2 Release Name: poky-morty-16.0.0 Branch: morty Tag: morty-16.0.0 Hash: dc8508f609974cc99606b9042bfa7f870ce80228 md5: aaf20f103131fb5f757ccf8343319b16 Download Locations: http://downloads.yoctoproject.org/releases/yocto/yocto-2.2/poky-morty-16.0.0.tar.bz2 http://mirrors.kernel.org/yocto/yocto/yocto-2.2/poky-morty-16.0.0.tar.bz2 ----------------------------- New Features / Enhancements ----------------------------- * Linux kernel 4.8 (and 4.4/4.1 LTS/LTSI) * glibc 2.24 * gcc 6.2.0 * Migrated BitBake and python functions in the OE metadata to Python 3 * runqemu script has rewritten in Python and refactored to move machine-specific knowledge to the machine configuration, making it possible to extend it easily in each BSP layer * Created pre-configured Docker containers for the build system, Toaster and the Extensible SDK (available at https://github.com/crops/) * Add cve-check class to catch missing known CVE fixes for recipes * Sato example UI moved to GTK+3 and refreshed with updated/replaced applications and Adwaita icon set * Put deploy directory (including images, SDKs and other files) under shared state control. This effectively makes removal of old images and SDKs the default behaviour, and provides a way to trace files in that directory back to their originating recipes which is useful for scripts and UIs such as Toaster. * Musl libc can now build world for all primary architectures, ppc64 is now also supported * BitBake improvements: * Basic support for multi-configuration builds. For example, this enables building for more than one MACHINE at a time, which may be useful if you have a board with two separate SoCs on it, each with their own OS, but you want to target both in the same build. * Show more progress during operation - added real-time task progress reporting for do_fetch, image creation, cmake-based do_compile; also show progress for "Preparing RunQueue" and sstate object availability check. * Show task elapsed time * Added a -q/--quiet output mode switch that only shows basic progress * Added an "unset VARNAME" syntax to clear a variable * Implemented support for per-task variable exports * Create a symlink to the latest console log * Added BB_SETSCENE_ENFORCE to enable enforcing that tasks are restored from sstate * Added LAYERRECOMMENDS to allow declaring recommended but not required layer dependencies in conf/layer.conf * Ported depexp UI to GTK+3 * Output errors and warnings to stderr * Implement server autostart feature to avoid constantly holding a lock on the metadata when resident * Rework perforce fetcher to support SRCREV and P4CONFIG * Add BBPRECONF and BBPOSTCONF environment variables * Toaster web UI improvements: * Improved image customisation * Improved BitBake to Toaster process communication * Upgraded Bootstrap UI framework to version 3 which provides a new look and more responsive design * Improved performance and consistency of table views in build analysis * Added visual feedback to the layerindex data fetcher * Improved the ability to download artifacts created by builds such as SDK artifacts * Added the ability to import a layer from a local directory and switch between local and git sources * Added ability to configure and customise Toaster using fixtures at setup time * Added layers to the backend admin interface * Added the ability to delete objects from Toaster's database such as builds, layers, customised images and projects. * Improved build progress reporting * Improved help and notification messages * Image construction improvements: * Add variable FORCE_RO_REMOVE to force removal of unneeded packages specified by ROOTFS_RO_UNNEEDED even if rootfs is not read-only * Add variable VM_ROOTFS_TYPE to allow filesystems other than ext4 to be used for VM images (vmdk, vdi, qcow2, hdddirect) * Make the INITRD optional for "live" image type * Add bmap generation option to produce files that can be used with bmap-tools for sparse images * Add support for zip compression * wic improvements: * Produce wic images by default for beaglebone, edgerouter and genericx86/genericx86-64 * image_types.bbclass: support template .wks.in files for wic * directdisk*.wks: add serial console support * Use GPT partition table for all EFI kickstart files * Add --system-id wks option to set partition system id * Add --bmap wks option to produce files that can be used with bmap-tools for sparse images * isoimage-isohybrid: add grubefi configfile support * Preserve sparseness of partitions when combining into an image * Kernel improvements: * Kernel tools were streamlined, with patching/configuration overhead reduced or eliminated in most cases. * Kernel configuration audit was improved and runs as a standalone tool * Kernel configuration audit provides symbol resolution and dependency information to allow troubleshooting of missing/incorrect/invalid symbols * Kernel tools use upstream utilities directly, without local patches or wrappers * Added KERNEL_IMAGETYPES variable to build multiple kernel types at once * Check the kernel version in the recipe against the version in the source tree and warn if different * kernel-module-split: add a prefix for module package name pattern * kernel-module-split: generate dependencies across recipes * linux-dtb.inc: Support for .dtbo files for dtb overlays * u-boot improvements: * Added uboot-extlinux-config class to enable generating extlinux.conf for U-Boot * u-boot: basic support of dtb append for verified boot * u-boot: deploy u-boot-nodtb and dtb files * kernel-fitimage: add initramfs support * kernel-fitimage: Add x86 support * kernel-fitimage: basic support for fitImage signature * kernel-fitimage: support device tree compiler options * devtool improvements: * Add finish subcommand to finish working on a recipe in one command (i.e. move work back to a specified layer and then reset the recipe) * reset: allow specifying multiple recipes * Improve accuracy of patch header extraction used by devtool modify/upgrade/extract * devtool add / recipetool create improvements: * Detect python autoconf macros * Extract variable values from .deb/.ipk/.rpm * support extracting SUMMARY and HOMEPAGE * Support git short form URLs * Support git submodules * Support node.js code outside of npm * Build nodejs-native if npm is needed and not available (devtool add only) * Support specifying a file as the local source * Write a comment for unknown license files so you know which ones couldn't be mapped to a specific license * Extensible SDK (eSDK) improvements: * Show progress when preparing build system during installation * Improve robustness of installation process * Allow including toolchain in eSDK on install * Enable use of eSDK with Yocto Project Eclipse plugin * Added SYSROOT_DIRS* variables to make it easier to define which directories to stage * Added a packagefeed-stability class to help reduce package feed churn by comparing packages to the last published version, and not publishing if the package contents have not materially changed * Added mechanisms to extend QA and siteinfo machine-specific information from BSP layers * Inherit armv7a tunes file in arch-armv7ve to allow producing binaries that are more widely compatible across armv7a superset machines * Added mips64-o32, mips64r2 and mipsisa{32, 64}r6{el, } tunes * kernel-arch.bbclass: Added xtensa and arc into valid_archs table * qemu.bbclass: Allow using a different QEMU binary depending on target architecture * gtk-doc class now enables properly building gtk-doc based API documentation if "api-documentation" is in DISTRO_FEATURES (off by default) * initramfs-framework: Add support for PartUUIDs * weston: Enable XWayland when X11 and Wayland support are available * boost: added support for additional boost libs (container, context, coroutine, exception, graph_parallel, locale, math, mpi, wave) * Added recipes: asciidoc, bmap-tools, cve-check-tool, gtk-doc, mpg123, python3-async, python3-git, python3-gitdb, python3-mako, python3-nose, python3-numpy, python3-smmap, python-six, source-highlight, systemd-boot, wayland-protocols * ipv6 support across many recipes now controlled from "ipv6" in DISTRO_FEATURES * Additional PACKAGECONFIG options in apr, apt, avahi-ui, boost, curl, dhcp, dropbear, enchant, eudev, gobject-introspection, gstreamer1.0-libav, gstreamer1.0-plugins-bad, gstreamer1.0-plugins-bad, gstreamer1.0-plugins-good.inc, libarchive, libcap, libice, libinput, libpcap, libsm, libsoup-2.4, libxfont, libxml2, libxmu, lighttpd, lttng-tools, matchbox-keyboard, mesa, nfs-utils, nspr, opkg, pciutils, psmisc, pulseaudio, qemu, rsync, sysprof, systemtap, vte, weston, wget, xauth, xhost, xserver-nodm-init, xserver-xorg * Preserve packaging data in standard SDK when SDKIMAGE_FEATURES has "package-management" * security_flags: turn potential string format security issues into an error * sstate: skip packaging if SSTATE_SKIP_CREATION is set * sstate: Add postrm command support * systemd: allow adding users to groups in rootfs postprocess * systemd: support systemd-boot as a stand-alone EFI bootloader * perf: enable man pages for 'help' functionality * Verify LICENSE_<pkg> values are present in LICENSE and warn if not * LIC_FILES_CHKSUM is now no longer mandatory within a recipe if SRC_URI is empty * Display names instead of ELF machine numbers in architecture mismatch QA errors * useradd-staticids.bbclass: Allow missing UIDs/GIDs to generate warnings * dropbear: Allow extra arguments for key generation in initscript * cmake: enable verbose builds to make debugging easier * Make it easier to have a shared site.conf by adding BBPATH_EXTRA to BB_ENV_EXTRAWHITE_OE * Script improvements: * runqemu: Add snapshot support * ddimage: use 'pv' to show progress information if installed * oe-pkgdata-util: new "package-info" option to show full info for binary package(s) * scripts/contrib: introduce build-perf-test-wrapper.sh * scripts: introduce buildstats-diff * scripts: introduce oe-build-perf-test * scripts: add new script 'oe-run-native' * scripts: add oe-check-sstate script * scripts: add verify-bashisms script to scan for bashisms in recipe shell scripts * combo-layer: implement "update with history" * graph-tool: update to new networkx API, be iterative * Test related improvements: * testexport.bbclass: Create tarballs for easy release * oe-selftest: introduce get_bb_vars() * oe-selftest: export test results via xmlrunner * oetest.py: Add install/uninstall functionality for DUTs * Add "uncovered" script to list python modules with no test coverage * Obsolete / no longer needed items removed (please see "Migration instructions" below for further details: * uclibc, since musl has now matured and is better maintained * Swabber, as it has been unmaintained and unused for some time and was never particularly effective * BitBake's "goggle" UI and standalone image-writer tool * DirectFB (moved to meta-oe) * tslib and related recipes (moved to meta-oe) * gcc 4.9 (in favour of gcc 6.2 / 5.4) ----------------- Known Issues ----------------- * devtool runqemu does not work unless DEPLOY_DIR_IMAGE is set https://bugzilla.yoctoproject.org/show_bug.cgi?id=10447 ------------------------ Migration instructions ------------------------ For details on changes that you might need to make when migrating to the Yocto Project 2.2 release from previous releases, please see the following manual section: https://www.yoctoproject.org/docs/latest/ref-manual/ref-manual.html#moving-to-the-yocto-project-2.2-release ----------------- Security Fixes ----------------- * boost: CVE-2012-2677 * busybox: CVE-2016-2147, CVE-2016-2148 * bzip2: CVE-2016-3189, CVE-2016-6318 * curl: CVE-2016-5419, CVE-2016-5420, CVE-2016-5421 * expat: CVE-2016-0718 * flex: CVE-2016-6354 * foomatic-filters: CVE-2015-8327, CVE-2015-8560 * gcc: CVE-2016-4490, CVE-2016-2226, CVE-2016-4488, CVE-2016-4489 * gnutls: CVE-2016-7444 * libpcre: CVE-2016-1283, CVE-2016-3191 * librsvg: CVE-2016-4347, CVE-2016-4348 * linux-yocto/4.1: CVE-2016-5195 (dirtycow) * openssh: CVE-2015-8325, CVE-2016-3115, CVE-2016-6210, CVE-2015-8325 * openssl: CVE-2016-2105, CVE-2016-2106, CVE-2016-2109, CVE-2016-2176, CVE-2016-2177, CVE-2016-2178, CVE-2016-2179, CVE-2016-2180, CVE-2016-2181, CVE-2016-2182, CVE-2016-2183, CVE-2016-6302, CVE-2016-6303, CVE-2016-6304, CVE-2016-6306, CVE-2016-7052 * perl: CVE-2015-8607, CVE-2016-1238, CVE-2016-2381, CVE-2016-6185 * python: CVE-2016-5636, CVE-2016-1000110, CVE-2015-1283, CVE-2016-0772 * python3: CVE-2016-5636, CVE-2015-1283, CVE-2016-0772 CVE-2016-1000110 * qemu: CVE-2016-2857, CVE-2016-2858, CVE-2016-3710, CVE-2016-3712, CVE-2015-8619, CVE-2015-8558, CVE-2016-1981, CVE-2016-2857 * tiff: CVE-2015-8665, CVE-2015-8683, CVE-2015-8781, CVE-2015-8784, CVE-2016-3186, CVE-2016-5321, CVE-2016-5323 * wpa_supplicant: CVE-2016-4476, CVE-2016-4477 * Fixed potential string formatting security issues (-Wformat-security) in bash, libidn, libuser, ltp, makedevs, stat, unzip, zip - ---------------- Recipe Upgrades - ---------------- * acpid: upgrade to 2.0.27 * adwaita-icon-theme: 3.18.0 -> 3.20 * alsa-lib: 1.1.0 -> 1.1.2 * alsa-plugins: 1.1.0 -> 1.1.1 * alsa-utils: 1.1.0 -> 1.1.2 * apt: Upgrade to 1.2.12 * atk: Upgrade 2.18.0 -> 2.20.0 * at-spi2-atk: Upgrade 2.18.1 -> 2.20.1 * at-spi2-core: Upgrade 2.18.3 -> 2.20.2 * at: upgrade to 3.1.20 * autogen-native: 5.18.6 -> 5.18.10 * babeltrace: update to 1.4.0 * bash: 4.3.39 -> 4.3.46 * bash-completion: update to 2.4 * bdwgc: update to 7.6.0 * binutils: Upgrade to 2.27 * bluez5: upgrade to 5.41 * boost: update to 1.61.0 * btrfs-tools: update to 4.7.1 * byacc: upgrade to 20160606 * cantarell-fonts: update to 0.0.24 * ccache: 3.2.4 -> 3.2.5 * clutter-1.0: Upgrade 1.24.2 -> 1.26.0 * clutter-gst-3.0: Upgrade 3.0.16 -> 3.0.18 * clutter-gtk-1.0: Upgrade 1.6.6 -> 1.8.0 * cmake: upgrade to 3.6.1 * connman: upgrade to 1.33 * cronie: upgrade to 1.5.1 * cups: upgrade to 2.1.4 * curl: upgrade to 7.50.1 * db: Upgrade to 6.0.35 * dbus: upgrade to 1.10.10 * debianutils: 4.7 -> 4.8 * desktop-file-utils-native: update to 0.23 * dhcp: upgrade to 4.3.4 * diffutils: upgrade to 3.4 * distcc: Upgrade to 3.2 * docbook-xsl-stylesheets: Upgrade 1.78.1 -> 1.79.1 * dosfstools: Upgrade 3.0.28 -> 4.0 * dpkg: Upgrade to 1.18.7 * dropbear: Upgrade 2015.71 -> 2016.74 * e2fsprogs: 1.42.99+1.43+git -> 1.43 * elfutils: Upgrade to 0.166 * epiphany: update to 3.20.3 * ethtool: upgrade to 4.6 * eudev: upgrade to 3.2 * expat: Upgrade 2.1.0 -> 2.2.0 * ffmpeg: update to 3.1.3 * file: 5.25 -> 5.28 * fontconfig: Upgrade 2.11.94 -> 2.12.1 * freetype: Upgrade 2.6.3 -> 2.6.5 * gcc5: Upgrade to gcc 5.4 * gcc: add 6.2.0 * gcr: upgrade to 3.20.0 * gdbm: upgrade to 1.12 * gdb: Upgrade to 7.11 * gdk-pixbuf: Upgrade 2.32.3 -> 2.34.0 * gettext: 0.19.6 -> 0.19.8.1 * gettext-minimal-native: 0.19.4 -> 0.19.8.1 * ghostscript: upgrade to 9.19 * git: 2.7.4 -> 2.9.3 * glew: upgrade to 2.0.0 * glib-2.0: 2.46.2 -> 2.48.2 * glibc: Update to 2.24 * glib-networking: Upgrade 2.46.1 -> 2.48.2 * gmp: 6.1.0 -> 6.1.1 * gnome-desktop3: update to 3.20.2 * gnome-themes-standard: Upgrade 3.18.0 -> 3.20.2 * gnu-efi: 3.0.3 -> 3.0.4 * gnupg: upgrade to 2.1.14 * gnutls: update 3.4.9 -> 3.5.3 * gobject-introspection: update to 1.48.0 * grep: upgrade to 2.25 * grub_git: Upgrade to latest tip * gsettings-desktop-schemas: Upgrade 3.19.3 -> 3.20.0 * gst-player: upgrade to latest HEAD * gstreamer1.0: upgrade to 1.8.3 * gtk+3: Upgrade 3.18.8 -> 3.20.9 * gtk+: Upgrade 2.24.29 -> 2.24.30 * guile: 2.0.11 -> 2.0.12 * gzip: upgrade to 1.8 * harfbuzz: upgrade to 1.3.0 * help2man-native: upgrade to 1.47.4 * icu: update to 57.1 * inputproto: Upgrade 2.3.1 -> 2.3.2 * iproute2: update 4.5.0 -> 4.7.0 * iso-codes: update to 3.70 * iw: update to version 4.7 * json-glib: Upgrade 1.0.4 -> 1.2.2 * kexec-tools: update to 2.0.12 * kmod: upgrade to 23 * leafpad: replaced with l3afpad * libarchive: Upgrade to v3.2.0 * libassuan: upgrade to 2.4.3 * libatomic-ops: upgrade to 7.4.4 * libbsd: 0.8.2 -> 0.8.3 * libcap: 2.24 -> 2.25 * libcap-ng: 0.7.7 -> 0.7.8 * libdrm: 2.4.67 -> 2.4.70 * libevdev: Upgrade 1.4.6 -> 1.5.2 * libgcrypt: upgrade to 1.7.3 * libgpg-error: Upgrade 1.21 -> 1.24 * libidn: 1.32 -> 1.33 * libinput: Upgrade 1.1.4 -> 1.4.1 * libjpeg-turbo: update to 1.5.0 * libksba: update to 1.3.4 * libmatchbox: Upgrade 1.11 -> 1.12 * libnewt/libnewt-python: upgrade to 0.52.19 * libnl: update to v3.2.28 * libpam: update to 1.3.0 * libpcre: 8.38 -> 8.39 * libpng: update to 1.6.24 * libproxy: update to version 0.4.13 * librsvg: upgrade to 2.40.15 * libsecret: upgrade to 0.18.5 * libsndfile1: 1.0.26 -> 1.0.27 * libsolv: upgrade to 0.6.23 * libsoup-2.4: Upgrade 2.52.2 -> 2.54.1 * libtasn1: upgrade to 4.9 * libunwind: Upgrade to 1.2rc1+ * liburcu: upgrade to 0.9.2 * libwebp: upgrade to 0.5.1 * libwnck3: upgrade to 3.20.1 * libxcb: upgrade to 1.12 * libxfixes: Upgrade 5.0.1 -> 5.0.2 * libxkbcommon: Upgrade 0.5.0 -> 0.6.1 * libxml2: upgrade to 2.9.4 * libxslt: update to 1.1.29 * libyaml: update to 0.1.7 * lighttpd: update to 1.4.41 * linux-firmware: update to revision 42ad5367 * linux-libc-headers: update to 4.8 final * linux-yocto/4.1: update to 4.1.33 * linux-yocto/4.4: update to v4.4.22 * linux-yocto/4.8: update to 4.8 -final release * linux-yocto-dev: bump to v4.8+ * linux-yocto-rt/4.1: update to rt23 * lsb: 4.1.0 -> 5.0 * lsbinitscripts: 9.64 -> 9.68 * lttng-modules: Update 2.7.3 -> 2.8.0+master * lttng-tools: Update 2.7.1 -> 2.8.1 * lttng-ust: Update 2.7.1 -> 2.8.1 * make: 4.1 -> 4.2.1 * man-pages: upgrade to 4.07 * matchbox-config-gtk: Upgrade to 0.2 * matchbox-desktop: Ugrade to 2.1 * matchbox-keyboard: Upgrade to 0.1.1 * matchbox-panel-2: Upgrade to 2.11 * matchbox-terminal: Upgrade to 0.1 * matchbox-theme-sato: Upgrade to 0.2 * matchbox-wm: Upgrade to 1.2.1 * mc: update to 4.8.17 * mesa-demos: Upgrade 8.2.0 -> 8.3.0 * mesa: Upgrade 11.1.1 -> 12.0.1 * mklibs-native: 0.1.40 -> 0.1.41 * mmc-utils: update to latest git version * mpfr: Upgrade to 3.1.4 * msmtp: update to 1.6.5 * musl: Update to v1.1.15 release * nasm: 2.11.08 -> 2.12.02 * ncurses: upgrade to 6.0+20160625 * neard: upgrade to 0.16 * nss: update to 3.25 * ofono: update to 1.18 * openssh: Upgrade 7.1p2 -> 7.3p1 * openssl: Upgrade 1.0.2g -> 1.0.2j * opkg: upgrade to v0.3.3 * opkg-utils: update SRCREV * orc: upgrade to 0.4.25 * pango: Upgrade 1.38.1 -> 1.40.1 * patchelf: Update to version 0.9 * pax-utils: upgrade to 1.1.6 * pciutils: upgrade to 3.5.1 * piglit: Upgrade version, use python3 * pixman: Upgrade 0.32.8 -> 0.34.0 * pkgconfig: update to version 0.29.1 * prelink: Move to latest version of prelink * procps: upgrade to 3.3.12 * pseudo: Upgrade to 1.8.1 * pulseaudio: 8.0 -> 9.0 * python3-native: Upgrade from 3.5.1 to 3.5.2 * python3-pip: Upgrade from 8.0.0 to 8.1.2 * python3-pygobject: Upgrade from 3.18.2 to 3.20.1 * python3: Upgrade from 3.5.1 to 3.5.2 * python-dbus: update to 1.2.4, port to python 3 * python-git: Upgrade python-git and python3-git to 2.0.7 * python-mako: Upgrade python-mako and python3-mako to 1.0.4 * python-native: Upgrade from 2.7.11 to 2.7.12 * python-numpy: Upgrade from 1.10.4 to 1.11.1 * python-pexpect: Upgrade from 4.0.1 to 4.2.0 * python-scons: Upgrade from 2.4.1 to 2.5.0 * python-setuptools: Upgrade to 22.0.5 * python: upgrade from 2.7.11 to 2.7.12 * qemu: 2.5.0 -> 2.7.0 * resolvconf: upgrade to 1.79 * rt-tests, hwlatdetect: upgrade to 2.0 * ruby: Upgrade to 2.2.5 * sato-screenshot: Upgrade to 0.3 * screen: upgrade to 4.4.0 * settings-daemon: Upgrade to 0.0.2 * slang: 2.2.4 -> 2.3.0 * sqlite3: upgrade to 3.14.1 * strace: 4.11 -> 4.13 * subversion: 1.9.3 -> 1.9.4 * sudo: upgrade to 1.8.17p1 * sysprof: Upgrade to git version slightly past 3.20 * sysstat: 11.3.4 -> 11.4.0 * systemd: upgrade to 230 * systemtap: update to 3.0 * tar: upgrade to 1.29 * tcf-agent: update to 1.4_neon_bugfix branch * tcl: 8.6.4 -> 8.6.6 * tzcode-native: Update to 2016g * tzdata: update to 2016g * util-linux: upgrade to 2.28.1 * vala: update to 0.32.1 * videoproto: Upgrade 2.3.2 -> 2.3.3 * vte: Upgrade to 0.44.2 * watchdog: update to 5.15 * wayland: Upgrade 1.9.0 -> 1.11.0 * webkitgtk: upgrade to 2.12.5 * weston: Upgrade 1.9.0 -> 1.11.0 * wget: 1.17.1 -> 1.18 * xcb-proto: upgrade to 1.12 * xf86-input-evdev: Upgrade 2.10.1 -> 2.10.3 * xf86-input-libinput: Upgrade 0.16.0 -> 0.19.0 * xf86-video-intel: Upgrade to recent git * xkeyboard-config: Upgrade to 2.18 * xproto: Upgrade 7.0.28 -> 7.0.29 * xrandr: Upgrade to 1.5.0 * xserver-xorg: update 1.18.4 |
|
[ANNOUNCEMENT] Yocto Project 2.1.2 (Krogoth 15.0.2) Released
Tracy Graydon <tracy.graydon@...>
Hello,
The latest release of the Yocto Project 2.1.2 (krogoth-15.0.2) is now available for download at: http://downloads.yoctoproject.org/releases/yocto/yocto-2.1.2/poky-krogoth-15.0.2.tar.bz2 http://mirrors.kernel.org/yocto/yocto/yocto-2.1.2/poky-krogoth-15.0.2.tar.bz2 A gpg signed version of these release notes is available at: http://downloads.yoctoproject.org/releases/yocto/yocto-2.1.2/RELEASENOTES Full pass test report is available at: https://wiki.yoctoproject.org/wiki/WW46_-_2016-11-10_-_Test_Cycle_2.1.2_rc1 Thanks go out to everyone for all their hard work during this release! Sincerely, Tracy Graydon Yocto Project Build and Release ------------------ yocto-2.1.2 Errata ------------------ Please note that we have added support for Eclipse Neon and have removed Luna support, as reflected below. Release Name: eclipse-poky-mars-krogoth-15.0.2 Branch: mars/krogoth Tag: mars/krogoth-15.0.2 Hash: 92aa0e79e8b01c56f0670af3cd8296ec68b43350 md5: 10c736f97fd1e7c519e27d9c987173c2 Download Locations: http://downloads.yoctoproject.org/releases/yocto/yocto-2.1.2/eclipse-poky-mars-krogoth-15.0.2.tar.bz2 http://mirrors.kernel.org/yocto/yocto/yocto-2.1.2/eclipse-poky-mars-krogoth-15.0.2.tar.bz2 Release Name: eclipse-poky-neon-krogoth-15.0.2 Branch: neon/krogoth Tag: neon/krogoth-15.0.2 Hash: a751bfdcb095bdc7bf8008b205b06adfdaad294f md5: e9613760c1b4b71eae120e53f9b21f57 Download Locations: http://downloads.yoctoproject.org/releases/yocto/yocto-2.1.2/eclipse-poky-neon-krogoth-15.0.2.tar.bz2 http://mirrors.kernel.org/yocto/yocto/yocto-2.1.2/eclipse-poky-neon-krogoth-15.0.2.tar.bz2 Release Name: meta-qt3-krogoth-15.0.2 Branch: krogoth Tag: krogoth-15.0.2 Hash: d5d5225ef78e403301a429d0f64bd4a262b0fa4d md5: c854634cf76c2e0a21d3f941684e6af6 Download Locations: http://downloads.yoctoproject.org/releases/yocto/yocto-2.1.2/meta-qt3-krogoth-15.0.2.tar.bz2 http://mirrors.kernel.org/yocto/yocto/yocto-2.1.2/meta-qt3-krogoth-15.0.2.tar.bz2 Release Name: meta-qt4-krogoth-15.0.2 Branch: krogoth Tag: krogoth-15.0.2 Hash: 92a72a790a427af5f85ce86fea4fce86a72c7b58 md5: 8ec0b619765d7caa3d514c5e4141e5ba Download Locations: http://downloads.yoctoproject.org/releases/yocto/yocto-2.1.2/meta-qt4-krogoth-15.0.2.tar.bz2 http://mirrors.kernel.org/yocto/yocto/yocto-2.1.2/meta-qt4-krogoth-15.0.2.tar.bz2 Release Name: poky-krogoth-15.0.2 Branch: krogoth Tag: krogoth-15.0.2 Hash: cca8dd15c8096626052f6d8d25ff1e9a606104a3 md5: 8c1821e1c4b1b06e6114eab4f7544a0f Download Locations: http://downloads.yoctoproject.org/releases/yocto/yocto-2.1.2/poky-krogoth-15.0.2.tar.bz2 http://mirrors.kernel.org/yocto/yocto/yocto-2.1.2/poky-krogoth-15.0.2.tar.bz2 --------------- Known Issues --------------- N/A --------------- Security Fixes --------------- python3: Security fix CVE-2016-1000110 python: Security fix CVE-2016-1000110 perl: fix CVE-2016-1238 openssl: Security fix CVE-2016-6306 openssl: Security fix CVE-2016-6304 openssl: Security fix CVE-2016-6303 openssl: Security fix CVE-2016-6302 openssl: Security fix CVE-2016-2182 openssl: Security fix CVE-2016-2181 openssl: Security fix CVE-2016-2180 openssl: Security fix CVE-2016-2179 openssl: Security fix CVE-2016-2178 cracklib: Apply patch to fix CVE-2016-6318 wpa_supplicant: Security Advisory-CVE-2016-4477 wpa_supplicant: Security Advisory-CVE-2016-4476 perl: fix CVE-2015-8607 perl: fix CVE-2016-6185 perl: fix CVE-2016-2381 qemu: Secuirty fix for CVE-2016-5403 qemu: Security fix for CVE-2016-4002 qemu: Security fix CVE-2016-6351 qemu: Security fix CVE-2016-4439 qemu: Security Fix CVE-2016-3712 qemu: Security Fix CVE-2016-3710 util-linux: Security fix for CVE-2016-5011 wget: Security fix CVE-2016-4971 openssh: Security fix CVE-2015-8325 openssh: Security fix CVE-2016-5615 openssh: Security fix CVE-2016-6210 curl: security fix for CVE-2016-7141 sudo: CVE-2015-8239 tiff: Security fix CVE-2016-5323 tiff: Security fix CVE-2016-5321 tiff: Security fix CVE-2016-3186 tiff: Security fix CVE-2015-8784 tiff: Security fix CVE-2015-8781 curl: security fix for CVE-2016-5421 curl: security fix for CVE-2016-5420 curl: security fix for CVE-2016-5419 --------------- Fixes --------------- bsp-guide: Updated the yocto-bsp create selections in the example. yocto-project-qs: Fixed Minnow MAX build example yocto-project-qs: Altered MinnowBoard MAX example bsp-guide: Fixed the yocto-bsp create example output binutils: fix AR issue when opkg is unpacking IPKs containing empty entries multilib_header: avoid sstate checksum issues for -nativesdk recipes tzdata: update to 2016g tzcode-native: Update to 2016g pulseaudio: Disable unit tests pigz: Update SRC_URI useradd: Fix infinite build loop libarchive: respect disable-acl configuration option useradd.bbclass: Strip trailing ';' in cmd params useradd: use bindir_native for pseudo PATH oeqa/buildiptables: Switch from netfilter.org to yoctoproject.org mirror python3: Fixes several python3 dependency problems documentation: Changes to support a 2.1.2 krogoth release. tiff: Update download URL perl: Correct perl path for ptest perl-native: backport libnm link fix perl: fix several perl test failures perl: some perl tests require libssp perl: set proper perl subversion number in config files dropbear: upgrade to 2016.72 busybox: Avoid race building libbb busybox: fix "sed n (flushes pattern space, terminates early)" testcase failure rpm: manually cleanup sysck rpm: ensure rpm2cpio call rpm relocation code rpm: make --nosignature work python-smartpm: use md5 as the digest for rpm_sys channel python-smartpm_git.bb: Add patch for debugging random errors python-smartpm: add support to check signatures python-smartpm: Avoid locale issue with bitbake python3 xserver-xf86-config: pre-load int10 and exa modules arch-mips.inc: Disable QEMU usermode usage when building with n32 ABI gobject-introspection.bbclass: disable introspection for -native and -nativesdk recipes cmake.bbclass: call cmake with a relative path useradd_base: avoid unintended expansion for useradd parameters binutils: advance SRCREV to obtain versioned symbols base.bbclass wipe ${S} before unpacking source bitbake.conf: set READELF for cross compilation Fix random python backtrace in mutlilib handling code. cml1: fix tasks after default [dirs] changed bitbake.conf/toolchain-scripts.bbclass: Remove debug prefix mappings in SDK gdb: Cache gnu gettext config vars for musl builds initramfs-live-boot: Make sure we kill udev before switching root when live booting e2fsprogs: Fix missing check for permission denied. busybox: Add parallel make fix busybox: Backport makefile fix from upstream busybox: Fix busybox-init on non-tty consoles npm: npm.bbclass now adds nodejs to RDEPENDS pulseaudio: fix crash when disconnecting bluetooth devices systemd: allow add users as a rootfs postprocess cmd systemd: Create missing sysusers offline meta/classes: fix bb.build.FuncFailed typos python{3}-numpy: Predefine of sizeof off_t on mips/mipsel/ppc gcc, qemuppc: Explicitly disable forcing SPE flags for 4.9 bitbake: lib/bb/tests/fetch: remove URL that doesn't exist anymore bitbake: toaster: Fix adding of bitbake variables containing ':' python3: update manifest RDEPENDS for importlib and compression packages python-3.5-manifest: Add argparse module python-3.5-manifest: Rename Queue module to queue python3-native: Extend python3-native rproviders python3-native: Change code style for rprovides yocto-uninative: Update to 1.0.1 tarball mesa-demos: Fix OpenGL ES configurability lzop: Fix build with gcc-6 musl: Fix mips regressions in 1.1.15 glibc: use the host locale archive in nativesdk builds base-files: restrict resize to run on serial consoles only in profile │· documentation: Updated manual revision list tables for August ref-manual: Fixed typo in the "Shared State" section. ref-manual: Review edits to the PR variable in glossary. ref-manual: Updated the RDEPENDS variable description in the glossary ref-manual: Updated the PR variable description. dev-manual: Review edits to the package installation section documentation: Updated manual revision tables for July 2016 date ref-manual: Updated the flag descriptions for shared state details dev-manual: Edits to the package feed creation section. ref-manual: Updated the DISTRO_FEATURES description of Bluez5 ref-manual: Updated SSTATE_MIRRORS examples to match reality dev-manual: Updated Runtime Testing for Package Installation dev-manual: Updated the method to set SimpleHTTPServer for testing ref-manual: Fixed a typo for installing "python3-git" dev-manual: Applied edits to the package feed section. ref-manual: Updated the UPSTREAM_CHECK_* variables. ref-manual: Review edits to the UPSTREAM_CHECK_* variables. dev-manual: Updated Host Server Machine Setup for package feeds ref-manual: Added note about installing Git-Python package ref-manual: Updates to the UPSTREAM_CHECK_* variables dev-manual: Review edits applied to the package feed build considerations. ref-manual: Edits to UPSTREAM_CHECK_* variables. ref-manual: Added descriptions for three UPSTREAM* variables. dev-manual: Updated Package Feed Creation sections ref-manual: Updated the INHIBIT_PACKAGE_STRIP variable ref-manual: Added BlueZ version 5 feature to distro feature section. sdk-manual: Fixed three broken links to sections within manual. sdk-manual: Updated configure.ac file in helloworld example. documentation: Set up for the 2.1.1 YP Release kernel-dev: Fix the locations of .config and source directory profile-manual: Added cross-reference links to INHIBIT_PACKAGE_STRIP ref-manual: Fixed *[doc] string for INHIBIT_PACKAGE_DEBUG_SPLIT |
|
[ANNOUNCEMENT] meta-intel 6.0 for Yocto Project "morty" 2.2 now available
Tracy Graydon <tracy.graydon@...>
All,
The meta-intel 6.0 layer for the Yocto Project 2.2 “morty" release and board support packages are now available for download. Tracy Graydon Intel Corporation meta-intel ------------- repo: git://git.yoctoproject.org/meta-intel branch: morty tag: 6.0-morty-2.2 hash: 0c42b70b33d0c7524dd71f9c40c47316fb548bbc download: http://downloads.yoctoproject.org/releases/yocto/yocto-2.2/meta-intel-6.0-morty-2.2.tar.bz2 md5sum: 6faa9141e60698b5307fb60039651416 BSP downloads -------------- Intel® Common Core BSP (intel-core2-32 and intel-corei7-64) https://www.yoctoproject.org/downloads/bsps/morty22/intel-core2-32 https://www.yoctoproject.org/downloads/bsps/morty22/intel-corei7-64 https://www.yoctoproject.org/downloads/bsps/morty22/intel-quark Downloads: http://downloads.yoctoproject.org/releases/yocto/yocto-2.2/machines/intel-core2-32/intel-core2-32-6.0-morty-2.2.tar.bz2 http://downloads.yoctoproject.org/releases/yocto/yocto-2.2/machines/intel-corei7-64/intel-corei7-64-6.0-morty-2.2.tar.bz2 http://downloads.yoctoproject.org/releases/yocto/yocto-2.2/machines/intel-quark/intel-quark-6.0-morty-2.2.tar.bz2 md5sums: 353378c819292edcaf7feac473a068ed intel-core2-32-6.0-morty-2.2.tar.bz2 3d557f41f565bfdaeceb984193d75288 intel-corei7-64-6.0-morty-2.2.tar.bz2 18847e8408e7f8431238e6117fcc070d intel-quark-6.0-morty-2.2.tar.bz2 New Features: ---------------- * Added Linux-Yocto 4.8 Kernel - Support newer Intel HW such as Broxton * Linux-Yocto 4.4 is the LTS kernel * Linux-Yocto 4.1 is the LTSI kernel * Added Runtime Machine Configurationk * Cleanup README Information Updates: ---------- Linux-Yocto 4.8.3 Linux-Yocto 4.4.26 Linux-Yocto 4.1.33 dpdk: Moved and updated DPDK to 16.07 lms: Updated to lms7_7.1.20 and lms8_8.0.0 xf86-video-ast: Upgrade to 1.1.5 intel-gpu-tools: Upgrade to 1.16 meta-isg: dpdk: Update v2.2.0 -> v16.04 meta-isg: qat16: update v2.3.0-34 -> v2.6.0-65 libva-intel-driver: update to 1.7.2 libva: update to 1.7.2 efilinux: update 1.0 -> 1.1 gstreamer-vaapi: Update to 1.8.2 iucode-tool: Update to 1.5 intel-microcode: Update to the 20160714 version Added thermald_1.5.3.bb Added openssl-qat_0.4.9-009.bb Added qat16_2.5.0-80.bb qat16_2.6.0-65.bb qat16.inc Added zlib-qat_0.4.7-002.bb |
|
[ANNOUNCEMENT] meta-intel 6.0 for Skylake Halo DDR4 RVP11 (Kabylake) support on Yocto Project "morty" 2.2 is now available
Rebecca Chang Swee Fun
Hi all,
We are pleased to announce the following meta-intel BSP layers for Skylake Halo DDR4 RVP 11 is now available for download.
Intel Skylake Halo DDR4 RVP11 (Kabylake) Yocto Project Version 2.2 - Morty. It is supported by Intel Common Core BSP.
Features supported in this release: - Linux kernel version 4.8.0 - Support integrated graphics (i915) - Support I/O devices - SATA, USB Host v2.0&3.0, HD Audio, EC UART - Support Saddle Brook platform in-chip Ethernet driver: e1000e - Support single displays (HDMI or DP) - Support resolution for DP & HDMI (3840x2160@30Hz/4096x2160@24Hz) - Support 2 Independent Displays (HDMI, DP) - Support 2D HW acceleration (Cairo) - Support 3D HW acceleration (GL4.3 and GLES2.0/3.1) - Support HW Media acceleration (H.264, HEVC, MPEG-2, VC-1, WMV, VP8, VP9) - Support HW Media encoding (H.264, HEVC, MPEG-2, VP8) - Support Media Players (Gstreamer-VAAPI)
Download Link: https://www.yoctoproject.org/downloads/bsps/morty22/skylake-halo-ddr4-rvp11-kabylake
Thank you.
Regards, Rebecca Chang |
|
[ANNOUNCEMENT] Yocto Project 2.0.3 (Jethro 14.0.3) Released
Tracy Graydon <tracy.graydon@...>
Hello,
The latest release of the Yocto Project 2.0.3 (jethro-14.0.3) is now available for download at: http://downloads.yoctoproject.org/releases/yocto/yocto-2.0.3/poky-jethro-14.0.3.tar.bz2 http://mirrors.kernel.org/yocto/yocto/yocto-2.0.3/poky-fido-14.0.3.tar.bz2 A gpg signed version of these release notes is available at: http://downloads.yoctoproject.org/releases/yocto/yocto-2.0.3/RELEASENOTES Full pass test report is available at: https://wiki.yoctoproject.org/wiki/WW50_-_2016-12-09_-_QA_Cycle_2.0.3.rc6 Thanks to everyone for all their work on this release! Sincerely, Tracy Graydon Yocto Project Build and Release ------------------- yocto-2.0.3 Errata --------------------- Release Name: eclipse-poky-mars-jethro-14.0.3 Branch: mars/jethro Tag: mars/jethro-14.0.3 Hash: e38ce99f413b832be4a8c6db5f739fed0041d2f4 md5: 3e3110fd0c8d8dda31407ee8f4233b24 Download Locations: http://downloads.yoctoproject.org/releases/yocto/yocto-2.0.3/eclipse-poky-mars-jethro-14.0.3.tar.bz2 http://mirrors.kernel.org/yocto/yocto/yocto-2.0.3/eclipse-poky-mars-jethro-14.0.3.tar.bz2 Release Name: meta-qt3-jethro-14.0.3 Branch: jethro Tag: jethro-14.0.3 Hash: b08996efbfb3b26e62b608f34ebf5e671b36ec61 md5: ae83d352e5c59ddc95e5d308428440fb Download Locations: http://downloads.yoctoproject.org/releases/yocto/yocto-2.0.3/meta-qt3-jethro-14.0.3.tar.bz2 http://mirrors.kernel.org/yocto/yocto/yocto-2.0.3/meta-qt3-jethro-14.0.3.tar.bz2 Release Name: poky-jethro-14.0.3 Branch: jethro Tag: jethro-14.0.3 Hash: adb34b8ddcd8cc34ae7d2b1b2e4b4d291d790f56 md5: a53a50132f73660f7ddfab19146ed994 Download Locations: http://downloads.yoctoproject.org/releases/yocto/yocto-2.0.3/poky-jethro-14.0.3.tar.bz2 http://mirrors.kernel.org/yocto/yocto/yocto-2.0.3/poky-jethro-14.0.3.tar.bz2 ---------------- Known Issues ---------------- N/A ---------------- Security Fixes ---------------- perl: CVE-2016-1238 perl: CVE-2015-8607 perl: CVE-2016-6185 perl: CVE-2016-2381 openssl: CVE-2016-6306 openssl: CVE-2016-6304 openssl: CVE-2016-6303 openssl: CVE-2016-6302 openssl: CVE-2016-2182 openssl: CVE-2016-2181 openssl: CVE-2016-2180 util-linux: CVE-2016-5011 qemu: CVE-2016-5403 qemu: CVE-2016-4002 qemu: CVE-2016-6351 qemu: CVE-2016-4439 qemu: CVE-2016-3712 qemu: CVE-2016-3710 wget: CVE-2016-4971 openssh: CVE-2015-8325 openssh: CVE-2016-5615 openssh: CVE-2016-6210 git: CVE-2016-2315 git: CVE-2016-2324 bind: CVE-2016-2088 tiff: CVE-2016-5323 tiff: CVE-2016-5321 tiff: CVE-2016-3186 libpcre: CVE-2016-3191 openssl: CVE-2016-2178 openssl: CVE-2016-2177 curl: CVE-2016-5421 curl: CVE-2016-5420 curl: CVE-2016-5419 libxml2: CVE-2016-4448 libxml2: CVE-2016-4447 libxml2: CVE-2016-3627 libxml2: CVE-2016-1833 libxml2: CVE-2016-1835 libxml2: CVE-2016-1837 libxml2: CVE-2016-4449 libxml2: CVE-2016-1836 libxml2: CVE-2016-1839 libxml2: CVE-2016-1838 libxml2: CVE-2016-1840 libxml2: CVE-2016-4483 libxml2: CVE-2016-1834 libxml2: CVE-2016-3705 libxml2: CVE-2016-1762 glibc: CVE-2016-4429 glibc: CVE-2016-3706 ---------------- Fixes ---------------- tzdata: update to 2016g tzcode-native: Update to 2016g init-install.sh: fix disk_size openssl: add a patch to fix parallel builds bitbake: fetch2/wget: fallback to GET if HEAD is rejected in checkstatus() bitbake: lib/bb/tests/fetch: remove URL that doesn't exist anymore bitbake: bb/tests/fetch: Update cups url perl-ptest.inc: fix tar call to prevent objcopy failure gcc: make sure header path is set correctly tzcode: update to 2016e wic: fix path parsing, use last occurrence bluez5: move btmgmt to common READLINE section documentation: Updated date in the manual revision tables. kernel-dev: Fix the locations of .config and source directory profile-manual: Added cross-reference links to INHIBIT_PACKAGE_STRIP ref-manual: Fixed *[doc] string for INHIBIT_PACKAGE_DEBUG_SPLIT yocto-project-qs: Added note for Fedora23 users documentation: Prepped for a 2.0.2 release toasterconf.json: exclude releases Toaster can't build wic: insert local Python paths at front |
|
[ANNOUNCEMENT] Yocto Project 2.0.3 (Jethro 14.0.3) Released: minor correction
Tracy Graydon <tracy.graydon@...>
Corrected version: link for kernel mirror was wrong.
Tracy Hello, The latest release of the Yocto Project 2.0.3 (jethro-14.0.3) is now available for download at: http://downloads.yoctoproject.org/releases/yocto/yocto-2.0.3/poky-jethro-14.0.3.tar.bz2 http://mirrors.kernel.org/yocto/yocto/yocto-2.0.3/poky-jethro-14.0.3.tar.bz2 A gpg signed version of these release notes is available at: http://downloads.yoctoproject.org/releases/yocto/yocto-2.0.3/RELEASENOTES Full pass test report is available at: https://wiki.yoctoproject.org/wiki/WW50_-_2016-12-09_-_QA_Cycle_2.0.3.rc6 Thanks to everyone for all their work on this release! Sincerely, Tracy Graydon Yocto Project Build and Release ------------------- yocto-2.0.3 Errata --------------------- Release Name: eclipse-poky-mars-jethro-14.0.3 Branch: mars/jethro Tag: mars/jethro-14.0.3 Hash: e38ce99f413b832be4a8c6db5f739fed0041d2f4 md5: 3e3110fd0c8d8dda31407ee8f4233b24 Download Locations: http://downloads.yoctoproject.org/releases/yocto/yocto-2.0.3/eclipse-poky-mars-jethro-14.0.3.tar.bz2 http://mirrors.kernel.org/yocto/yocto/yocto-2.0.3/eclipse-poky-mars-jethro-14.0.3.tar.bz2 Release Name: meta-qt3-jethro-14.0.3 Branch: jethro Tag: jethro-14.0.3 Hash: b08996efbfb3b26e62b608f34ebf5e671b36ec61 md5: ae83d352e5c59ddc95e5d308428440fb Download Locations: http://downloads.yoctoproject.org/releases/yocto/yocto-2.0.3/meta-qt3-jethro-14.0.3.tar.bz2 http://mirrors.kernel.org/yocto/yocto/yocto-2.0.3/meta-qt3-jethro-14.0.3.tar.bz2 Release Name: poky-jethro-14.0.3 Branch: jethro Tag: jethro-14.0.3 Hash: adb34b8ddcd8cc34ae7d2b1b2e4b4d291d790f56 md5: a53a50132f73660f7ddfab19146ed994 Download Locations: http://downloads.yoctoproject.org/releases/yocto/yocto-2.0.3/poky-jethro-14.0.3.tar.bz2 http://mirrors.kernel.org/yocto/yocto/yocto-2.0.3/poky-jethro-14.0.3.tar.bz2 ---------------- Known Issues ---------------- N/A ---------------- Security Fixes ---------------- perl: CVE-2016-1238 perl: CVE-2015-8607 perl: CVE-2016-6185 perl: CVE-2016-2381 openssl: CVE-2016-6306 openssl: CVE-2016-6304 openssl: CVE-2016-6303 openssl: CVE-2016-6302 openssl: CVE-2016-2182 openssl: CVE-2016-2181 openssl: CVE-2016-2180 util-linux: CVE-2016-5011 qemu: CVE-2016-5403 qemu: CVE-2016-4002 qemu: CVE-2016-6351 qemu: CVE-2016-4439 qemu: CVE-2016-3712 qemu: CVE-2016-3710 wget: CVE-2016-4971 openssh: CVE-2015-8325 openssh: CVE-2016-5615 openssh: CVE-2016-6210 git: CVE-2016-2315 git: CVE-2016-2324 bind: CVE-2016-2088 tiff: CVE-2016-5323 tiff: CVE-2016-5321 tiff: CVE-2016-3186 libpcre: CVE-2016-3191 openssl: CVE-2016-2178 openssl: CVE-2016-2177 curl: CVE-2016-5421 curl: CVE-2016-5420 curl: CVE-2016-5419 libxml2: CVE-2016-4448 libxml2: CVE-2016-4447 libxml2: CVE-2016-3627 libxml2: CVE-2016-1833 libxml2: CVE-2016-1835 libxml2: CVE-2016-1837 libxml2: CVE-2016-4449 libxml2: CVE-2016-1836 libxml2: CVE-2016-1839 libxml2: CVE-2016-1838 libxml2: CVE-2016-1840 libxml2: CVE-2016-4483 libxml2: CVE-2016-1834 libxml2: CVE-2016-3705 libxml2: CVE-2016-1762 glibc: CVE-2016-4429 glibc: CVE-2016-3706 ---------------- Fixes ---------------- tzdata: update to 2016g tzcode-native: Update to 2016g init-install.sh: fix disk_size openssl: add a patch to fix parallel builds bitbake: fetch2/wget: fallback to GET if HEAD is rejected in checkstatus() bitbake: lib/bb/tests/fetch: remove URL that doesn't exist anymore bitbake: bb/tests/fetch: Update cups url perl-ptest.inc: fix tar call to prevent objcopy failure gcc: make sure header path is set correctly tzcode: update to 2016e wic: fix path parsing, use last occurrence bluez5: move btmgmt to common READLINE section documentation: Updated date in the manual revision tables. kernel-dev: Fix the locations of .config and source directory profile-manual: Added cross-reference links to INHIBIT_PACKAGE_STRIP ref-manual: Fixed *[doc] string for INHIBIT_PACKAGE_DEBUG_SPLIT yocto-project-qs: Added note for Fedora23 users documentation: Prepped for a 2.0.2 release toasterconf.json: exclude releases Toaster can't build wic: insert local Python paths at front |
|
[ANNOUNCEMENT] Milestone 1 for Yocto Project 2.3 now available.
Tracy Graydon <tracy.graydon@...>
The first milestone release for Yocto Project 2.3 is available for download now.
Download: http://downloads.yoctoproject.org/releases/yocto/milestones/yocto-2.3_M1/ eclipse-poky/mars-master 92aa0e79e8b01c56f0670af3cd8296ec68b43350 eclipse-poky/neon-master a751bfdcb095bdc7bf8008b205b06adfdaad294f meta-qt3 f33b73a9563f2dfdfd0ee37b61d65d90197a456f meta-qt4 2c7f8df9039be498f8a2232d1428adb7f4e5e800 poky 573c646d4cc62dcd0c230381df4940bdf314d495 Test report: https://wiki.yoctoproject.org/wiki/WW52_-_2016-12-19_-_Full_Test_Cycle_2.3_M1_rc1 Thank you to everyone for your contributions. Tracy Graydon Yocto Project Build and Release |
|
ANNOUNCEMENT] Milestone 2 for Yocto Project 2.3 now available.
Tracy Graydon <tracy.graydon@...>
The second milestone release for Yocto Project 2.3 is available for download now.
Download: http://downloads.yoctoproject.org/releases/yocto/milestones/yocto-2.3_M2/ eclipse-poky/mars-master 92aa0e79e8b01c56f0670af3cd8296ec68b43350 eclipse-poky/neon-master 83e0083ef3a71e10039ace7d18057dddc154408b meta-qt3 f33b73a9563f2dfdfd0ee37b61d65d90197a456f meta-qt4 2c7f8df9039be498f8a2232d1428adb7f4e5e800 poky 226a508da955439b881b2f0a544a3aee76e59919 Test report: https://wiki.yoctoproject.org/wiki/WW06_-_2017-02-03_-_Full_Test_Cycle_2.3_M2_rc3 Thank you to everyone for your contributions. Tracy Graydon Yocto Project Build and Release |
|
[ANNOUNCEMENT] Yocto Project 2.2.1 (Morty 16.0.1) Released
Tracy Graydon <tracy.graydon@...>
Hello,
The latest release of the Yocto Project 2.2.1 (morty-16.0.1) is now available for download at: http://downloads.yoctoproject.org/releases/yocto/yocto-2.2.1/poky-morty-16.0.1.tar.bz2 http://mirrors.kernel.org/yocto/yocto/yocto-2.2.1/poky-morty-16.0.1.tar.bz2 A gpg signed version of these release notes is available at: http://downloads.yoctoproject.org/releases/yocto/yocto-2.2.1/RELEASENOTES Full pass test report is available at: https://wiki.yoctoproject.org/wiki/WW07_-_2017-02-13_-_Full_Point_Release_Test_Cycle_2.2.1_rc1 Thanks to everyone for all their work on this release! Sincerely, Tracy Graydon Yocto Project Build and Release ------------------- yocto-2.2.1 Errata --------------------- Release Name: eclipse-poky-mars-morty-16.0.1 Branch: mars/morty Tag: mars/morty-16.0.1 Hash: 92aa0e79e8b01c56f0670af3cd8296ec68b43350 md5: bb415aad88df2a752b5a0e9e7d6ef2e9 Download Locations: http://downloads.yoctoproject.org/releases/yocto/yocto-2.2.1/eclipse-poky-mars-morty-16.0.1.tar.bz2 http://mirrors.kernel.org/yocto/yocto/yocto-2.2.1/eclipse-poky-mars-morty-16.0.1.tar.bz2 Release Name: eclipse-poky-neon-morty-16.0.1 Branch: neon/morty Tag: neon/morty-16.0.1 Hash: 83e0083ef3a71e10039ace7d18057dddc154408b md5: 55ab5f6c4e3d98005a0d0b0d0dff83db Download Locations: http://downloads.yoctoproject.org/releases/yocto/yocto-2.2.1/eclipse-poky-neon-morty-16.0.1.tar.bz2 http://mirrors.kernel.org/yocto/yocto/yocto-2.2.1/eclipse-poky-neon-morty-16.0.1.tar.bz2 Release Name: meta-qt3-morty-16.0.1 Branch: morty Tag: morty-16.0.1 Hash: f33b73a9563f2dfdfd0ee37b61d65d90197a456f md5: 4f0320eafabe2ad95d916c820ac4b783 Download Locations: http://downloads.yoctoproject.org/releases/yocto/yocto-2.2.1/meta-qt3-morty-16.0.1.tar.bz2 http://mirrors.kernel.org/yocto/yocto/yocto-2.2.1/meta-qt3-morty-16.0.1.tar.bz2 Release Name: meta-qt4-morty-16.0.1 Branch: morty Tag: morty-16.0.1 Hash: 2c7f8df9039be498f8a2232d1428adb7f4e5e800 md5: 12d3398170b7e440ce90f4a83b8aae10 Download Locations: http://downloads.yoctoproject.org/releases/yocto/yocto-2.2.1/meta-qt4-morty-16.0.1.tar.bz2 http://mirrors.kernel.org/yocto/yocto/yocto-2.2.1/meta-qt4-morty-16.0.1.tar.bz2 Release Name: poky-morty-16.0.1 Branch: morty Tag: morty-16.0.1 Hash: 6a1f33cc40bfac33cf030fe41e1a8efd1e5fad6f md5: 3d9dcc4c150f99503ace308f78c7e03d Download Locations: http://downloads.yoctoproject.org/releases/yocto/yocto-2.2.1/poky-morty-16.0.1.tar.bz2 http://mirrors.kernel.org/yocto/yocto/yocto-2.2.1/poky-morty-16.0.1.tar.bz2 ---------------- Known Issues ---------------- n/a ---------------- Security Fixes ---------------- openssl: CVE: CVE-2017-3731 libx11: CVE-2016-7943 libX11: CVE-2016-7942 libXrandr: fix for CVE-2016-7947 and CVE-2016-7948 libxrender: CVE-2016-7949 libxml2: fix CVE-2016-4658 Disallow namespace nodes in XPointer points and ranges libxml2: Necessary changes before fixing CVE-2016-5131 curl: set CVE_PRODUCT tiff: set CVE_PRODUCT linux-yocto/4.x: CVE-2016-8655 tiff: Fix several CVE issues tiff: Security fix CVE-2016-9538 tiff: Security fix CVE-2016-9535 tiff: set CVE NAME libxml2: Security fix CVE-2016-5131 tiff: Security fix CVE-2016-9539 tiff: Security fix CVE-2016-9540 tiff: Security fix CVE-2016-3632 openssl: Security fix CVE-2016-7055 OpenSSL: CVE-2004-2761 replace MD5 hash algorithm tiff: Security fix CVE-2016-3658 qemu: fix CVE-2016-7909 cve-check.bbclass: CVE-2014-2524 / readline v5.2 openssh: fix CVE-2016-8858 qemu: fix CVE-2016-7423 and CVE-2016-7908 qemu: supplementary fix of CVE-2016-5403 tiff: Security fix CVE-2016-3622 tiff: Security fix CVE-2016-3623 tiff: Security fix CVE-2016-3991 tiff: Security fix CVE-2016-3990 tiff: Security fix CVE-2016-3945 systemd: CVE-2016-7795 ---------------- Fixes ---------------- build-appliance-image: Update to morty head revision classes: Fix alternatives and rc.d ordering bitbake: tinfoil: clean environment when starting up cooker bitbake: bitbake-worker: Handle cooker/worker IO deadlocking yocto-project-qs, poky.ent: Added "pexpect" to essential packages nspr: set correct version in pkg-config file attr/ea-acl: pass --disable-gettext when USE_NLS=no linux-dtb: strip DTB extension properly in postinst/postrm libxtst: 1.2.2 -> 1.2.3 binutils-2.27.inc: Fix alignment frags for aarch64 populate_sdk_ext: whitelist do_package tasks populate_sdk_ext: fix working with uninative sstate zlib: update SRC_URI to fix fetching build-appliance-image: Update to morty head revision Bump version for 2.2.1 morty release documentation: Prepare for 2.2.1 release dev-manual: Added cross-reference for tool-chain installation. dev-manual: Updated "Building an Initial RAM Filesystem (initramfs) Image" section dev-manual: Fixed "recipetool create" example dev-manual, ref-manual: Created new section on initramfs ref-manual, dev-manual: Removed term "wic-partitioned" dev-manual: Updated to the "Creating Partitioned Images" section ref-manual: Added WKS_FILE description for new variable sdk-manual: Added note about nullpointer error for launch eclipse meta-yocto-bsp: bump to the latest linux stable kernel for the non-x86 BSPs edgerouter.py: avoid python3 exception linux-yocto: Update genericx86* SRCREVs for linux-yocto 4.8 linux-yocto: Update genericx86* SRCREVs for linux-yocto 4.4 linux-yocto: Update genericx86* SRCREVs for linux-yocto 4.1 meta-yocto-bsp: bump to the latest stable linux kernel for the non-x86 BSPs bitbake: cookerdata: Convert multiconfig to use BB_CURRENT_MC bitbake: runqueue: Only start fakeroot workers when needed bitbake: runqueue: Ensure setscene tasks with overlapping stamps don't parallel execute bitbake: runqueue: Fix setscene issues with multiconfig bitbake: siggen: Fix clean_basepath to work with multiconfig bitbake: build/uihelper: Show better information about multiconfig tasks on UI bitbake: runqueue: Ensure pseudo executes from the correct place (use the right datastore with multiconfig) bitbake: bitbake: cooker: Handle inofity queue overflows more gracefully bitbake: bitbake: cooker: Fix world taskgraph generation issue bitbake: bitbake: utils: Avoid traceback errors libgcc-common: Don't apply symlinks for nativesdk bitbake.conf: Add inclusion of BB_CURRENT_MC.conf after local.conf uninative: Parameterise the use of STAGING_DIR selftest: wic: fix test_qemu utils: Always use datastore's PATH for host_gcc_version valgrind: make ld-XXX.so strlen intercept optional uninative: rebuild uninative for gcc 4.8 and 4.9 libxml2: Fix more NULL pointer derefs lib/oe/rootfs: fix log_check warnings being printed twice with RPM packaging libtiff: Update to 4.0.7 kernel-yocto: explicitly trap subcommand errors linux-yocto/4.8: update to -rt7 glibc: Enable backtrace from abort on ARM Use weak assignment for SERIAL_CONSOLES in qemu configuration files archiver: don't change directory when generating tarball grub2: fix some quirks and div by zero wic: Create a logical partition only when it is really mandatory libarchive: fix ALTERNATIVE_PRIORITY to avoid conflict cve-check: allow recipes to override the product name targetloader.py: drop test for ClassType linux-yocto-rt/4.4: update to -rt43 kern-tools: ensure that no shared directories are used linux-yocto/4.8: update to v4.8.12 linux-yocto/4.4: update to v4.4.36 linux-yoct/4.1: update to v4.1.36 linux-yocto/4.4/4.8: Fix remaining kernel_configcheck warnings in Intel BSPs linux-yocto/4.8: aufs warning and ixgbe calltrace diffutils: do_configure: fix "Argument list too long" kernel.bbclass: fix kernel_do_compile for KERNEL_IMAGETYPE = "vmlinux.gz" on mips kernel.bbclass: do not copy bundled initramfs to /boot kernel.bbclass: Avoid wildcards for kernel images kernel.bbclass: Use real filenames in kernel packages kernel.bbclass: allow uncompressed initramfs archives recipetool: fix encoding-related errors creating python recipes grub2: enforce -no-pie if supported by compiler subversion: Fix issues in LDFLAGS sed manipulation attr: Convert SSTATEPOSTINSTFUNCS to a do_install_append staging: Drop unused SYSROOT_LOCK kernel-yocto: exit on non-zero return code kern-tools: fix processing for no branch meta-data linux-yocto-dev: update to 4.9-rcX linux-yocto/4.8: update to v4.8.10 parselogs: Whitelist GPT warnings as the device is fully functional parselogs.py: Whitelist iwlwifi firmware load error messages scripts/send-pull-request: Avoid multiple chain headers terminal.py: Pass string instead of bytes to ExecutionError to avoid exception slang: Disable parallel make install systemd.bbclass: don't block on service restart perl: Fix ptest update hash of ExtUtils/Liblist/Kid.pm in customized.dat qemux86*.conf: set wic-related parameters pseudo: include fix for xattr corruption mesa: make sure GLES3 headers are installed insane: rewrite the expanded-d test as a QAPKGTEST insane: add QAPKGTEST, a package-wide equivilant to QAPATHTEST insane: factor out the test matrix processing insane: fix expanded-d test insane: Add aarch64 baremetal mappings to the QA arch test arch-arm64.inc: Include arch-armv7ve.inc kern-tools: error checking and tree generation fixes linux-yocto/4.4: update to v4.4.32 linux-yocto/4.8: update from v4.8.6 -> v4.8.8 linux-yocto/4.8: update to v4.8.6-rt5 linux-yocto/4.1: update to v4.1.35 linux-yocto/4.4: update to v4.4.30 linux-yocto/4.8: fix cryptodev compilation error linux-yocto/4.8: update to 4.8.6 conf: add C++ flags for uninative interoperatility binutils: Fix build for c293pcie PPC machine wic: fix function comment typos wic: check that filesystem is specified for a rootfs partition wic: make sure that partition size is always an integer in internal processing nfs-utils: fix protocol minor version fall-back cmake.bbclass: Set CXXFLAGS and CFLAGS qemu: update run-ptest script openssl: fix bashism in c_rehash shell script systemtap: fix native linking on recent Ubuntu systemtap: remove explicit msgfmt check systemd-bootdisk.wks: use PARTUUID libbsd: Fix build with musl db: disable the ARM assembler mutex code qemuarm64.conf: make runqemu's graphics work weston: Add no-input-device patch to 1.11.0. libbsd 0.8.3: BBCLASSEXTEND to native and nativesdk tzdata: update to 2016i tzcode: update to 2016i lib/oe/qa: handle binaries with segments outside the first 4kb Revert "epiphany: remove unnecessary libwnck3 dependency" Revert "libwnck3: remove the recipe" ref-manual: Added KERNEL_IMAGE_BASE_NAME change to 2.2 migration ref-manual: Updated KERNEL_IMAGE_BASE_NAME glossary description dev-manual: Added note about RPM not dealing with post-install ref-manual, dev-manual: Added references to SYSROOT_DIRS sdk-manual: Updated the section on adding docs to standard SDK bitbake: toaster: settings set ALLOWED_HOSTS to * in debug mode documentation: Added new appendix for customizing standard SDK ref-manual: Added api-documentation to distro features dev-manual: Fixed typo for "${INC_PR}.0" ref-manual: Fixed presentation of "openSUSE" in supported distros ref-manual: Updated the RDEPENDS variable description. dev-manual: Updated "Exporting Tests" section ref-manual: Updated the supported distro list for Morty. yocto-project-qs: Fixed typo ref-manual: Fixed tense issue for migration 2.2 section yocto-project-qs: Fixed the minnowboard example to use .wic and base bitbake: bitbake-worker: print full traceback instead of message only bitbake: data: fix exception handling in exported_vars() bitbake: siggen: Ensure taskhash mismatches don't override existing data bitbake: siggen: Pass basehash to worker processes and sanity check reparsing result bitbake: build: Ensure we preserve sigbasedata files as well as sigdata ones rm_work: Ensure we don't remove sigbasedata files sstate: Ensure we don't remove sigbasedata files gdb: update 7.11+git1a982b689c -> 7.11.1 subversion: fix "svnadmin create" fail on x86 classes/populate_sdk_ext: prevent invalid TEMPLATECONF entering eSDK oe-setup-builddir: fix TEMPLATECONF error message bash_3.2.x: update recipe version to match what we're shipping oe-pkgdata-util: Use standard verb form in help info. tzdata: Update to 2016h tzcode-native: update to 2016h testsdk.bbclass: Clean up comments, clarify image choices. texi2html: Allow compiling out-of-source valgrind: update to 3.12.0 libarchive: update to 3.2.2 libwnck3: remove the recipe epiphany: remove unnecessary libwnck3 dependency rt-tests: fix the recipe version to match upstream webkitgtk: remove lib_package inherit as executables are now installed in libexecdir gnome-desktop3: fix dependencies lttng-tools: do not install shared libraries in ptest package shadow: add nologin.8 to alternatives util-linux: add su.1 to update-alternatives busybox/mdev.conf: Ignore eMMC RPMB and boot block devices package_manager.py: correctly remove all dependent packages insane.bbclass:buildpaths: open() file with 'rb' classes/nativesdk: set SDK_OLDEST_KERNEL appropriately classes/populate_sdk_base: fix usage of & character in SDK_TITLE oe/copy_buildsystem.py: dereference symlink openssl: rehash actual mozilla certificates inside rootfs uboot-sign: fix do_concat_dtb for .img, .rom rpm: fix file location of rpm2cpio.real boost: disable 'wave' in MIPS16e mode slang: clean up options and dependencies slang: add PREMIRRORS to handle upstream moving tarballs classes/license: fix handling of symlinks pointed to in LIC_FILES_CHKSUM connman: fix bad file descriptor initialisation build-appliance-image: Fix incorrect PATH python: fix python-tests rdepends binutils-2.27: Fix linker segfaults when linking binary files bitbake: toaster: buildinfohelper Handle regex paths |
|
meta-intel 4.0 for Intel Atom SoC E3900 Family (Leaf Hill) support on Yocto Project "jethro" 2.0 is now available
Rebecca Chang Swee Fun
Hi all,
We are pleased to announce the following meta-intel BSP layers for Intel Atom SoC E3900 Family (Leaf Hill) is now available for download.
Intel Atom SoC E3900 Family (Leaf Hill) Yocto Project Version 2.0 - Jethro.
Features supported in this release: - Linux kernel version 4.1.27 - Support integrated graphics (i915) - Support I/O devices - Storage: SATA, SD card, eMMC, USB 2/3 host, USB device, SPI NOR Flash - Audio: HD Audio - LPSS: UART/HS-UART, PWM, SPI, I2C - Intel® Integrated Sensor Solution - Onboard ethernet: Intel® I210 Gigabit Ethernet - Single display (HDMI or DP) - Support Media Players (GStreamer-VAAPI) - Power Management: S3, S4, S5, Intel P-state driver, S0ix - USB dual role HW detection - Full duplex LPSS HS-UART Download Link: https://www.yoctoproject.org/downloads/bsps/jethro203/leaf-hill
Thank you.
Regards, Rebecca Chang |
|
[ANNOUNCEMENT] Milestone 3 for Yocto Project 2.3 now available.
Tracy Graydon <tracy.graydon@...>
The third milestone release for Yocto Project 2.3 is available for download now.
Download: http://downloads.yoctoproject.org/releases/yocto/milestones/yocto-2.3_M3/ eclipse-poky/mars-master 92aa0e79e8b01c56f0670af3cd8296ec68b43350 eclipse-poky/neon-master 83e0083ef3a71e10039ace7d18057dddc154408b meta-qt3 f33b73a9563f2dfdfd0ee37b61d65d90197a456f meta-qt4 2c7f8df9039be498f8a2232d1428adb7f4e5e800 poky 415b72ffcbd26e5f3664370d8b2a9b8105fb6342 Test report: https://wiki.yoctoproject.org/wiki/WW06_-_2017-02-03_-_Full_Test_Cycle_2.3_M2_rc3 Thank you. Tracy Graydon Yocto Project Build and Release |
|
[ANNOUNCEMENT] Yocto Project 2.3 (pyro 17.0.0) Released
Tracy Graydon <tracy.graydon@...>
Hello,
The latest release of the Yocto Project 2.3 (pyro-17.0.0) is now available for download at: http://downloads.yoctoproject.org/releases/yocto/yocto-2.3/poky-pyro-17.0.0.tar.bz2 http://mirrors.kernel.org/yocto/yocto/yocto-2.3/poky-pyro-17.0.0.tar.bz2 A gpg signed version of these release notes is available at: http://downloads.yoctoproject.org/releases/yocto/yocto-2.3/RELEASENOTES Full pass test report is available at: https://wiki.yoctoproject.org/wiki/2.3_QA_Status Thank you to everyone for all your hard work on this release! Sincerely, Tracy Graydon Yocto Project Build and Release tracy.graydon@... ------------------ yocto-2.3 Errata ------------------ Release Name: eclipse-poky-mars-pyro-17.0.0 Branch: mars/pyro Tag: mars/pyro-17.0.0 Hash: 92aa0e79e8b01c56f0670af3cd8296ec68b43350 md5: a42d4540e744651b8ededa1cdffef2d8 Download Locations: http://downloads.yoctoproject.org/releases/yocto/yocto-2.3/eclipse-poky-mars-pyro-17.0.0.tar.bz2 http://mirrors.kernel.org/yocto/yocto/yocto-2.3/eclipse-poky-mars-pyro-17.0.0.tar.bz2 Release Name: eclipse-poky-neon-pyro-17.0.0 Branch: neon/pyro Tag: neon/pyro-17.0.0 Hash: 83e0083ef3a71e10039ace7d18057dddc154408b md5: dc99a5c66980fb6fe2880be22390fd54 Download Locations: http://downloads.yoctoproject.org/releases/yocto/yocto-2.3/eclipse-poky-neon-pyro-17.0.0.tar.bz2 http://mirrors.kernel.org/yocto/yocto/yocto-2.3/eclipse-poky-neon-pyro-17.0.0.tar.bz2 Release Name: meta-qt3-pyro-17.0.0 Branch: pyro Tag: pyro-17.0.0 Hash: f33b73a9563f2dfdfd0ee37b61d65d90197a456f md5: 09d11c5281fe707f9803baa2c81313d5 Download Locations: http://downloads.yoctoproject.org/releases/yocto/yocto-2.3/meta-qt3-pyro-17.0.0.tar.bz2 http://mirrors.kernel.org/yocto/yocto/yocto-2.3/meta-qt3-pyro-17.0.0.tar.bz2 Release Name: meta-qt4-pyro-17.0.0 Branch: pyro Tag: pyro-17.0.0 Hash: e120a2193be3982d55741fb9e51472db6ab9a5cd md5: 4c5af189c711ff11de279e833306f681 Download Locations: http://downloads.yoctoproject.org/releases/yocto/yocto-2.3/meta-qt4-pyro-17.0.0.tar.bz2 http://mirrors.kernel.org/yocto/yocto/yocto-2.3/meta-qt4-pyro-17.0.0.tar.bz2 Release Name: poky-pyro-17.0.0 Branch: pyro Tag: pyro-17.0.0 Hash: 381897c64069ea43d595380a3ae913bcc79cf7e1 md5: 717ba46001eebb2ea52c2f38ba58bf7a Download Locations: http://downloads.yoctoproject.org/releases/yocto/yocto-2.3/poky-pyro-17.0.0.tar.bz2 http://mirrors.kernel.org/yocto/yocto/yocto-2.3/poky-morty-17.0.0.tar.bz2 ----------------------------- New Features / Enhancements ----------------------------- * Linux kernel 4.10, 4.9 (LTS/LTSI), 4.4 (LTS), and 4.1 (LTSI) * glibc 2.25 * gcc 6.3.0 * Major improvements to build robustness: - Recipe Specific Sysroots: we now use a sysroot per recipe instead of sharing one per machine, in order to avoid non-determinisic build results and intermittent failures as a result of any undeclared dependencies. - PATH is now filtered within build tasks, using symlinks to only allow calling whitelisted tools from the build host in order to reduce the possibility of host contamination * Replaced smart+rpm5 with dnf+rpm4 for more standard and widely-supported RPM functionality * Added recipes for golang compilers and tools * Added yocto-compat-layer.py script to validate Yocto Project compatible status * New recipes: acpica, go, go-native, go-cross, gstreamer1.0-vaapi, lzip, ovmf, python3-pycurl, python-pygpgme, python-iniparse, python-backports-lzma, libcomps, libpcre2, librepo, vulkan * Extended recipes to native: libbsd, time, expect, socat, gpgme, python-ptyprocess, python-pexpect, net-tools, python3-pip * Kernel-related changes: - kernel-yocto: add Link Time Optimization features for poky-tiny - kernel-yocto: firewire and audio configuration updates - kernel-yocto/features: enable TPM - kernel-yocto: ecryptfs, NFC and CAN bus config updates - kern-tools: flag CONFIG options with invalid spaces - kernel.bbclass: Give sanity check function an opt-out variable - kernel.bbclass: introduce INITRAMFS_IMAGE_NAME - kernel-module-split: Append KERNEL_VERSION string to kernel module package name - module.bbclass: allow overriding the location of Module.symvers - kernel-fitimage: Use compressed ramdisks in FIT images if available - linux-yocto: add dm-verity - Added support for Intel Memory Protection Extensions in linux-yocto and gcc-runtime - New tool scripts/tiny/ksum.py generates a combined summary of vmlinux and module sizes for a built kernel * General image generation improvements: - Enable generation of wic.bmap for genericx86/genericx86-64, beaglebone & edgerouter - Produce wic images for mpc8315e-rdb - Add support for compressing initramfs with lz4 - Add support for lzo compressed initial ramdisk - Add a core-image-tiny-initramfs image for creating image artifacts for use by tools such as wic - Add basic "container" image type - Allow configuring output file name with image-buildinfo class * wic changes: - Support 'msdos' fstype - Add WKS_FILE_DEPENDS variable - bootimg-pcbios: add support for syslinux vesamenu - Add --exclude-path option to rootfs source plugin. - image_types.bbclass: look for wks files in <layer>/wic - Add --fixed-size wks option - Add machine-specific kickstart files for mpc8315e-rdb, beaglebone, genericx86 & edgerouter under meta-yocto-bsp/wic to make them easier to find * runqemu / QEMU changes: - Add user mode (SLIRP) support to x86 QEMU targets - Allow using qemu from the host - Allow bypassing of network setup - Let command line parameters override defaults - Support UEFI with OVMF firmware - Support virtual TPM - Output network configuration * SDK changes: - Add cmake - Add libssp (if available) by default for stack-smashing protection - Add documentation packages to SDK if api-documentation is in DISTRO_FEATURES - Extended recipes to nativesdk: libbsd, libyaml, time, net-tools, libxml-parser-perl, libgcrypt, libgpg-error, tcl, gawk, json-glib, libcheck * devtool/recipetool changes: - Add --port/-P argument to devtool deploy for target connection - Optional npm install of devDependencies - Show recipetool create output in real time in "devtool add" - New "devtool rename" subcommand - Support postinst scripts when importing .deb packages * Build statistics (buildstats) improvements: - Added task-time, a simple buildstats analysis script - Record disk space usage and render in pybootchartgui - Show system utilization in pybootchartgui * BitBake changes: - New Task Explorer ("taskexp") UI replaces "depexp" acting as a more accurate viewer reflecting task dependencies - Monitor disk space at regular time intervals - New --runall command-line option to run all tasks in specific build target (obviates the need to create a do_*all task, e.g. do_fetchall or do_cleanall) - Better sanity checking for basehash changing - New multiconfig '*' syntax support - Made -q/--quiet option a level option, specify multiple times for more quiet output - Added Amazon AWS S3 fetcher - Reworked tinfoil API for utility scripts * Improved the ability to analyse signature/input changes: - Improved output readability and reliability of bitbake-diffsigs - classes/buildhistory: optionally collect task input/output signatures on every build - buildhistory-diff: add option to compare task signatures - bitbake-diffsigs: add an option to find and compare specific signatures - bitbake-dumpsig: Allow recipe and task to be specified * buildhistory-diff: report directory renames * classes/buildhistory: add layer name to source recipe data * Added acl to default DISTRO_FEATURES * Native/nativesdk recipes now built with their own DISTRO_FEATURES values to avoid unnecessary rebuilds * Allow udev-hwdb to be optional so you can remove it to save space (now an RRECOMMENDS) * Support xz-compressed patches * Added devupstream class to make it easy to add recipe variants that track an upstream development repository * ovmf: provide option and image recipe to enable Secure Boot * externalsrc.bbclass: Add task do_buildclean * rm_work.bbclass: allow preserving additional content * rm_work.bbclass: introduce do_build_without_rm_work * bitbake-layers: show-appends: add optional argument to limit package list * libdrm: enable etnaviv experimental support * Use xf86-input-libinput by default * webkitgtk: Add an option to disable opengl support * xserver-xorg: Enable glamor by default * u-boot: add support for timeout & default in extlinux.conf * u-boot: add option to specify FDT argument in extlinux.conf * Add oe-git-archive script for simply archiving and pushing build stats or other output to a git repo * terminal.bbclass: export configure vars * libc-package.bbclass: split binary localedata even more if asked to * openssl: Add support for many MIPS configurations * arch-mips: Add MIPS 64r6 N32 tune * initscripts: mount configfs if present * apt: enable scheduled maintenance scripts * opkg: enabled libsolv backend by default for more accurate dependency resolution * musl: enabled GObject introspection * package.bbclass: Add SHLIB detection support for mingw targets * gcc: create symlinks for gcov and gcov-tool for the target * Add QAPKGTEST, a package-wide equivalent to QAPATHTEST, for more efficient package QA tests * sstate: Make SSTATE_SCAN_CMD configurable using weak defaults * sstate: update .siginfo atime for local mirrors * cve-check: allow recipes to override the product name * Added manpages class to enable building documentation via api-documentation being in DISTRO_FEATURES * Include license text in LIC_FILES_CHKSUM validation error messages ----------------- Known Issues ----------------- * Signing of remote package feeds using PACKAGE_FEED_SIGN is not currently supported. See bug 11209 for details. * As detailed in bugs https://bugzilla.yoctoproject.org/show_bug.cgi?id=10832 and https://bugzilla.yoctoproject.org/show_bug.cgi?id=10881, an eSDK built on a machine with the host gcc version >= 5.0 cannot be installed on a machine where the host gcc version is 4.8 or 4.9. Therefore, the eSDK’s available on the downloads.yoctoproject.org site in release 2.3 are only for machines with host gcc version >= 5.0. As a workaround, if you need an eSDK for a machine with a gcc version < 5.0, you can build your own on a machine with that gcc version. To be explicit, an eSDK built on a machine with host gcc version of 4.8 will work on a machine with gcc version 4.8 or 4.9 or 5.0 or greater and one built on gcc version 4.9 will work on a machine with gcc version 4.9 or 5.0 or greater. ------------------------ Migration instructions ------------------------ For details on changes that you might need to make when migrating to the Yocto Project 2.3 release from previous releases, please see the following manual section: http://www.yoctoproject.org/docs/2.3/ref-manual/ref-manual.html#moving-to-the-yocto-project-2.3-release ----------------- Security Fixes ----------------- * bash: fix CVE-2016-9401 * binutils: Fix CVE-2017-6965 and CVE-2017-6966 * busybox: Security fix BUG9071 * busybox: Security fix CVE-2016-6301 * cmake: Backport fix to enable -Wformat-security * console-tools: fix string formatting issue * curl: Update to version 7.51.0 (fixes CVE-2016-8615, CVE-2016-8616, CVE-2016-8617, CVE-2016-8618, CVE-2016-8619, CVE-2016-8620, CVE-2016-8621, CVE-2016-8622, CVE-2016-8623, CVE-2016-8624, CVE-2016-8625) * expect: resolve string formatting issues * gcc: Fix CVE-2016-6131 in libiberty * gettext: fix formatting issues * ghostscript: CVE-2017-7207 * glibc: fix CVE-2016-6323 * gstreamer: update to 1.10.4 (CVE-2017-5847, CVE-2017-5848) * kexec-tools: Add patches to enable format-security * libpng12: Upgrade 1.2.56 -> 1.2.57 * libpng: Upgrade 1.6.26 -> 1.6.28 * libxml2: fix CVE-2016-4658 * libxml2: Fix more NULL pointer derefs * libxml2: Security fix CVE-2016-5131 * linux-yocto/4.1: fix CVE-2016-5195 (dirtycow) * linux-yocto/4.4: update to v4.4.26 (CVE-2016-5195 - dirtycow) * linux-yocto/4.4: update to v4.4.32 (CVE-2016-8630) * linux-yocto/4.x: CVE-2016-8655 * musl: Security fix CVE-2016-8859 * openssh: fix CVE-2016-8858 * openssl: CVE-2004-2761 * openssl: Security fix CVE-2016-7055 * qemu: display: CVE-2016-9908 * qemu: display: CVE-2016-9912 * qemu: fix CVE-2016-7423 and CVE-2016-7908 * qemu: fix CVE-2016-7909 * qemu: supplementary fix of CVE-2016-5403 * screen: update to 4.5.1 (CVE-2017-5618) * systemd: CVE-2016-7795 * tar: CVE-2016-6321 * tiff: Update to 4.0.7 (fixes CVE-2016-9297, CVE-2016-9448, CVE-2016-9273, CVE-2014-8127, CVE-2016-3658, CVE-2016-5875, CVE-2016-5652, CVE-2016-3632) * tiff: Fix CVE-2016-9533, CVE-2016-9534, CVE-2016-9536 and CVE-2016-9537 * tiff: fix CVE-2017-5225 * tiff: Security fix CVE-2016-3622 * tiff: Security fix CVE-2016-3623 * tiff: Security fix CVE-2016-3945 * tiff: Security fix CVE-2016-3990 * tiff: Security fix CVE-2016-3991 * tiff: Security fix CVE-2016-9535 * tiff: Security fix CVE-2016-9538 * tiff: Security fix CVE-2016-9539 * tiff: Security fix CVE-2016-9540 * unzip: CVE-2014-9913 CVE-2016-9844 ----------------- Recipe Upgrades ----------------- * acpid: Upgrade 2.0.27 -> 2.0.28 * adwaita-icon-theme: Upgrade 3.20 -> 3.22.0 * alsa-lib: 1.1.2 -> 1.1.3 * alsa-tools: 1.1.0 -> 1.1.3 * alsa-utils-scripts: update 1.1.2 -> 1.1.3 * alsa-utils: update 1.1.2 -> 1.1.3 * atk: Upgrade 2.20.0 -> 2.22.0 * at-spi2-atk: Upgrade 2.20.1 -> 2.22.0 * at-spi2-core: Upgrade 2.20.2 -> 2.22.0 * autogen-native: Update to version 5.18.12 * babeltrace: update to 1.5.2 * bash-completion: update to 2.5 * binutils: Upgrade to 2.28 release * bluez5: Upgrade 5.41 -> 5.43 * boost: update to 1.63.0 * btrfs-tools: update to 4.9.1 * byacc: upgrade to 20161202 * ca-certificates: update to 20161130 * cairo: Upgrade 1.14.6 -> 1.14.8 * ccache: Upgrade to v3.3.4 * clutter-gst-3.0: Update to version 3.0.22 * clutter-gtk-1.0: Update to version 1.8.2 * cmake: Update to 3.7.2 * cogl-1.0: Upgrade 1.22.0 -> 1.22.2 * coreutils: upgrade to 8.26 * cryptodev: update to handle 4.10 kernel API * cups: upgrade to 2.2.2 * curl: upgrade to 7.53.1 * dbus/dbus-test: upgrade to 1.10.14 * dbus-glib 0.106 -> 0.108 * debianutils: 4.8 -> 4.8.1 * dhcp: 4.3.4 -> 4.3.5 * diffutils: 3.4 -> 3.5 * dosfstools: upgrade to 4.1 * dpkg: Upgrade to 1.18.10 * dtc: update to 1.4.2 * e2fsprogs 1.43 -> 1.43.4 * ed: update to 1.14.1 * elfutils: 0.166 -> 0.168 * epiphany: update to 3.22.6 * ethtool: Upgrade 4.6 -> 4.8 * eudev: Upgrade to 3.2.1 * ffmpeg: update to 3.2.4 * file: 5.28 -> 5.30 * flac: 1.3.1 -> 1.3.2 * flex: upgrade to 2.6.2 * freetype: Upgrade 2.6.5 -> 2.7.1 * gawk: Update to version 4.1.4 * gcc6: Upgrade to 6.3.0 * gdb: Upgrade to 7.12.1 * gdk-pixbuf: 2.34.0 -> 2.36.5 * ghostscript 9.19 -> 9.20 * git: upgrade to 2.11.1 * glib-2.0: Upgrade 2.48.2 -> 2.50.3 * glibc: Update to 2.25 release * glib-networking: Upgrade 2.48.2 -> 2.50.0 * gmp: Update to 6.1.2 * gnome-desktop3: update to 3.22.2 * gnome-themes-standard: Upgrade 3.20.2 -> 3.22.2 * gnu-efi: 3.0.4 -> 3.0.5 * gnupg: 2.1.14 -> 2.1.18 * gnutls: update to 3.5.9 * gobject-introspection: update to 1.50.0 * gpgme: 1.6.0 -> 1.8.0 * grep: upgrade to 3.0 * grub-git: Upgrade to tip of master * gsettings-desktop-schemas: Upgrade 3.20.0 -> 3.22.0 * gst-player: Upgrade to recent git revision * gstreamer: update to 1.10.4 * gtk+3: Upgrade 3.20.9 -> 3.22.8 * gtk-icon-utils-native: Upgrade 3.20.9 -> 3.22.1 * gtk+: Upgrade 2.24.30 -> 2.24.31 * guile: 2.0.12 -> 2.0.14 * harfbuzz: Upgrade 1.3.0 -> 1.4.1 * hdparm: 9.48 -> 9.51 * icu: update to 58.2 * ifupdown: upgrade to 0.8.16 * iproute2: upgrade to 4.10.0 * iptables: upgrade to 1.6.1 * iso-codes: update to 3.74 * iw: upgrade to 4.9 * kbd: update to 2.0.4 * kexec-tools: Update to 2.0.14 * less: 481 -> 487 * libarchive: update to 3.2.2 * libdrm: Upgrade 2.4.70 -> 2.4.75 * libepoxy: upgrade to 1.4.0 * libevdev: Upgrade 1.5.2 -> 1.5.6 * libfm: update to 1.2.5 * libgcrypt: 1.7.3 -> 1.7.6 * libgpg-error: Update to version 1.26 * libgudev: Upgrade 230 -> 231 * libinput: Upgrade 1.4.1 -> 1.6.1 * libjpeg-turbo: Upgrade 1.5.0 -> 1.5.1 * libksba: update to 1.3.5 * libnl: update to 3.2.29 * libnotify : 0.7.6 -> 0.7.7 * libpcap: Update to version 1.8.1 * libpcre: 8.39 -> 8.40 * libpng12: Upgrade 1.2.56 -> 1.2.57 * libpng: Upgrade 1.6.24 -> 1.6.28 * libproxy: update to version 0.4.14 * libsamplerate0: 0.1.8 -> 0.1.9 * libsdl2: update to 2.0.5 * libsolv: upgrade to 0.6.26 * libsoup-2.4: Upgrade 2.54.1 -> 2.56.0 * libtasn1: Upgrade 4.9 -> 4.10 * libunistring: Update version 0.9.6 -> 0.9.7 * liburcu: update to 0.9.3 * liburi-perl: update to 1.71 * libusb1: upgrade 1.0.20 -> 1.0.21 * libva: Import from meta-intel and update to 1.7.3 * libwebp: update to 0.6.0 * libx11-diet: Upgrade 1.6.3 -> 1.6.4 * libx11: Upgrade 1.6.3 -> 1.6.4 * libxfixes: Upgrade 5.0.2 -> 5.0.3 * libxfont2: Add recipe * libxfont: Upgrade 1.5.1 -> 1.5.2 * libxi: Upgrade 1.7.6 -> 1.7.9 * libxkbcommon: 0.6.1 -> 0.7.1 * libxpm: Upgrade 3.5.11 -> 3.5.12 * libxrandr: Update to version 1.5.1 * libxrender: Upgrade 0.9.9 -> 0.9.10 * libxtst: Upgrade 1.2.2 -> 1.2.3 * libxvmc: Upgrade 1.0.9 -> 1.0.10 * libxv: Upgrade 1.0.10 -> 1.0.11 * lighttpd: Upgrade 1.4.42 -> 1.4.45 * linux-firmware: update to revision a4dde74b * linux-libc-headers: introduce 4.10 and set as default * linux-yocto/4.10: update to v4.10.9 * linux-yocto/4.1: update to v4.1.38 * linux-yocto/4.4: update to v4.4.60 * linux-yocto/4.9: update to v4.9.21 * linux-yocto-dev: update to v4.11+ * linux-yocto-rt/4.4: update to -rt43 * linux-yocto-rt/4.9: update to 4.9-rt6 * ltp: upgrade to 20170116 * lttng-modules: update to 2.9.1 * lttng-tools: update to 2.9.4 * lttng-ust: upgrade to 2.9.0 * m4: 1.4.17 -> 1.4.18 * man-pages: 4.07 -> 4.09 * matchbox-wm: Upgrade 1.2.1 -> 1.2.2 * mc: Upgrade 4.8.17 -> 4.8.18 * mdadm: upgrade to version 4.0 * menu-cache: Upgrade 1.0.1 -> 1.0.2 * mesa: Update to 17.0.2 * mklibs-native: 0.1.41 -> 0.1.43 * mmc-utils: Upgrade to latest git version * mpfr: 3.1.4 -> 3.1.5 * mpg123: update to 1.23.8 * msmtp: update to 1.6.6 * mtd-utils: Upgrade to 2.0.0 * musl: Upgrade to 1.1.16+ on master (54807d47ace) * ncurses: 6.0+20160625 -> 6.0+20161126 * neon: Upgrade 0.30.1 -> 0.30.2 * netbase: upgrade to version 5.4 * nettle: Update to version 3.3 * nfs-utils: 1.3.3 -> 1.3.4 * npth: update to 1.3 * nspr: update to 4.13.1 * nss: update to 3.28.1 * ofono: update 1.18 -> 1.19 * openssh: upgrade to 7.4p1 * openssl: Updgrade 1.0.2j -> 1.0.2k * opkg: upgrade to v0.3.4 * opkg-utils: bump to 0.3.4+git1a708fd73d10c * orc: Upgrade 0.4.25 -> 0.4.26 * pango: Upgrade 1.40.1 -> 1.40.3 * pax-utils: 1.1.6 -> 1.2.2 * pciutils: 3.5.1 -> 3.5.2 * pcmanfm: upgrading to 1.2.5 * perl: Upgrade to 5.24.0 * perl: Upgrade to 5.24.1 * piglit: Upgrade to current master * pigz: Update to version 2.3.4 * poky: make 4.10 the qemu* default * poky-tiny: Bump default kernel version to 4.9 * presentproto: Upgrade 1.0 -> 1.1 * pseudo: update to 1.8.2 * pulseaudio: 9.0 -> 10.0 * puzzles: Upgrade and fix with clang * python3-docutils: upgrade to 0.13.1 * python3-numpy: upgrade to 1.11.2 * python3-pip: upgrade to 9.0.1 * python3-pygobject: upgrade to 3.22.0 * python3-setuptools: upgrade to 31.1.1 * python*-git: Upgrade to version 2.1.1 * python*-mako: upgrade to 1.0.6 * python-numpy: upgrade to 1.11.2 * python-pexpect: upgrade to 4.2.1 * python-scons*: upgrade to 2.5.1 * python: Upgrade both python and python-native to 2.7.13 * qemu: Upgrade to 2.8.0 * quilt: 0.64 -> 0.65 * readline: Update to version 7.0 * rpcbind: 0.2.3 -> 0.2.4 * ruby: upgrade to 2.4.0 * screen: update to 4.5.1 * serf: Update to version 1.3.9 * shared-mime-info 1.6 -> 1.8 * slang: 2.3.0 -> 2.3.1a * socat: 1.7.3.1 -> 1.7.3.2 * sqlite3: 3.14.1 -> 3.17.0 * strace: 4.13 -> 4.16 * subversion: Upgrade 1.9.4 -> 1.9.5 * sudo: 1.8.17p1 -> 1.8.19p2 * swig: 3.0.8 -> 3.0.12 * sysprof: update to 3.22.3 * sysstat: upgrade to 11.5.4 * systemd-bootchart: upgrade to 231 * systemd: Upgrade to 232 * systemtap: update to 3.1 * taglib: Update to 1.11.1 * texinfo: upgrade from 6.0 to 6.3 * tiff: Update to 4.0.7 * tzcode-native: update to 2017b * tzdata: update to 2017b * u-boot: Update to 2017.01 release * util-linux: 2.28.1 -> 2.29.1 * util-macros: Upgrade 1.19.0 -> 1.19.1 * vala: update to 0.34.4 * valgrind: update to 3.12.0 * vte: Upgrade 0.44.2 -> 0.46.1 * wayland: upgrade from 1.11.0 to 1.13.0 * webkitgtk: update to 2.14.5 * weston: Upgrade 1.11.0 -> 2.0.0, separate libweston * wget: 1.18 -> 1.19.1 * wpa-supplicant: 2.5 -> 2.6 * x264: Update to latest on stable branch (2b741f81e5) * xauth: Upgrade 1.0.9 -> 1.0.10 * xf86-input-evdev: Upgrade 2.10.3 -> 2.10.5 * xf86-input-keyboard: Upgrade 1.8.1 -> 1.9.0 * xf86-input-libinput: Upgrade 0.19.0 -> 0.24.0 * xf86-input-mouse: Upgrade 1.9.1 -> 1.9.2 * xf86-input-synaptics: Upgrade 1.8.3 -> 1.9.0 * xf86-video-intel: Upgrade to recent git revision * xf86-video-omap: Upgrade 0.4.4 -> 0.4.5 * xf86-video-vmware: Upgrade 13.1.0 -> 13.2.1 * xinput-calibrator: use up-to-date git version * xkeyboard-config: 2.18 -> 2.20 * xproto: Upgrade 7.0.29 -> 7.0.31 * xserver-xorg: Upgrade 1.18.4 -> 1.19.1 * xz: upgrade to 5.2.3 * yocto-uninative: Update to the 1.6 release * zlib: Upgrade 1.2.8 -> 1.2.11 |
|
[ANNOUNCEMENT] meta-intel 7.0 for Yocto Project "pyro" 2.3 now available
Tracy Graydon <tracy.graydon@...>
All,
The meta-intel 7.0 layer for the Yocto Project 2.3 “pyro" release and board support packages are now available for download. Tracy Graydon Intel Corporation meta-intel ------------- repo: git://git.yoctoproject.org/meta-intel branch: pyro tag: 7.0-morty-2.3 hash: 7e8f98aa326f16edd679a95f7bb2daf4256479f3 download: http://downloads.yoctoproject.org/releases/yocto/yocto-2.3/meta-intel-7.0-pyro-2.3.tar.bz2 md5sum: fbb56931de38a5b0f6702982c0e73183 New Features: ---------------- linux-intel 4.9 kernel for an Intel maintained LTS based Linux Kernel Added QEMU support for call meta-intel MACHINE targets Updates: ---------- Linux-Yocto: 4.10.15 Linux-Intel: 4.9.27 Linux-Yocto 4.8.12 Linux-Yocto 4.4.60 Linux-Yocto 4.1.39 README: Update information for pyro release linux-intel: Update SRCREVs linux-intel: Update to 4.9.20 linux-intel/4.9: Update yocto-kernel-cache SRCREV intel-microcode: Update to latest 20170511 maintainer: Update Maintainer list rmc: update SRCREV for rmc recipe rmc: update license file checksum rmc: integration update libyami: update to verssion 1.1.0 libyami-utils: update to verssion 1.1.0 DPDK: updated to 17.02 libva-intel-driver: Update to 1.7.3 thermald: updated to 1.5.4 Updated broxton-m machine subtype kernel SRCREV systemd-boot: update 230 -> 232 Added: ------- libyami - Yet Another Multimedia Interface |
|
meta-intel with 7th Generation Intel® Core Halo Reference Platform support for Yocto Project v2.3 "Pyro" now available
Ng, Mei Yeen <mei.yeen.ng@...>
Hi all,
We are pleased to announce the following meta-intel BSP layers for 7th Generation Intel® Core Halo Reference Platform is now available for download.
Yocto Project Version: 2.3 (Pyro)
Features supported in this release:
- 64-bit system with Intel Linux kernel version v4.9.27
- Support I/O devices: SATA, USB Host v2.0 & 3.0, HD Audio, EC UART - Support 7th Generation Intel® Core Halo Reference Platform onboard Ethernet driver: e1000e
- Support integrated graphics (i915)
- Support single displays (HDMI or DP)
- Support resolution for DP & HDMI (3840x2160@30Hz/4096x2160@24Hz)
- Support 2 Independent Displays (HDMI, DP)
- Support 2D HW acceleration (Cairo)
- Support 3D HW acceleration (GL4.3 and GLES2.0/3.1)
- Support HW Media acceleration (H.264, HEVC, MPEG-2, VC-1, WMV, VP8, VP9)
- Support HW Media encoding (H.264, HEVC, MPEG-2, VP8)
- Support Media Players (GStreamer-VAAPI)
Download Link: https://www.yoctoproject.org/downloads/bsps/pyro23/7th-generation-intel%C2%AE-core-halo-reference-platform
Thank you.
Intel Corporation |
|
[ANNOUNCEMENT] Milestone 1 for Yocto Project 2.4 now available.
Tracy Graydon <tracy.graydon@...>
The first milestone release for Yocto Project 2.4 is available for download now.
Download: http://downloads.yoctoproject.org/releases/yocto/milestones/yocto-2.4_M1/ eclipse-poky-mars 92aa0e79e8b01c56f0670af3cd8296ec68b43350 eclipse-poky-neon 83e0083ef3a71e10039ace7d18057dddc154408b meta-qt3 f33b73a9563f2dfdfd0ee37b61d65d90197a456f meta-qt4 033509ebc1eb0d13290a7a3f0c2772ed58712c34 poky 6964efddd31c479386d1643c1025bc102710392f Test report: https://wiki.yoctoproject.org/wiki/WW25_-_2017-06-22_-_Full_Test_Cycle_2.4_M1_rc1 Thank you. Tracy Graydon Yocto Project Build and Release |
|
Oryx Linux 0.2.0 Released
Eilís Ní Fhlannagáin
Back in May, we introduced our Oryx Linux project and let you know about our ambitions for the v0.2.0 release. We’re now pleased to announce that v0.2.0 has been released!
Introduction --- Oryx Linux is an embedded Linux® distribution based around the Yocto Project and OpenEmbedded. It incorporates a lightweight container runtime engine to bring the benefits of containerisation to the embedded sector without disrupting existing developer workflows. Please see our previous blog post at http://oryx-linux.org/2017/05/03/overview for more details. Key Features and Supported Platforms --- Oryx Linux v0.2.0 consists of the following components: - Host system images for all supported platforms which are ready for installation and usage. These images include the usual selection of command line tools and services which make up a simple Linux distribution. They are kept lightweight so as not to impose a burden on memory and storage usage in embedded devices. - Two example guest container images for each supported platform: - A minimal image consisting of only those components required to provide a functional guest container. - A full-cmdline image consisting of those same components plus additional convenience packages found in more desktop-oriented command line environments. - The oryxcmd tool, included in the host images, to manage guest containers. This tool supports the configuration of sources from which guest container images may be obtained. Guest containers are then created by fetching an available image from a registered source and configuring the container runtime engine. Both guests and sources may be removed when they are no longer needed. - A source release consisting of a snapshot of Bitbake and the OpenEmbedded metadata layers which were used to produce the above images. This source release may be used to re-build Oryx Linux images as needed but also to extend Oryx Linux to support new devices and new guest container images. In this release, Oryx Linux images are provided for the Raspberry Pi and Raspberry Pi 3 devices, as well as the emulated qemux86 platform. Oryx Lite --- Oryx Lite is a stripped down configuration of Oryx Linux for platforms which do not support all containerisation features of the full Oryx Linux distribution. Instead, a selection of application-focused native images are made available. In this release, Oryx Lite consists of a minimal image and a full-cmdline image for the Arduino Yún platform. As the feature set of Oryx Linux is expanded in upcoming releases, all features which do not depend on the container runtime will be made available as part of Oryx Lite. Further Details For further details please see the release notes at https://downloads.toganlabs.com/oryx/distro/0.2.0/RELEASE_NOTES.txt or the full documentation at https://downloads.toganlabs.com/oryx/docs/0.2.0/html/ For support requests, bug reports or other feedback please open an issue in the Togán Labs bug tracker at https://bugs.toganlabs.com/ or contact us at support@... Raspberry Pi is a trademark of the Raspberry Pi Foundation. Linux® is the registered trademark of Linus Torvalds in the U.S. and other countries. ---- Beth 'pidge' Flanagan CTO/CEO Togán Labs Ltd. www.toganlabs.com | pidge@... |
|
[ANNOUNCEMENT] Yocto Project 2.1.3 (Krogoth 15.0.3) Released
Tracy Graydon <tracy.graydon@...>
Hello,
The latest release of the Yocto Project 2.1.3 (krogoth-15.0.3) is now available for download at: http://downloads.yoctoproject.org/releases/yocto/yocto-2.1.3/poky-krogoth-15.0.3.tar.bz2 http://mirrors.kernel.org/yocto/yocto/yocto-2.1.3/poky-krogoth-15.0.3.tar.bz2 A gpg signed version of these release notes is available at: http://downloads.yoctoproject.org/releases/yocto/yocto-2.1.3/RELEASENOTES Full pass test report is available at: https://wiki.yoctoproject.org/wiki/WW26_-_2017-30-06_-_Full_Pass_2.1.3_rc2 Thanks to everyone for their contributions to this release! Sincerely, Tracy Graydon Yocto Project Build and Release ------------------ yocto-2.1.3 Errata -------------------- Release Name: eclipse-poky-mars-krogoth-15.0.3 Branch: mars/krogoth Tag: mars/krogoth-15.0.3 Hash: 92aa0e79e8b01c56f0670af3cd8296ec68b43350 md5: 189fbccd3f2dc176bc156089b94fb05b Download Locations: http://downloads.yoctoproject.org/releases/yocto/yocto-2.1.3/eclipse-poky-mars-krogoth-15.0.3.tar.bz2 http://mirrors.kernel.org/yocto/yocto/yocto-2.1.3/eclipse-poky-mars-krogoth-15.0.3.tar.bz2 Release Name: eclipse-poky-neon-krogoth-15.0.3 Branch: neon/krogoth Tag: neon/krogoth-15.0.3 Hash: 83e0083ef3a71e10039ace7d18057dddc154408b md5: b6ca7d65be9083e1ce4b967d9c8a852e Download Locations: http://downloads.yoctoproject.org/releases/yocto/yocto-2.1.3/eclipse-poky-neon-krogoth-15.0.3.tar.bz2 http://mirrors.kernel.org/yocto/yocto/yocto-2.1.3/eclipse-poky-neon-krogoth-15.0.3.tar.bz2 Release Name: meta-qt3-krogoth-15.0.3 Branch: krogoth Tag: krogoth-15.0.3 Hash: d5d5225ef78e403301a429d0f64bd4a262b0fa4d md5: 50c2217fdc18c56d59322bdbc3b4040c Download Locations: http://downloads.yoctoproject.org/releases/yocto/yocto-2.1.3/meta-qt3-krogoth-15.0.3.tar.bz2 http://mirrors.kernel.org/yocto/yocto/yocto-2.1.3/meta-qt3-krogoth-15.0.3.tar.bz2 Release Name: meta-qt4-krogoth-15.0.3 Branch: krogoth Tag: krogoth-15.0.3 Hash: 92a72a790a427af5f85ce86fea4fce86a72c7b58 md5: cf3f3554e03321c30906708330f3a97e Download Locations: http://downloads.yoctoproject.org/releases/yocto/yocto-2.1.3/meta-qt4-krogoth-15.0.3.tar.bz2 http://mirrors.kernel.org/yocto/yocto/yocto-2.1.3/meta-qt4-krogoth-15.0.3.tar.bz2 Release Name: poky-krogoth-15.0.3 Branch: krogoth Tag: krogoth-15.0.3 Hash: 3cf0e093481ea260d4f41bed24336ea7f0102bde md5: 4cebb5adf1f6de3f55a7d5755509686f Download Locations: http://downloads.yoctoproject.org/releases/yocto/yocto-2.1.3/poky-krogoth-15.0.3.tar.bz2 http://mirrors.kernel.org/yocto/yocto/yocto-2.1.3/poky-krogoth-15.0.3.tar.bz2 --------------- Known Issues --------------- N/A --------------- Security Fixes --------------- openssl: Security fix CVE-2016-2177 tiff: Security fix CVE-2016-9538 tiff: Security fix CVE-2016-9535 tiff: Security fix CVE-2016-9539 tiff: Security fix CVE-2016-9540 tiff: Security fix CVE-2016-3632 tiff: Security fix CVE-2016-3658 expat: CVE-2012-6702, CVE-2016-5300 openssl: Security fix CVE-2016-8610 tiff: Security fix CVE-2016-3622 tiff: Security fix CVE-2016-3623 tiff: Security fix CVE-2016-3991 tiff: Security fix CVE-2016-3990 tiff: Security fix CVE-2016-3945 curl: CVE-2016-8625 curl: CVE-2016-8624 curl: CVE-2016-8623 curl: CVE-2016-8622 curl: CVE-2016-8621 curl: CVE-2016-8620 curl: CVE-2016-8619 curl: CVE-2016-8618 curl: CVE-2016-8617 curl: CVE-2016-8616 curl: CVE-2016-8615 qemu: Security fix CVE-2016-4952 qemu: Security fix CVE-2016-4439 --------------- Fixes --------------- initrdscripts/init-install*: Add rootwait when installing to USB devices bitbake: siggen: Make calc_taskhash match get_taskhash for file checksums package_ipk: Clean up Source entry in ipk packages documentation: Updated all manual revision tables to June, 2017 oeqa/selftest/recipetool: actually fix create_github test build-appliance-image: Update to krogoth head revision grub2: enforce -no-pie if supported by compiler build-appliance-image: Update to krogoth head revision poky: Update version to 2.1.3 rootfs_rpm: Increase rootfs size oeqa/selftest: lock down Meson git revision for reliability oeqa/runtime/rpm: use su instead of sudo libunwind: Fix build race conflict with gcc and musl selftest/recipetool: Fix test for krogoth webkitgtk: fix racy double build of WebKit2-4.0.gir cryptodev-linux: update SRC_URI pseudo: Work around issues with glibc 2.24 pseudo: obey our LDFLAGS openssl.inc: avoid random ptest failures openssl: fix do_configure error when cwd is not in @INC openssl: prevent warnings from openssl-c_rehash.sh openssl: Ensure SSL certificates are stored on sysconfdir openssl: Add Shell-Script based c_rehash utility openssl: fix add missing dependencies building for test directory openssl: fix add missing `make depend` command before `make` library openssl: Fix MIPS64be and add MIPS64le mesa: update SRC_URI libpng -lsb: update SRC_URI libxslt: update SRC_URI libpng: update SRC_URI back to SF libpcre: update SRC_URI zlib: update SRC_URI to fix fetching populate_sdk_ext: whitelist do_package tasks populate_sdk_ext: fix working with uninative sstate oeqa: fix hasPackage, add hasPackageMatch tzdata: update to 2016i tzcode: update to 2016i tzdata: Update to 2016h tzcode-native: update to 2016h weston: Add no-input-device patch to 1.9.0. gstreamer1.0-libav: Add 'valgrind' config option nss: Disable warning on deprecated API usage binutils: apply RPATH fixes from our libtool patches binutils: fix typo in libtool patch classes/native: set lt_cv_sys_lib_dlsearch_path_spec classes/cross: set lt_cv_sys_lib_dlsearch_path_spec rm_work: Ensure we don't remove sigbasedata files sstate: Ensure we don't remove sigbasedata files documentation: Updated YP set for 2.1.3 Krogoth release in May '17 bitbake: lib/bb/checksum: avoid exception on broken symlinks bitbake: fetch2/wget: attempt checkstatus again if it fails bitbake: siggen: Ensure taskhash mismatches don't override existing data bitbake: siggen: Pass basehash to worker processes and sanity check reparsing result bitbake: build: Ensure we preserve sigbasedata files as well as sigdata ones Revert "file: update SRCREV for 5.25 to fix fetch fail on missing commit" file: update SRCREV for 5.25 to fix fetch fail on missing commit bitbake: bitbake: toaster: settings set ALLOWED_HOSTS to * in debug mode dev-manual: Fixed typo for "${INC_PR}.0" documentation: Updated manual rev tables for Dec 2016 2.1.2 release |
|
[ANNOUNCEMENT] Yocto Project 2.3.1 (pyro 17.0.1) Released
Tracy Graydon <tracy.graydon@...>
Hello,
The latest release of the Yocto Project 2.3.1 (pyro-17.0.1) is now available for download at: http://downloads.yoctoproject.org/releases/yocto/yocto-2.3.1/poky-pyro-17.0.1.tar.bz2 http://mirrors.kernel.org/yocto/yocto/yocto-2.3.1/poky-pyro-17.0.1.tar.bz2 A gpg signed version of these release notes is available at: http://downloads.yoctoproject.org/releases/yocto/yocto-2.3.1/RELEASENOTES Full pass test report is available at: https://wiki.yoctoproject.org/wiki/WW29_-_2017-07-18-_Full_Test_Cycle_-_2.3.1_rc2 Thank you to everyone for your contributions on this release! Tracy Graydon Yocto Project Build and Release tracy.graydon at intel.com ------------------ yocto-2.3.1 Errata ------------------ Release Name: eclipse-poky-mars-pyro-17.0.1 Branch: mars/pyro Tag: mars/pyro-17.0.1 Hash: 92aa0e79e8b01c56f0670af3cd8296ec68b43350 md5: 6dc814439b7469dd5ed76ce752b262c1 Download Locations: http://downloads.yoctoproject.org/releases/yocto/yocto-2.3.1/eclipse-poky-mars-pyro-17.0.1.tar.bz2 http://mirrors.kernel.org/yocto/yocto/yocto-2.3.1/eclipse-poky-mars-pyro-17.0.1.tar.bz2 Release Name: eclipse-poky-neon-pyro-17.0.1 Branch: neon/pyro Tag: neon/pyro-17.0.1 Hash: 83e0083ef3a71e10039ace7d18057dddc154408b md5: ea7e1e5eb218cc4ac38d1393092ccf60 Download Locations: http://downloads.yoctoproject.org/releases/yocto/yocto-2.3.1/eclipse-poky-neon-pyro-17.0.1.tar.bz2 http://mirrors.kernel.org/yocto/yocto/yocto-2.3.1/eclipse-poky-neon-pyro-17.0.1.tar.bz2 Release Name: meta-qt3-pyro-17.0.1 Branch: pyro Tag: pyro-17.0.1 Hash: f33b73a9563f2dfdfd0ee37b61d65d90197a456f md5: bd3087bdef5683b73240ef30f23b5618 Download Locations: http://downloads.yoctoproject.org/releases/yocto/yocto-2.3.1/meta-qt3-pyro-17.0.1.tar.bz2 http://mirrors.kernel.org/yocto/yocto/yocto-2.3.1/meta-qt3-pyro-17.0.1.tar.bz2 Release Name: meta-qt4-pyro-17.0.1 Branch: pyro Tag: pyro-17.0.1 Hash: e120a2193be3982d55741fb9e51472db6ab9a5cd md5: 6a8126ed32c86aba3df975a7e8671e97 Download Locations: http://downloads.yoctoproject.org/releases/yocto/yocto-2.3.1/meta-qt4-pyro-17.0.1.tar.bz2 http://mirrors.kernel.org/yocto/yocto/yocto-2.3.1/meta-qt4-pyro-17.0.1.tar.bz2 Release Name: poky-pyro-17.0.1 Branch: pyro Tag: pyro-17.0.1 Hash: 6bd890d9e011014cf323e61267f8b256949d44aa md5: 6deb722f128908355c95528cb9ae7086 Download Locations: http://downloads.yoctoproject.org/releases/yocto/yocto-2.3.1/poky-pyro-17.0.1.tar.bz2 http://mirrors.kernel.org/yocto/yocto/yocto-2.3.1/poky-pyro-17.0.1.tar.bz2 --------------- Known Issues --------------- N/A --------------- Security Fixes --------------- binutils: fix CVE-2017-7210 binutils: fix CVE-2017-7209 in readelf libxslt: Fix CVE-2017-5029 ghostscript: CVE-2016-7977, CVE-2016-7978, CVE-2016-7979, CVE-2017-9216 ghostscript: CVE-2016-8602, CVE-2017-7975 binutils: fix CVE-2017-6969 in readelf rpcbind: Fix CVE-2017-8779 binutils: Fix CVE-2017-8392 cve-check.bbclass: make warning contain CVE IDs cve-check-tool: backport a patch to make CVE checking work bash: CVE-2016-0634 --------------- Fixes --------------- Revert "bitbake.conf: Add sdl-config to HOSTTOOLS if using host SDL" bitbake: siggen: Make calc_taskhash match get_taskhash for file checksums bitbake: fetch: fix handling of files with incorrect checksums from a premirror ref-manual: uClibc Replaced by musl from Yocto 2.2 dev-manual: Fixed a DocBook issue with formatting "bug-id" sdk-manual: Updated the note for building SDK Installer ref-manual: Updated LAYERRECOMMENDS variable documentation: Prepared 2.3.1 release variables and dates ref-manual: Updated PACKAGECONFIG_CONFARGS variable ref-manual: Added warning to native.bbclass for naming convention ref-manual: Updated PACKAGECONFIG_CONFARGS variable description yocto-project-qs: Updated the YP Development Flow figure dev-manual, sdk-manual: Fixed link to Eclipse section dev-manual: Fixed broken link into the setting up Eclipse section ref-manual: Added LAYERRECOMMENDS variable description ref-manual: Updated LAYERDEPENDS variable description ref-manual: Updated image-live.bbclass description ref-manual: Enhanced the glossary description for INHERIT ref-manual: Fixed typo for "Installation" package_ipk: Clean up Source entry in ipk packages mkelfimage: Fix broken patch when building native automake: Backport perl 5.22 fix bitbake.conf: Add sdl-config to HOSTTOOLS if using host SDL piglit: add patches for unbuildable surfaceless Mesa test piglit: add patch for lack of gbm_bo_map piglit: depend on virtual/egl image-vm: Avoid use of fold, tac and paste commands for DISK_SIGNATURE kernel: predefine KBUILD_BUILD_USER and KBUILD_BUILD_HOST oeqa/selftest: lock down Meson git revision for reliability scriptutils: fix fetch_uri() to work with RSS cryptodev-linux: update SRC_URI staging: Allow BB_LIMITEDDEPS to avoid BB_TASKDEPDATA sstate: Ensure native/cross recipes have relocation of HOSTTOOLS_DIR python.inc: Fix python2/3 hosttools path references rpm: Ensure macros file doesn't reference HOSTTOOLS GNU_MIRROR: switch from ftp to https DEBIAN_MIRROR: switch from ftp to http useradd: remove preinst script referring to recipe sysroot useradd.bbclass: Handle COMPONENTS_DIR when restoring state bitbake.conf: Add COMPONENTS_DIR for ${STAGING_DIR}-components yocto-project-qs: Updated output for git clone of meta-intel. yocto-project-qs: Updated git clone output for pyro poky. ref-manual: Removed section on checking for build-time dependencies. ref-manual, dev-manual: replaced "depexp" with "taskexp" ref-manual: Removed text surrounding BB_SETSCENE_VERIFY_FUNCTION* vars dev-manual: Cleaned up "Gdbserver" term dev-manual: Updated a few occurrences of "dnf" to "DNF" dev-manual: Changed "Dnf" to "DNF" for consistency ref-manual: Added links for variables ref-manual: Added 4 DISTRO_FEATURES* variable descriptions. ref-manual, dev-manual: Completed first draft of 2.3 migration section. ref-manual: Applied 2.3 Migration review comments. ref-manual: Added new glossary entries for HOSTTOOLS* variables. |
|
[ANNOUNCEMENT] Milestone 2 for Yocto Project 2.4 now available
Tracy Graydon <tracy.graydon@...>
The second milestone release for Yocto Project 2.4 is available for download now.
Download: http://downloads.yoctoproject.org/releases/yocto/milestones/yocto-2.4_M2/ eclipse-poky-mars 92aa0e79e8b01c56f0670af3cd8296ec68b43350 eclipse-poky-neon 83e0083ef3a71e10039ace7d18057dddc154408b meta-qt3 f33b73a9563f2dfdfd0ee37b61d65d90197a456f meta-qt4 d52c38ad9f0a617b9ad5048a872a9e97b3af5b44 poky 9ed748a542b520c1cb763d981969233c0f5efd4e Test report: https://wiki.yoctoproject.org/wiki/WW32_-_2017-08-09_-_Full_Test_Cycle_2.4_M2_rc3 Thank you. Tracy Graydon Yocto Project Build and Release |
|