[OE-core] [PATCH 1/1] runqemu-gen-tapdevs: fix file path in example

Richard Purdie richard.purdie at linuxfoundation.org
Wed Mar 22 10:27:03 UTC 2017


On Wed, 2017-03-22 at 17:23 +0800, Chen Qi wrote:
> Fix the path in example so that '/usr/bin/tunctl' could be found under
> this path.
> 
> Signed-off-by: Chen Qi <Qi.Chen at windriver.com>
> ---
>  scripts/runqemu-gen-tapdevs | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/scripts/runqemu-gen-tapdevs b/scripts/runqemu-gen-tapdevs
> index 9e5e5b9..994efd0 100755
> --- a/scripts/runqemu-gen-tapdevs
> +++ b/scripts/runqemu-gen-tapdevs
> @@ -29,7 +29,7 @@ usage() {
>  	echo " is the number of tap devices to create (0 to remove all)"
>  	echo " is the path to the build system's native sysroot"
>  	echo "e.g. $ bitbake qemu-helper-native -c addto_recipe_sysroot"

If we change this, you also need to change the above to remove -c
addto_recipe_sysroot.

Cheers,

Richard

> -	echo "$ sudo $0 1000 1000 4 tmp/work/x86_64-linux/qemu-helper-native/*/recipe-sysroot-native/"
> +	echo "$ sudo $0 1000 1000 4 tmp/sysroots-components/x86_64/qemu-helper-native/"
>  	exit 1
>  }
>  
> -- 
> 1.9.1
> 



More information about the Openembedded-core mailing list