On 02/16/2018 11:52 AM, Jan Kiszka wrote: > Flush of my remaining queue: > - improvements for mount and umount > - arm64 target > - copyright and credit enhancements > CI failed on wheezy, log is attached. I saw the same problem when mount sys/dev via '--bind'. Alex > Jan > > Jan Kiszka (8): > Mount devtmpfs read-only into chroot > isar-events: Wait for failing umounts > isar-events: Do not match on distro and arch > Add Debian arm64 support to the core > Add qemuarm64-stretch multiconfig > Add qemuarm64-stretch to CI > build-kernel.sh: Add copyright header > Enhance credits > > README.md | 2 +- > meta-isar/conf/local.conf.sample | 1 + > meta-isar/conf/machine/qemuarm64.conf | 7 +++++ > meta-isar/conf/multiconfig/qemuarm64-stretch.conf | 20 +++++++++++++ > meta-isar/recipes-core/images/files/setup.sh | 18 +++++++++--- > meta/classes/dpkg-base.bbclass | 2 +- > meta/classes/isar-events.bbclass | 34 +++++++++++++--------- > meta/recipes-devtools/buildchroot/buildchroot.bb | 2 +- > meta/recipes-devtools/buildchroot/files/setup.sh | 18 +++++++++--- > .../isar-apt/files/distributions.in | 2 +- > meta/recipes-kernel/linux/files/build-kernel.sh | 8 +++++ > scripts/ci_build.sh | 1 + > 12 files changed, 90 insertions(+), 25 deletions(-) > create mode 100644 meta-isar/conf/machine/qemuarm64.conf > create mode 100644 meta-isar/conf/multiconfig/qemuarm64-stretch.conf >