Skip to content

Commit

Permalink
rauc-conf: remove compile task and dependencies
Browse files Browse the repository at this point in the history
This recipe just provides configuration, thus there is no need to
compile anything nor do we need default (C compiler / C library)
dependencies.

Signed-off-by: Enrico Jorns <ejo@pengutronix.de>
  • Loading branch information
ejoerns committed Feb 29, 2024
1 parent d51bab8 commit c70c8db
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions recipes-core/rauc/rauc-conf.bb
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ RAUC_KEYRING_URI ??= "file://${RAUC_KEYRING_FILE}"

RPROVIDES:${PN} += "virtual-rauc-conf"

INHIBIT_DEFAULT_DEPS = "1"
do_compile[noexec] = "1"

SRC_URI = " \
file://system.conf \
${RAUC_KEYRING_URI} \
Expand Down

0 comments on commit c70c8db

Please sign in to comment.