I want to make image by petalinux.
I do step fallow ug1144
1.source /home/petalinux/settings.sh
2.echo $PETALINUX
3.petalinux-create --type project --template zynq --name test
4.petalinux-config --get-hw-description=/home/design_1_wrapper_hw_platform_0
5.petalinux-build
then ERROR appears:
ERROR:OE-core's config sanity checker detected a potential misconfiguration.Either fix the cause of this error or at your own risk disable the checker(see sanity.conf).Following is the list of potential problems/advisories:
Do not use Bitbake as root.
How can I solve this error?