diff options
| author | Anuj Mittal <anuj.mittal@intel.com> | 2023-08-25 10:44:19 +0800 |
|---|---|---|
| committer | Anuj Mittal <anuj.mittal@intel.com> | 2023-08-25 14:30:28 +0800 |
| commit | 27b72d856874248f1b4687e86f5f38c48f659dc4 (patch) | |
| tree | eeb147454dbe5cd9c51ecebcd5c28dd0238efcb3 | |
| parent | a4d0a75b5758b062230d138defd229c41d8bee6d (diff) | |
| download | meta-intel-27b72d856874248f1b4687e86f5f38c48f659dc4.tar.gz | |
ipmctl: use SRCREV_FORMAT
Since the recipe uses multiple git repositories, set SRCREV_FORMAT.
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
| -rw-r--r-- | dynamic-layers/openembedded-layer/recipes-support/ipmctl/ipmctl_03.00.00.0485.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dynamic-layers/openembedded-layer/recipes-support/ipmctl/ipmctl_03.00.00.0485.bb b/dynamic-layers/openembedded-layer/recipes-support/ipmctl/ipmctl_03.00.00.0485.bb index bc747ae8..c4743d1c 100644 --- a/dynamic-layers/openembedded-layer/recipes-support/ipmctl/ipmctl_03.00.00.0485.bb +++ b/dynamic-layers/openembedded-layer/recipes-support/ipmctl/ipmctl_03.00.00.0485.bb | |||
| @@ -24,6 +24,7 @@ SRC_URI = "git://github.com/intel/ipmctl.git;protocol=https;branch=master;name=i | |||
| 24 | SRCREV_ipmctl = "c75bd840ea7820c8f93a5488fcff75d08beedd51" | 24 | SRCREV_ipmctl = "c75bd840ea7820c8f93a5488fcff75d08beedd51" |
| 25 | #tag edk2-stable202302 | 25 | #tag edk2-stable202302 |
| 26 | SRCREV_edk2 = "f80f052277c88a67c55e107b550f504eeea947d3" | 26 | SRCREV_edk2 = "f80f052277c88a67c55e107b550f504eeea947d3" |
| 27 | SRCREV_FORMAT = "ipmctl_edk2" | ||
| 27 | 28 | ||
| 28 | S = "${WORKDIR}/git" | 29 | S = "${WORKDIR}/git" |
| 29 | 30 | ||
