blob: 06d66e8cee8f2a26fcc5906cedf6ff965cba23ea [file] [log] [blame]
Patrick Williams743fe2b2024-02-17 15:34:13 -06001FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:"
2
3NOROOTFS_PERSISTENT_DIRS:append = " mnt/data"
4
5# Bletchley currently uses /mnt/data as the emmc mount location. We are in the
6# process of moving this to /mnt/emmc but need to change some code in production
7# before we can use /mnt/emmc.
8NOROOTFS_PERSISTENT_DIRS:remove:bletchley = " mnt/data"