We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 62d8e97 + 8ace1e6 commit 0ccb1a9Copy full SHA for 0ccb1a9
recipes-bsp/resize-rootfs/resize-rootfs_1.0.bb
@@ -7,13 +7,17 @@ SRC_URI += "\
7
file://growfs-root.preset \
8
"
9
10
-inherit features_check systemd
+inherit allarch features_check systemd
11
REQUIRED_DISTRO_FEATURES = "systemd"
12
13
-do_install:append:qcom() {
14
- install -Dm 0644 ${WORKDIR}/sources/growfs-root.preset \
+S = "${UNPACKDIR}"
+
15
+do_compile[noexec] = "1"
16
17
+do_install() {
18
+ install -Dm 0644 ${UNPACKDIR}/growfs-root.preset \
19
${D}${systemd_unitdir}/system-preset/98-growfs-root.preset
- install -Dm 0644 ${WORKDIR}/sources/growfs-root.conf \
20
+ install -Dm 0644 ${UNPACKDIR}/growfs-root.conf \
21
${D}${systemd_unitdir}/system/systemd-growfs-root.service.d/growfs-root.conf
22
}
23
0 commit comments