Skip to content

Instantly share code, notes, and snippets.

@m-tmatma
Last active July 8, 2022 02:11
Show Gist options
  • Save m-tmatma/9faf48f865bb55a91ded43a628c25e94 to your computer and use it in GitHub Desktop.
Save m-tmatma/9faf48f865bb55a91ded43a628c25e94 to your computer and use it in GitHub Desktop.
show-fs-types.sh
#!/bin/bash
SCRIPT_DIR=$(cd $(dirname $0); pwd)
# supress EULA confirmation at setup-environment
EULA=y
cd $SCRIPT_DIR/var-fsl-yocto
MACHINE=imx6ul-var-dart DISTRO=fsl-imx-fb . var-setup-release.sh -b build_fb
bitbake -e core-image-minimal | grep ^IMAGE_FSTYPES=
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment