The Yocto Project Release 1.4 has just been announced. This release codenamed “Dylan” and based on Poky 9.0.0 is the sixth release of the project. The Yocto Project is a framework that creates embedded Linux distributions, and has been getting more and more traction with silicon vendors such as Intel, Freescale and Texas Instruments.
Yocto Project 1.4 bring the following new features and updates:
- Major performance improvements – The overall build time has been reduced by more than 10%. Kernel build time is reduced by about 25%. With rm_work enabled, 40% less storage will be used for the tmp directory.
- Smart, a replacement for zypper
- Support for read-only rootfs
- Wayland support, an X replacement.
- Systemd support, a replacement for the system V init daemon.
- Usability improvements to HOB, bitbake, yocto-bsp and other tools, including UI improvements, new features and bug fixes.
- Documentation improvement/update and a new kernel development manual and profiling manual.
- A complete rewrite of the yocto-autobuilder to allow for easier configuration, faster build times, and easier to maintain code
- Support for postinstall scripts to run at roofs creation time, which will reduce image boot time.
- Support for both the Linux 3.8 kernel and LTSI (3.4) kernel
- Over 400 bugs fixed
You can download The Yocto Project 1.4 to give it a try. Alternatively, you can also retrieve the code via git:
1 |
git clone -b dylan git://git.yoctoproject.org/poky.git |
For further details, you can visit Yocto Project 1.4 Features page.
The next version (The Yocto Project 1.5) will be released in October 2013, as the project follows a 6-month release schedule. Yocto Project 1.5 Features page is still work in progress, but the next release will focus on improving developer experience, validation automation, and further performance improvement. A list of bugs and enhancements is also available.
Jean-Luc started CNX Software in 2010 as a part-time endeavor, before quitting his job as a software engineering manager, and starting to write daily news, and reviews full time later in 2011.
Support CNX Software! Donate via cryptocurrencies, become a Patron on Patreon, or purchase goods on Amazon or Aliexpress
You seem to be confusing ‘yocto’ with ‘poky’ a lot in the article. Please don’t do that. See https://plus.google.com/100242854243155306943/posts/B3FqZpWRbPS and https://plus.google.com/100242854243155306943/posts/erkYezwGV2z
@Koen Kooi
I see, so it seems poky is just the default option for Yocto, but it’s up to you to use other options.
You may want to tell the Yocto guys as well, because in https://www.yoctoproject.org/download/yocto-project-14-poky-900, they mention:
“Release Notes
Yocto Project 1.4 “Dylan” Release (poky 9.0.0)”
and when they explain how to download Yocto 1.4, you can either using git:
“git clone -b dylan git://git.yoctoproject.org/poky.git”
and “The latest major release of the Yocto Project, 1.4 “dylan”, is now available for download at:
http://downloads.yoctoproject.org/releases/yocto/yocto-1.4/poky-dylan-9.0.0.tar.bz2“
You made a typo in your last paragraph: “The next version (The Yocto Project 1.5) will be released in October 2014, ”
It will be released this October, not in the next year.
@Wolfi
Thanks! I can’t write a post without this type of mistake 🙁
I have just got my WandBoard-solo and want to do a Linux kernel, u-boot and RFS build. I have Yocto 1.4 installed and running an armv5a BSP. What config files do I have to change, what sources do I have to download to get a WandBoard build done?
Pointer to relevant documentations and will be helpful.
@Norman
Instructions to build a Wandboard distribution with Yocto: http://www.elinux.org/Getting_started_with_Yocto_on_Wandboard