123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475 |
- Release next
- Release v0.8
- * Add Debian Sid Ports support
- * Add Debian Bullseye support
- * Drop Debian Jessie support
- * Add Ubuntu Focal support
- * Add RISC-V architecture support
- * Add MIPSel architecture support
- * Add STM32MP15x eval board target
- * Add NanoPi NEO board target
- * Add HiFive Unleashed board target
- * Add qemuriscv64 virtual target
- * Update BitBake version to 1.46.2 release
- * Update WIC to the revision b85a09ea4
- * Update U-Boot version to 2020.10
- * Update linux-mainline version to 5.4.70
- * Migrate CI to Avocado Framework
- * Split CI on fast and full builds
- * Add Sstate (Shared State) Cache support
- * Add Ccache support
- * Add deb-src caching support
- * Add UEFI boot with systemd-boot
- * Add CPIO image type (initramfs like filesystem) generation support
- * Add VMWare/Virtualbox image generation support
- * Add containerized filesystem and sdk generation support
- * Add initramfs generation support
- * Add multiple image types support
- * Add Linux Kernel Selftests recipe
- * Add prebuilt debs injecting support
- * Add devshell and devshell_nodep targets
- * Add git-buildpackage support
- * Add buildstats generation and pybootchartgui
- * Force running GPG-agent on demand
- * Allow clear-text passwords for users
- * Add compat architecture support via multiarch
- * Add image versioning
- * Add build dependencies defining support for debianization
- * Add multiple DTBs deploying support
- * Add BB_NO_NETWORK option
- * Migrate to deb.debian.org in apt sources.list
- * Add AUTOREV support for SRCREV
- * Add support for patches in sub-directories
- * Add rootfs postprocessing
- * Allow downgrades when installing packages
- * Deprecate isar-image
- Release v0.7
- * Improved CI scripts
- * Added setting of root (encrypted) password
- * Added support for UBI file system images
- * Added support of "apt://" in SRC_URI to fetch/unpack/rebuild an upstream package
- * Renamed example-hello to hello-isar to avoid collisions with Debian hello
- * Moved debian distro conf files from meta-isar to meta
- * Added support of tar.gz images
- * Debian "raw" packages are built using the whole dpkg-buildpackage workflow
- * Supported host system >= stretch
- * bitbake updated to the 19dee675
- * Added LeMaker HiKey board support
- * Added Terasic DE0-Nano-SoC support
- * Added option to create local apt repo caching upstream Debian packages
- Release v0.6
- * Migration to deboostrap from multistrap as later is deprecated
- * WIC support is integrated
- * Added cross compilation support
- * Added SDK root filesystem creation
- * Added Debian buster support
- * Dropped wheezy support
- * Added Banana Pi support
- Release v0.5
|