diff options
author | Marcus Folkesson <marcus.folkesson@gmail.com> | 2022-05-27 09:14:36 +0200 |
---|---|---|
committer | Marcus Folkesson <marcus.folkesson@gmail.com> | 2022-05-27 09:14:36 +0200 |
commit | b44889b7bbaf9f2b88322b6989833712a17dcc6a (patch) | |
tree | dd8e4a228bb740dbdbed4285aee32d1411a235b5 /recipes-core/initrdscripts/readonly-rootfs-overlay-init-script.inc | |
parent | 735aba8682471193d631eb08602b772b6c41cbb7 (diff) | |
download | meta-readonly-rootfs-overlay-b44889b7bbaf9f2b88322b6989833712a17dcc6a.tar.gz |
Adapt to Honister
Signed-off-by: Marcus Folkesson <marcus.folkesson@gmail.com>
Diffstat (limited to 'recipes-core/initrdscripts/readonly-rootfs-overlay-init-script.inc')
-rw-r--r-- | recipes-core/initrdscripts/readonly-rootfs-overlay-init-script.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-core/initrdscripts/readonly-rootfs-overlay-init-script.inc b/recipes-core/initrdscripts/readonly-rootfs-overlay-init-script.inc index 947246b..fcfefcf 100644 --- a/recipes-core/initrdscripts/readonly-rootfs-overlay-init-script.inc +++ b/recipes-core/initrdscripts/readonly-rootfs-overlay-init-script.inc | |||
@@ -12,7 +12,7 @@ do_install() { | |||
12 | install -d "${D}/media/rfs/rw" | 12 | install -d "${D}/media/rfs/rw" |
13 | } | 13 | } |
14 | 14 | ||
15 | FILES_${PN} += " /init /media/rfs" | 15 | FILES:${PN} += " /init /media/rfs" |
16 | 16 | ||
17 | # Due to kernel dependency | 17 | # Due to kernel dependency |
18 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 18 | PACKAGE_ARCH = "${MACHINE_ARCH}" |