| /openbmc/openbmc/meta-raspberrypi/classes/ |
| H A D | sdcard_image-rpi.bbclass | 30 # now enforced by mkfs.vfat from dosfstools-4.2 65 # Additional files and/or directories to be copied into the vfat partition from the IMAGE_ROOTFS. 68 # SD card vfat partition image name 70 SDIMG_VFAT = "${IMAGE_NAME}.vfat" 71 SDIMG_LINK_VFAT = "${IMGDEPLOYDIR}/${IMAGE_LINK_NAME}.vfat" 97 # Create a vfat image with boot files 100 mkfs.vfat -F32 -n "${BOOTDD_VOLUME_ID}" -S 512 -C ${WORKDIR}/boot.img $BOOT_BLOCKS 140 echo "Copying deploy file payload into VFAT" 155 echo "Copying payload into VFAT" 157 … # use bbwarn instead of bbfatal to stop aborting on vfat issues like not supporting .~lock files [all …]
|
| /openbmc/openbmc/poky/meta/recipes-devtools/dosfstools/ |
| H A D | dosfstools_4.2.bb | 27 ALTERNATIVE:${PN} = "mkfs.vfat" 28 ALTERNATIVE_LINK_NAME[mkfs.vfat] = "${sbindir}/mkfs.vfat"
|
| /openbmc/openbmc/meta-raspberrypi/wic/ |
| H A D | sdimage-raspberrypi.wks | 3 # Raspberry Pi. Boot files are located in the first vfat partition. 5 part /boot --source bootimg-partition --ondisk mmcblk0 --fstype=vfat --label boot --active --align …
|
| /openbmc/openbmc/poky/scripts/lib/wic/canned-wks/ |
| H A D | sdimage-bootpart.wks | 3 # are located in the first vfat partition. 5 part /boot --source bootimg-partition --ondisk mmcblk0 --fstype=vfat --label boot --active --align …
|
| H A D | efi-bootdisk.wks.in | 2 part /boot --source rootfs --rootfs-dir=${IMAGE_ROOTFS}/boot --fstype=vfat --label boot --active --…
|
| /openbmc/openbmc/poky/meta-yocto-bsp/wic/ |
| H A D | beaglebone-yocto.wks | 3 # Boot files are located in the first vfat partition. 5 part /boot --source bootimg-partition --ondisk mmcblk0 --fstype=vfat --label boot --active --align …
|
| /openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Item/ |
| H A D | Volume.interface.yaml | 18 Type of filesystem, e.g. ext2, ext3, ext4, vfat. 122 - name: vfat 124 Filesystem type vfat
|
| /openbmc/openbmc/poky/meta/recipes-core/packagegroups/ |
| H A D | packagegroup-base.bb | 19 ${@bb.utils.contains("MACHINE_FEATURES", "vfat", "packagegroup-base-vfat", "", d)} \ 56 ${@bb.utils.contains('COMBINED_FEATURES', 'vfat', 'packagegroup-base-vfat', '',d)} \ 154 SUMMARY:packagegroup-base-vfat = "FAT filesystem support" 155 RRECOMMENDS:packagegroup-base-vfat = "\ 157 kernel-module-vfat \
|
| /openbmc/openbmc/poky/scripts/lib/wic/ |
| H A D | help.py | 284 of vfat and ext* partitions. 297 wic ls <image>:<vfat or ext* partition> 298 wic ls <image>:<vfat or ext* partition><path> 299 wic ls <image>:<vfat or ext* partition><path> --native-sysroot <path> 303 of vfat or ext* partitions. 344 Copy files and directories to/from the vfat or ext* partition 351 - from local to vfat or ext* partitions of partitioned image 352 - from vfat or ext* partitions of partitioned image to local 361 wic cp - copy files and directories to/from the vfat or ext* partitions 371 - from local to vfat or ext* partitions of partitioned image [all …]
|
| H A D | ksparser.py | 159 part.add_argument('--fstype', default='vfat', 161 'squashfs', 'vfat', 'msdos', 'erofs', 241 if parsed.fstype == 'msdos' or parsed.fstype == 'vfat':
|
| /openbmc/openbmc/poky/meta/recipes-core/udev/udev-extraconf/ |
| H A D | mount.sh | 86 # If filesystemtype is vfat, change the ownership group to mount group, and 89 vfat|fat) 141 # If filesystem type is vfat, change the ownership group to mount group, and 144 vfat|fat)
|
| /openbmc/openbmc/poky/meta/recipes-core/ovmf/ovmf/ |
| H A D | ovmf-shell-image.wks | 3 part / --source rootfs --ondisk sda --fstype=vfat --align 1024
|
| /openbmc/openbmc/poky/meta/classes-recipe/ |
| H A D | image_types.bbclass | 136 # Note that vfat can't handle all types of files that a real linux file system 140 mkfs.vfat $@ -C ${IMGDEPLOYDIR}/${IMAGE_NAME}.vfat ${ROOTFS_SIZE} 141 mcopy -i "${IMGDEPLOYDIR}/${IMAGE_NAME}.vfat" -vsmpQ ${IMAGE_ROOTFS}/* ::/ 144 IMAGE_CMD:vfat = "oe_mkvfatfs ${EXTRA_IMAGECMD}" 283 # otherwise mkfs.vfat will automatically pick one. 284 EXTRA_IMAGECMD:vfat ?= "" 316 vfat \
|
| /openbmc/openbmc/poky/meta/recipes-kernel/linux/ |
| H A D | linux-yocto.inc | 38 KERNEL_FEATURES:append = " ${@bb.utils.contains('MACHINE_FEATURES', 'vfat', 'cfg/fs/vfat.scc', '', …
|
| /openbmc/openbmc/poky/meta/recipes-core/ovmf/ |
| H A D | ovmf-shell-image.bb | 5 # single vfat partition makes sense. Because we have no
|
| /openbmc/openbmc/meta-facebook/meta-yosemite4/meta-yosemite4n/recipes-kernel/linux/linux-nuvoton/ |
| H A D | yosemite4.cfg | 41 # Enable VFAT FS
|
| /openbmc/openbmc/meta-fii/meta-mori/recipes-bsp/u-boot/u-boot-fw-utils-nuvoton/ |
| H A D | fw_env.config | 23 # VFAT example
|
| /openbmc/openbmc/meta-fii/meta-kudo/recipes-bsp/u-boot/u-boot-fw-utils-nuvoton/ |
| H A D | fw_env.config | 23 # VFAT example
|
| /openbmc/openbmc/meta-quanta/meta-olympus-nuvoton/recipes-bsp/u-boot/u-boot-fw-utils-nuvoton/ |
| H A D | fw_env.config | 23 # VFAT example
|
| /openbmc/openbmc/poky/meta/conf/machine/include/ |
| H A D | qemu.inc | 14 MACHINE_FEATURES = "alsa bluetooth usbgadget screen vfat"
|
| /openbmc/openbmc/meta-security/wic/ |
| H A D | beaglebone-yocto-verity.wks.in | 14 part /boot --source bootimg-partition --ondisk mmcblk0 --fstype=vfat --label boot --active --align …
|
| /openbmc/openbmc/meta-raspberrypi/recipes-core/udev/udev-rules-udisks-rpi/ |
| H A D | 80-udisks-rpi.rules | 7 ENV{ID_FS_TYPE}=="vfat", ENV{ID_FS_LABEL}=="raspberrypi", \
|
| /openbmc/u-boot/tools/env/ |
| H A D | fw_env.config | 29 # VFAT example
|
| /openbmc/openbmc/poky/meta/conf/distro/include/ |
| H A D | no-gplv3.inc | 15 RRECOMMENDS:packagegroup-base-vfat:remove = "dosfstools"
|
| /openbmc/openbmc/poky/meta/recipes-core/initrdscripts/files/ |
| H A D | init-install-efi.sh | 207 echo "Formatting $bootfs to vfat..." 208 mkfs.vfat $bootfs 229 …echo "UUID=$boot_uuid /boot vfat defaults 1 2" >> /tgt…
|