* [PATCH 1/1] fix typo in TAR_OPTIONS variable name
@ 2023-01-10 6:16 Felix Moessbauer
2023-01-24 7:36 ` Uladzimir Bely
0 siblings, 1 reply; 2+ messages in thread
From: Felix Moessbauer @ 2023-01-10 6:16 UTC (permalink / raw)
To: isar-users; +Cc: Felix Moessbauer
Signed-off-by: Felix Moessbauer <felix.moessbauer@siemens.com>
---
meta/classes/imagetypes.bbclass | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/classes/imagetypes.bbclass b/meta/classes/imagetypes.bbclass
index 1e8e223..7da8117 100644
--- a/meta/classes/imagetypes.bbclass
+++ b/meta/classes/imagetypes.bbclass
@@ -5,7 +5,7 @@
#image type: tar
IMAGER_INSTALL_tar = "tar"
-TAR_OPTIIONS ?= ""
+TAR_OPTIONS ?= ""
IMAGE_CMD_tar() {
${SUDO_CHROOT} tar ${TAR_OPTIONS} -cvSf \
--
2.34.1
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-01-24 7:36 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-10 6:16 [PATCH 1/1] fix typo in TAR_OPTIONS variable name Felix Moessbauer
2023-01-24 7:36 ` Uladzimir Bely
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox