Patrick Williams | 743fe2b | 2024-02-17 15:34:13 -0600 | [diff] [blame] | 1 | FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:" |
2 | |||||
3 | NOROOTFS_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. | ||||
8 | NOROOTFS_PERSISTENT_DIRS:remove:bletchley = " mnt/data" |