"make usb-image" failed when pass "--usb-label=wr_usb_boot" parameter to create-usb.pl $ export IMGARGS="--usb-label=wr_usb_boot" $ make usb-image; ERROR: invalid arg: --usb-label=wr_usb_boot <--
1. configure wrlinux platform project configure --enable-board=intel-x86-64 --enable-kernel=standard --enable-rootfs=glibc_std --enable-bootimage=ext3 ... 2. build project $ cd <projDir>; $ make; 3. pass "--usb-label=wr_usb_boot" parameter to create-usb.pl $ export IMGARGS="--usb-label=wr_usb_boot" 4. make usb image $ make usb-image; ERROR: invalid arg: --usb-label=wr_usb_boot <--