From f5d674a7cd9a57e7fe7617a3504d72bc07315499 Mon Sep 17 00:00:00 2001 From: Martin Vajnar Date: Thu, 2 Nov 2017 12:54:13 +0100 Subject: [PATCH 1/1] Add fs-overlay directory to include user files into rootfs --- build/buildroot/.config | 2 +- fs-overlay/put_your_files_here | 0 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 fs-overlay/put_your_files_here diff --git a/build/buildroot/.config b/build/buildroot/.config index 2ba1e56..589073f 100644 --- a/build/buildroot/.config +++ b/build/buildroot/.config @@ -339,7 +339,7 @@ BR2_ENABLE_LOCALE_WHITELIST="C en_US" BR2_GENERATE_LOCALE="" # BR2_TARGET_TZ_INFO is not set BR2_ROOTFS_USERS_TABLES="" -BR2_ROOTFS_OVERLAY="" +BR2_ROOTFS_OVERLAY="$(O)/../../fs-overlay" BR2_ROOTFS_POST_BUILD_SCRIPT="" BR2_ROOTFS_POST_FAKEROOT_SCRIPT="" BR2_ROOTFS_POST_IMAGE_SCRIPT="" diff --git a/fs-overlay/put_your_files_here b/fs-overlay/put_your_files_here new file mode 100644 index 0000000..e69de29 -- 2.39.2