BASE: add fstab

Signed-off-by: Christophe Priouzeau <christophe.priouzeau@st.com>
This commit is contained in:
Christophe Priouzeau 2019-02-04 15:51:37 +01:00
parent 9bd86c65c7
commit 9d73990e39
2 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,11 @@
# <file system> <mount pt> <type> <options> <dump> <pass>
/dev/root / auto defaults 1 1
proc /proc proc defaults 0 0
devpts /dev/pts devpts mode=0620,gid=5 0 0
tmpfs /run tmpfs mode=0755,nodev,nosuid,strictatime 0 0
tmpfs /var/volatile tmpfs defaults 0 0
#/dev/mmcblk0p4 /boot ext4 defaults,sync 0 1
#/dev/mmcblk0p5 /vendor ext4 defaults,sync 0 1
#/dev/mmcblk0p7 /usr/local ext4 defaults,sync 0 1

View File

@ -0,0 +1,4 @@
FILESEXTRAPATHS_prepend_stm32mpcommon := "${THISDIR}/${PN}:"
dirs755_append_stm32mpcommon = " ${STM32MP_USERFS_MOUNTPOINT_IMAGE}"
dirs755_append_stm32mpcommon = " ${STM32MP_VENDORFS_MOUNTPOINT_IMAGE}"