summaryrefslogtreecommitdiff
path: root/recipes-core/base-files
AgeCommit message (Collapse)AuthorFiles
2022-11-16Manufacturing - MTCDT - Create mountpoints at build timeSerhii Kostiuk1
fstab can't mount the partitions on the first boot if the mountpoint does not exist. Create the mountpoints at build time so that fstab can mount the partitions on the first try. Required for the next commits with customizations for SDMFG. Also: Having the mountpoints pre-created is beneficial for devices with read-only root file systems (like MTR with mPower). This solution is actually ported from mPower: https://gitlab.multitech.net/multitech/meta-mts-device/blob/0f8b5467c662a1be59a2ee5adc91b7c99aa87497/recipes-core/base-files/base-files_3.0.14.bbappend.
2021-12-06MTCAP3: Fix fstab after introducing reduntant partitionsSerhii Kostiuk2
Commit 3908aa3d25d583420d36976bc1a2f11f38b5410d removes the fstab manipulation. In mPower the configuration partition is selected during boot time from config.init, without modifying fstab, which in turn saves the flash erase cycles by not making nay changes on rootfs/overlay. This commit updates the fstab to permanently use the first configuration partition as /var/config. The second partition is not used in mLinux. This approach is similar to the one for mLinux on MTCDT3. If one needs a config partition switchover on mLinux - please implement it in a similar manner to mPower, wihout making changes on rootfs during boot.
2021-07-28create separate ubifs and jffs2 fstab recipesJohn Klug3
2021-07-28Create fstab for specific file system typeJohn Klug2
2021-07-27Move fstab to UBIFSJohn Klug1
2021-01-21[MTX-3757][GP-982] mPower R.5.4: Reset to Default does not remove /tmp ↵Serhii Voloshynov1
folder (which is a symbolic link) and error message occurs "rm: can't remove '/tmp': Invalid argument" - GP-982
2020-08-17Add /sbin and /usr/sbin to sudo userJohn Klug1
2020-05-20Create new fstab-at91 /etc/fstab recipe, and remove /etc/fstab from base-filesJohn Klug3
2018-11-19Add configfs for device tree overlayJohn Klug1
2017-08-16Upward compatibility for udev and /mediaJohn Klug3
2017-05-23Fix FILESEXTRAPATHS_prepend in a couple of bitbake recipesJeff Hatch1
2016-11-01mtcap: rename machine type mtp to mtcapBrandon Bayer2
2016-09-21mtp: do not create /media/card folderMykyta Dorokhin1
2016-08-31mtp: Add initial support for the new pico machine type.Mykyta Dorokhin1
Build: MACHINE=mtp bitbake mlinux-picocell-image
2014-11-04initial commit of mLinux layerJesse Gilles4