diff options
| author | Jacob Stiffler <j-stiffler@ti.com> | 2019-11-15 21:14:31 +0000 |
|---|---|---|
| committer | Denys Dmytriyenko <denys@ti.com> | 2019-12-09 18:15:23 +0000 |
| commit | 3123058efc580868a435d5aa0e4130faf3b4a164 (patch) | |
| tree | b8ce6c9c65164247f79b098041e174bd87215e1f /recipes-bsp/gpmc-lld | |
| parent | a1867f2225b3d0230175f4041429d1c75669cfcd (diff) | |
| download | meta-ti-3123058efc580868a435d5aa0e4130faf3b4a164.tar.gz | |
gpmc-lld: migrate to ti-pdk-fetch.bbclass
Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp/gpmc-lld')
| -rw-r--r-- | recipes-bsp/gpmc-lld/gpmc-lld-rtos_git.bb | 17 |
1 files changed, 5 insertions, 12 deletions
diff --git a/recipes-bsp/gpmc-lld/gpmc-lld-rtos_git.bb b/recipes-bsp/gpmc-lld/gpmc-lld-rtos_git.bb index b9f0088d..6054d6b7 100644 --- a/recipes-bsp/gpmc-lld/gpmc-lld-rtos_git.bb +++ b/recipes-bsp/gpmc-lld/gpmc-lld-rtos_git.bb | |||
| @@ -1,6 +1,10 @@ | |||
| 1 | SUMMARY = "TI RTOS low level driver for General Purpose Memory Controller (GPMC)" | 1 | SUMMARY = "TI RTOS low level driver for General Purpose Memory Controller (GPMC)" |
| 2 | 2 | ||
| 3 | inherit ti-pdk | 3 | inherit ti-pdk ti-pdk-fetch |
| 4 | |||
| 5 | TI_PDK_COMP = "ti.drv.gpmc" | ||
| 6 | |||
| 7 | PE = "1" | ||
| 4 | 8 | ||
| 5 | LICENSE = "BSD-3-Clause" | 9 | LICENSE = "BSD-3-Clause" |
| 6 | LIC_FILES_CHKSUM = "file://GPMC.h;beginline=1;endline=31;md5=485ec97c36f809bf92323fde3e988c72" | 10 | LIC_FILES_CHKSUM = "file://GPMC.h;beginline=1;endline=31;md5=485ec97c36f809bf92323fde3e988c72" |
| @@ -8,18 +12,7 @@ LIC_FILES_CHKSUM = "file://GPMC.h;beginline=1;endline=31;md5=485ec97c36f809bf923 | |||
| 8 | COMPATIBLE_MACHINE = "ti33x|ti43x" | 12 | COMPATIBLE_MACHINE = "ti33x|ti43x" |
| 9 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 13 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
| 10 | 14 | ||
| 11 | GPMC_LLD_GIT_URI = "git://git.ti.com/keystone-rtos/gpmc-lld.git" | ||
| 12 | GPMC_LLD_GIT_PROTOCOL = "git" | ||
| 13 | GPMC_LLD_GIT_BRANCH = "master" | ||
| 14 | |||
| 15 | # Below commit ID corresponds to "DEV.GPMC_LLD.01.00.00.03A" | ||
| 16 | GPMC_LLD_SRCREV = "9169c04d80fae0a50734527e54ec4f4f53c3a1ef" | ||
| 17 | |||
| 18 | BRANCH = "${GPMC_LLD_GIT_BRANCH}" | ||
| 19 | SRC_URI = "${GPMC_LLD_GIT_URI};protocol=${GPMC_LLD_GIT_PROTOCOL};branch=${BRANCH}" | ||
| 20 | 15 | ||
| 21 | SRCREV = "${GPMC_LLD_SRCREV}" | ||
| 22 | PV = "01.00.00.03A" | ||
| 23 | PR = "r0" | 16 | PR = "r0" |
| 24 | 17 | ||
| 25 | DEPENDS_append = " osal-rtos \ | 18 | DEPENDS_append = " osal-rtos \ |
