Skip to content

Commit

Permalink
yoe: Replace now obsolete VOLATILE_LOG_DIR
Browse files Browse the repository at this point in the history
It is now done by operating on FILESYSTEM_PERMS_TABLES [1]

[1] https://git.yoctoproject.org/poky/commit/?id=2f46b6f27dfa3a9d5ad177900fcecfe64c3536f1

Signed-off-by: Khem Raj <[email protected]>
  • Loading branch information
kraj committed Oct 15, 2024
1 parent b7397b2 commit 056492f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sources/meta-yoe/conf/distro/yoe.inc
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ PACKAGECONFIG:append:pn-nativesdk-qemu = " sdl"
RDEPENDS:${KERNEL_PACKAGE_NAME}-base = ""

# Enable persistent logs across reboots
VOLATILE_LOG_DIR = "no"
FILESYSTEM_PERMS_TABLES:remove = "files/fs-perms-volatile-log.txt"

SKIP_RECIPE[build-appliance-image] = "tries to include whole downloads directory in /home/builder/poky :/"
SKIP_RECIPE[smartrefrigerator] = "Needs porting to QT > 5.6"
Expand Down

0 comments on commit 056492f

Please sign in to comment.