[OE-core] [PATCH v3] rootfs-postcommands.bbclass: Check if "/etc/fstab" exists

2017-04-28 Thread Panagiotis Tamtamis
Using "read-only-rootfs" feature in minimal or special purpose images (eg mounted images) makes build to fail because ${IMAGE_ROOTFS}/etc/fstab file does not exist. Signed-off-by: Panagiotis Tamtamis --- meta/classes/rootfs-postcommands.bbclass | 4 +++- 1 file changed, 3 insert

[OE-core] [PATCH v2] rootfs-postcommands.bbclass: Check if "/etc/fstab" exists

2017-04-27 Thread Panagiotis Tamtamis
Using "read-only-rootfs" feature in minimal or special purpose images (eg mounted images) makes build to fail because ${IMAGE_ROOTFS}/etc/fstab file does not exist. Signed-off-by: Panagiotis Tamtamis --- meta/classes/rootfs-postcommands.bbclass | 3 ++- 1 file changed, 2 insert

[OE-core] [PATCH] Check if /etc/fstab exists

2017-04-27 Thread Panagiotis Tamtamis
Using "read-only-rootfs" feature in minimal or special purpose images (eg mounted images) makes build to fail because ${IMAGE_ROOTFS}/etc/fstab file does not exist. Signed-off-by: Panagiotis Tamtamis --- meta/classes/rootfs-postcommands.bbclass | 3 ++- 1 file changed, 2 insert