From: Michal Sojka Date: Thu, 18 Feb 2016 16:03:01 +0000 (+0100) Subject: Set buildroot overlay path X-Git-Url: https://rtime.felk.cvut.cz/gitweb/jailhouse-test.git/commitdiff_plain/d82464eb280dd5e1fc231adb622de35679148312?ds=sidebyside Set buildroot overlay path (Not testes) --- diff --git a/build/buildroot/.config b/build/buildroot/.config index 14ffb36..7ce474b 100644 --- a/build/buildroot/.config +++ b/build/buildroot/.config @@ -215,7 +215,7 @@ BR2_TARGET_GENERIC_REMOUNT_ROOTFS_RW=y BR2_SYSTEM_DHCP="" # BR2_TARGET_TZ_INFO is not set BR2_ROOTFS_USERS_TABLES="" -BR2_ROOTFS_OVERLAY="" +BR2_ROOTFS_OVERLAY="$(O)/../../buildroot-overlay" BR2_ROOTFS_POST_BUILD_SCRIPT="" BR2_ROOTFS_POST_IMAGE_SCRIPT=""