| /OK3568_Linux_fs/device/rockchip/common/scripts/ |
| H A D | mk-dm.sh | 12 ROOTFS="$OUTDIR/enc.img" 16 ROOTFS="$OUTDIR/dmv.img" 37 cp "$INPUT" "$ROOTFS" 40 veritysetup --hash-offset=$HASH_OFFSET format "$ROOTFS" "$ROOTFS" > \ 55 dd if=/dev/null of="$ROOTFS" seek=$sectors bs=512 56 sudo -S losetup $loopdevice "$ROOTFS" < u-boot/keys/root_passwd 78 ln -rsf "$ROOTFS" "$RK_SECURITY_FIRMWARE_DIR/rootfs.img"
|
| H A D | rkflash.sh | 15 ROOTFS=$ROCKDEV_DIR/rootfs.img 37 $UPGRADETOOL di -rootfs $ROOTFS 58 $UPGRADETOOL di -rootfs $ROOTFS 155 ROOTFS=$2 157 echo "flash rootfs: $ROOTFS" 158 $UPGRADETOOL di -rootfs $ROOTFS
|
| H A D | mk-rootfs.sh | 261 ROOTFS=${RK_ROOTFS_SYSTEM:-buildroot} 263 ROOTFS=$1 270 echo " Start building rootfs($ROOTFS)" 276 case "$ROOTFS" in
|
| /OK3568_Linux_fs/ |
| H A D | rkflash.sh | 15 ROOTFS=$ROCKDEV_DIR/rootfs.img 37 $UPGRADETOOL di -rootfs $ROOTFS 58 $UPGRADETOOL di -rootfs $ROOTFS 155 ROOTFS=$2 157 echo "flash rootfs: $ROOTFS" 158 $UPGRADETOOL di -rootfs $ROOTFS
|
| /OK3568_Linux_fs/device/rockchip/common/build-hooks/ |
| H A D | 30-rootfs.sh | 261 ROOTFS=${RK_ROOTFS_SYSTEM:-buildroot} 263 ROOTFS=$1 270 echo " Start building rootfs($ROOTFS)" 276 case "$ROOTFS" in
|
| /OK3568_Linux_fs/yocto/poky/meta/classes/ |
| H A D | image-live.bbclass | 23 # ${ROOTFS} - indicates a filesystem image to include as the root filesystem (optional) 33 …% (d.getVar('PN'), d.getVar('LIVE_ROOTFS_TYPE').replace('-', '_')) if d.getVar('ROOTFS') else ''} \ 43 ROOTFS ?= "${IMGDEPLOYDIR}/${IMAGE_LINK_NAME}.${LIVE_ROOTFS_TYPE}" 75 if [ -s "${ROOTFS}" ]; then 76 install -m 0644 ${ROOTFS} $1/rootfs.img 121 if [ -n "${ROOTFS}" ] && [ -s "${ROOTFS}" ]; then
|
| H A D | fs-uuid.bbclass | 1 # Extract UUID from ${ROOTFS}, which must have been built 6 rootfs = d.getVar('ROOTFS')
|
| H A D | qemuboot.bbclass | 68 # "-drive id=disk0,file=@ROOTFS@,if=none,format=raw -device virtio-blk-device,drive=d… 69 # Note, runqemu will replace "@ROOTFS@" with the one which is used, such as core-image…
|
| H A D | grub-efi-cfg.bbclass | 11 # ${ROOTFS} - indicates a filesystem image to include as the root filesystem (optional)
|
| H A D | syslinux.bbclass | 9 # ${ROOTFS} - indicates a filesystem image to include as the root filesystem (optional)
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/apt/ |
| H A D | apt_2.4.5.bb | 68 status "#ROOTFS#/var/lib/dpkg/status"; 109 DPkg::Options {"--root=#ROOTFS#";"--admindir=#ROOTFS#/var/lib/dpkg";"--force-all";"--no-debsig"};
|
| /OK3568_Linux_fs/buildroot/package/open-plc-utils/ |
| H A D | open-plc-utils.mk | 29 $(TARGET_MAKE_ENV) $(MAKE) ROOTFS=$(TARGET_DIR) \
|
| /OK3568_Linux_fs/buildroot/board/chromebook/snow/ |
| H A D | readme.txt | 104 mount ${SD2} /mnt/<ROOTFS-PARTITION> 105 tar -xvf output/images/rootfs.tar -C /mnt/<ROOTFS-PARTITION> 106 umount /mnt/<ROOTFS-PARTITION>
|
| /OK3568_Linux_fs/yocto/poky/meta/conf/machine/include/riscv/ |
| H A D | qemuriscv.inc | 35 QB_ROOTFS_OPT = "-drive id=disk0,file=@ROOTFS@,if=none,format=raw -device virtio-blk-device,drive=d…
|
| /OK3568_Linux_fs/buildroot/ |
| H A D | Makefile | 477 TARGET_DIR = $(if $(ROOTFS),$(ROOTFS_$(ROOTFS)_TARGET_DIR),$(if $(PKG),$(PER_PACKAGE_DIR)/$($(PKG)_… 480 TARGET_DIR = $(if $(ROOTFS),$(ROOTFS_$(ROOTFS)_TARGET_DIR),$(BASE_TARGET_DIR))$(if $($(PKG)_OEM_INS… 754 target-finalize: ROOTFS= macro
|
| /OK3568_Linux_fs/buildroot/fs/ |
| H A D | common.mk | 163 $$(BINARIES_DIR)/$$(ROOTFS_$(2)_FINAL_IMAGE_NAME): ROOTFS=$(2)
|
| /OK3568_Linux_fs/yocto/poky/meta/conf/ |
| H A D | documentation.conf | 359 ROOTFS[doc] = "Indicates a filesystem image to include as the root filesystem."
|
| /OK3568_Linux_fs/yocto/poky/documentation/migration-guides/ |
| H A D | migration-2.2.rst | 213 … "-drive id=disk0,file=@ROOTFS@,if=none,format=raw -device virtio-blk-device,drive=disk0"). 214 runqemu will replace "@ROOTFS@" with the one which is used, such as
|
| /OK3568_Linux_fs/yocto/poky/documentation/dev-manual/ |
| H A D | qemu.rst | 328 ROOTFS - the rootfs image file or nfsroot directory to use 382 - `ROOTFS`: A root filesystem that has one of the following filetype
|
| /OK3568_Linux_fs/buildroot/package/ |
| H A D | pkg-generic.mk | 549 $(1): ROOTFS=
|
| /OK3568_Linux_fs/yocto/poky/documentation/ref-manual/ |
| H A D | classes.rst | 709 ``${``\ :term:`ROOTFS`\ ``}``, which must have been built 777 - :term:`ROOTFS`: Indicates a filesystem image to include 2709 - :term:`ROOTFS`: Indicates a filesystem image to include
|
| H A D | variables.rst | 6374 :term:`ROOTFS` 6377 The :term:`ROOTFS` variable is an optional variable used with the
|