build_inf.sh: lockdown layers on specific commits 56/4056/1
authorJackie Huang <jackie.huang@windriver.com>
Mon, 8 Jun 2020 11:05:55 +0000 (19:05 +0800)
committerJackie Huang <jackie.huang@windriver.com>
Wed, 10 Jun 2020 06:42:23 +0000 (14:42 +0800)
commit076ad994f9de0fb4530eabed0b35e800c2af0537
treebd6200b584c6d77b0d28d1ef1a7ba14e1a6f7323
parentd6dfaa5a49b8c9c97553d2903a1d8222cb6c5ab7
build_inf.sh: lockdown layers on specific commits

Lockdown all the Yocto layers/repos on specific commits to avoid
potential issues in the future when changes happen in upstream
Yocto layers/repos, the change includes:

- Remove the -s option so it will never try to update the repo
- Add specific commit for each yocto layer/repo
- Improve the clone_update_repo function so it will checkout
  to specific commit after clone.

Issue-ID: INF-154
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Change-Id: I7e66680d71bea3ebace07a36b77fb009788c3494
scripts/build_inf.sh