inherit core-image IMAGE_FEATURES += "ssh-server-openssh nfs-server package-management" HUGETLB_armv7a = "libhugetlbfs-tests" HUGETLB_aarch64 = "libhugetlbfs-tests" HUGETLB ?= "" IMAGE_INSTALL += " \ bash \ e2fsprogs-e2fsck \ kexec-tools \ linaro-lava-tests \ procps \ stress \ stress-dbg \ sudo \ util-linux-fsck \ " SDK_IMAGE_INSTALL += "\ acpica \ acpitests \ bc \ bison \ boost-date-time \ boost-filesystem \ boost-graph \ boost-iostreams \ boost-program-options \ boost-regex \ boost-signals \ boost-system \ boost-thread \ cmake \ curl \ dmidecode \ efibootmgr \ elfutils-dev \ expat \ flex \ fwts \ gator \ gd \ git \ glog \ icu \ idlestat \ iozone3 \ libbz2 \ uw-imap-dev \ libcap \ libdwarf-dev \ libevent-fb \ libmcrypt \ libmemcached \ libmysqlclient-r \ libpam \ libpcre \ libunwind \ libxml2 \ lshw \ ltp \ ncurses \ onig \ openldap \ openssh-sftp-server \ openssl \ perf \ pm-qa \ powerdebug \ powertop \ python \ python-misc \ python-multiprocessing \ python-numpy \ python-scons \ python-shell \ python-threading \ qemu \ readline \ rt-tests \ sshfs-fuse \ tbb \ trace-cmd \ xserver-xorg-xvfb \ xz \ zlib \ ${HUGETLB} \ " IMAGE_PREPROCESS_COMMAND += "do_systemd_network ; " do_systemd_network () { install -d ${IMAGE_ROOTFS}${sysconfdir}/systemd/network cat << EOF > ${IMAGE_ROOTFS}${sysconfdir}/systemd/network/10-en.network [Match] Name=en* [Network] DHCP=yes EOF cat << EOF > ${IMAGE_ROOTFS}${sysconfdir}/systemd/network/11-eth.network [Match] Name=eth* [Network] DHCP=yes EOF }