Skip to content

Commit

Permalink
rauc-target: remove remnants of config handling
Browse files Browse the repository at this point in the history
All configuration was moved to the rauc-conf recipe in d51bab8 ("rauc:
split package into 'rauc' for binary and 'rauc-conf' for
configuration") but these lines were accidentally duplicated.
Since they have no meaning in the rauc recipe, remove them.

Signed-off-by: Enrico Jörns <[email protected]>
  • Loading branch information
ejoerns committed Feb 4, 2025
1 parent 4f2cbd5 commit 52405ce
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions recipes-core/rauc/rauc-target.inc
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
RAUC_KEYRING_FILE ??= "ca.cert.pem"
RAUC_KEYRING_URI ??= "file://${RAUC_KEYRING_FILE}"

RRECOMMENDS:${PN} += "virtual-rauc-conf"
RRECOMMENDS:${PN} += "squashfs-tools"

SRC_URI:append = " \
Expand Down

0 comments on commit 52405ce

Please sign in to comment.