Fixed
Created: Nov 16, 2017
Updated: Dec 3, 2018
Resolved Date: Dec 25, 2017
Found In Version: 6.0.0.35
Fix Version: 6.0.0.36
Severity: Standard
Applicable for: Wind River Linux 6
Component/s: Toolchain
The git binary provided with the buildtools in WRL6, when configuring a project with --enable-buildtools=yes does not include the 'git-submodule' .
Therefore, recipes which use gitsm:// to fetch git repos with submodules are not usable.
https://jira.wrs.com:8443/browse/LIN7-4626 may be related to this issue.
1.
$ configure --enable-board=qemux86-64 --enable-kernel=standard --enable-rootfs=glibc_small --enable-buildtools=yes
2.
$ bitbake_build/buildtools/sysroots/x86_64-wrlinuxsdk-linux/usr/bin/git submodule
git: 'submodule' is not a git command. See 'git --help'.