1
0
mirror of https://github.com/lxsang/meta-rpi-diya.git synced 2025-08-01 05:31:02 +02:00

refactory remove all common recipes

This commit is contained in:
DanyLE
2025-03-27 20:24:19 +01:00
parent eaeb4e9f2b
commit e8e3a82bfe
53 changed files with 15 additions and 2467 deletions

View File

@ -0,0 +1,7 @@
image_patch:append () {
# create /etc/fstab
cat << EOF > ${IMAGE_ROOTFS}/etc/fstab
/dev/mmcblk0p1 /boot auto defaults 0 0
/dev/mmcblk0p4 /home auto defaults 0 0
EOF
}