mirror of
https://git.yoctoproject.org/git/poky
synced 2026-01-04 16:10:04 +00:00
Change the scripts to launch the new Hob. (From OE-Core rev: 22194a04f224864dd687660e351a3a10da1f06fa) Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
6 lines
53 B
Bash
Executable File
6 lines
53 B
Bash
Executable File
#!/usr/bin/env bash
|
|
bitbake -u hob
|
|
|
|
ret=$?
|
|
exit $ret
|