Skip to content

Commit 8ace1e6

Browse files
resize-rootfs: remove do_compile and define do_install
do_compile task is not required by this recipe, and also remove append:qcom from do_install as this recipe should just define the complete function instead (this is a distro layer, no need to use the generic qcom overrides). Signed-off-by: Ricardo Salveti <ricardo.salveti@oss.qualcomm.com>
1 parent 2fecd33 commit 8ace1e6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

recipes-bsp/resize-rootfs/resize-rootfs_1.0.bb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ REQUIRED_DISTRO_FEATURES = "systemd"
1212

1313
S = "${UNPACKDIR}"
1414

15-
do_install:append:qcom() {
15+
do_compile[noexec] = "1"
16+
17+
do_install() {
1618
install -Dm 0644 ${UNPACKDIR}/growfs-root.preset \
1719
${D}${systemd_unitdir}/system-preset/98-growfs-root.preset
1820
install -Dm 0644 ${UNPACKDIR}/growfs-root.conf \

0 commit comments

Comments
 (0)