mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-01 03:58:01 +00:00
It's not necessary to specify the protocol parameter when it's the default protocol for the fetcher, e.g. the default protocol for git fetcher it git, "protocol=git" isn't needed. Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
9 lines
188 B
BlitzBasic
9 lines
188 B
BlitzBasic
PV = "0.5.9"
|
|
PR = "r10+gitr${SRCREV}"
|
|
|
|
SRC_URI = "git://github.com/kexecboot/kexecboot.git"
|
|
SRCREV = "b667914bb0cba1c30f9b771abccfe98f1419afeb"
|
|
S = "${WORKDIR}/git"
|
|
|
|
require kexecboot.inc
|