diff options
author | Denys Dmytriyenko <denys@ti.com> | 2020-10-13 05:31:19 +0000 |
---|---|---|
committer | Dan Murphy <dmurphy@ti.com> | 2020-10-14 20:45:05 -0500 |
commit | 87fbb5dfe02f6ba7e3e77d80c87ea83962a0db60 (patch) | |
tree | 38e66a2f283d6e4f258829754a02aa11cf5db31e /recipes-bsp | |
parent | b99786c3ca4b28a06ee4829dcc06eed473305b3b (diff) | |
download | meta-ti-87fbb5dfe02f6ba7e3e77d80c87ea83962a0db60.tar.gz meta-ti-87fbb5dfe02f6ba7e3e77d80c87ea83962a0db60.tar.bz2 meta-ti-87fbb5dfe02f6ba7e3e77d80c87ea83962a0db60.zip |
u-boot-ti-mainline: add mainline 2020.10
Update md5 README checksum for u-boot. No actual licensing changes.
Change is with u-boot commit
35bd70c5107f0 ("Convert CONFIG_SPLASH_SCREEN et al to Kconfig")
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Signed-off-by: Dan Murphy <dmurphy@ti.com>
Diffstat (limited to 'recipes-bsp')
-rw-r--r-- | recipes-bsp/u-boot/u-boot-ti-mainline_git.bb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/recipes-bsp/u-boot/u-boot-ti-mainline_git.bb b/recipes-bsp/u-boot/u-boot-ti-mainline_git.bb new file mode 100644 index 000000000..ee0b17640 --- /dev/null +++ b/recipes-bsp/u-boot/u-boot-ti-mainline_git.bb @@ -0,0 +1,10 @@ +require u-boot-ti.inc + +LIC_FILES_CHKSUM = "file://Licenses/README;md5=5a7450c57ffe5ae63fd732446b988025" + +PR = "r0" + +PV = "2020.10" +UBOOT_GIT_URI = "git://gitlab.denx.de/u-boot/u-boot.git" +UBOOT_GIT_PROTOCOL = "http" +SRCREV = "050acee119b3757fee3bd128f55d720fdd9bb890" |