diff options
author | Stefan Agner <stefan.agner@toradex.com> | 2020-04-26 14:55:29 +0000 |
---|---|---|
committer | Stefan Agner <stefan.agner@toradex.com> | 2020-04-27 07:42:22 +0000 |
commit | 34b1e543c91cfb89c29687c799ac941085d83307 (patch) | |
tree | 8974d19b4b8fd4aa9980ee9172b8afd8b294b62b /classes/target_version_example.bbclass | |
parent | 88bbedb26e24ec313d7809592e91f351b0f346d5 (diff) | |
download | meta-updater-34b1e543c91cfb89c29687c799ac941085d83307.tar.gz |
image_types_ostree: drop unnecessary tmp handling
The current code clears tmp and then creates a symlink inside it to
/sysroot/tmp:
tmp
└── tmp -> sysroot/tmp
This is likely a mistake and the root tmp should have pointed to
sysroot/tmp. However, since /tmp is mounted as a tmpfs anyways, we can
get rid of all this logic.
Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
Diffstat (limited to 'classes/target_version_example.bbclass')
0 files changed, 0 insertions, 0 deletions