diff mbox series

[isar-cip-core] tmp_fs: Correct option generation

Message ID 20221018072652.10944-1-Quirin.Gylstorff@siemens.com (mailing list archive)
State Handled Elsewhere
Headers show
Series [isar-cip-core] tmp_fs: Correct option generation | expand

Commit Message

Gylstorff Quirin Oct. 18, 2022, 7:26 a.m. UTC
From: Quirin Gylstorff <quirin.gylstorff@siemens.com>

This fixes issues https://gitlab.com/cip-project/cip-core/isar-cip-core/-/issues/44.

Signed-off-by: Quirin Gylstorff <quirin.gylstorff@siemens.com>
---
 recipes-core/tmp-fs/tmp-fs_0.1.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Jan Kiszka Oct. 18, 2022, 7:38 a.m. UTC | #1
On 18.10.22 09:26, Quirin Gylstorff wrote:
> From: Quirin Gylstorff <quirin.gylstorff@siemens.com>
> 
> This fixes issues https://gitlab.com/cip-project/cip-core/isar-cip-core/-/issues/44.
> 
> Signed-off-by: Quirin Gylstorff <quirin.gylstorff@siemens.com>
> ---
>  recipes-core/tmp-fs/tmp-fs_0.1.bb | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/recipes-core/tmp-fs/tmp-fs_0.1.bb b/recipes-core/tmp-fs/tmp-fs_0.1.bb
> index 3ec20c7..b86b0fb 100644
> --- a/recipes-core/tmp-fs/tmp-fs_0.1.bb
> +++ b/recipes-core/tmp-fs/tmp-fs_0.1.bb
> @@ -15,7 +15,7 @@ SRC_URI = "file://postinst \
>  
>  TMP_FS_SIZE ?= "500M"
>  TMP_FS_MODE ?= "755"
> -TMP_FS_OPTIONS = "nodev,nosuid,size=${TMP_SIZE},mode=${TMP_MODE}"
> +TMP_FS_OPTIONS = "nodev,nosuid,size=${TMP_FS_SIZE},mode=${TMP_FS_MODE}"
>  
>  TEMPLATE_FILES = "tmp.mount.tmpl"
>  TEMPLATE_VARS += "TMP_FS_OPTIONS"

Thanks, applied. And then I applied Uladzimir's patch on top again.
Result now in next.

Jan
diff mbox series

Patch

diff --git a/recipes-core/tmp-fs/tmp-fs_0.1.bb b/recipes-core/tmp-fs/tmp-fs_0.1.bb
index 3ec20c7..b86b0fb 100644
--- a/recipes-core/tmp-fs/tmp-fs_0.1.bb
+++ b/recipes-core/tmp-fs/tmp-fs_0.1.bb
@@ -15,7 +15,7 @@  SRC_URI = "file://postinst \
 
 TMP_FS_SIZE ?= "500M"
 TMP_FS_MODE ?= "755"
-TMP_FS_OPTIONS = "nodev,nosuid,size=${TMP_SIZE},mode=${TMP_MODE}"
+TMP_FS_OPTIONS = "nodev,nosuid,size=${TMP_FS_SIZE},mode=${TMP_FS_MODE}"
 
 TEMPLATE_FILES = "tmp.mount.tmpl"
 TEMPLATE_VARS += "TMP_FS_OPTIONS"