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

Compare commits

...

1 Commits

Author SHA1 Message Date
3baa2d265c use overlayfs for /etc 2023-07-10 17:47:25 +02:00

View File

@ -46,9 +46,4 @@ IMAGE_INSTALL:append = "libcurl \
evtest \
raspi-gpio \
"
patch_rootfs () {
cp -a ${IMAGE_ROOTFS}/etc ${IMAGE_ROOTFS}/var/
}
IMAGE_POSTPROCESS_COMMAND += " patch_rootfs "