mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-04-20 11:42:57 +00:00
emac-lld: migrate to ti-pdk-fetch.bbclass
Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
This commit is contained in:
committed by
Denys Dmytriyenko
parent
540795f3c4
commit
edad58994a
@@ -1,14 +1,7 @@
|
||||
EMAC_LLD_GIT_URI = "git://git.ti.com/keystone-rtos/emac-lld.git"
|
||||
EMAC_LLD_GIT_PROTOCOL = "git"
|
||||
EMAC_LLD_GIT_BRANCH = "master"
|
||||
inherit ti-pdk-fetch
|
||||
|
||||
# Below commit ID corresponds to "DEV.EMAC_LLD.01.00.03.18A"
|
||||
EMAC_LLD_SRCREV = "42716931cfddac093de9b5e885b0a5139f7403fb"
|
||||
TI_PDK_COMP = "ti.drv.emac"
|
||||
|
||||
BRANCH ="${EMAC_LLD_GIT_BRANCH}"
|
||||
SRC_URI = "${EMAC_LLD_GIT_URI};protocol=${EMAC_LLD_GIT_PROTOCOL};branch=${BRANCH}"
|
||||
|
||||
SRCREV = "${EMAC_LLD_SRCREV}"
|
||||
PE = "1"
|
||||
|
||||
# The LLD version
|
||||
PV = "01.00.03.18A+git${SRCPV}"
|
||||
|
||||
Reference in New Issue
Block a user