diff options
-rw-r--r-- | meta/recipes-bsp/u-boot/u-boot-common.inc | 2 | ||||
-rw-r--r-- | meta/recipes-bsp/u-boot/u-boot-tools_2021.01.bb (renamed from meta/recipes-bsp/u-boot/u-boot-tools_2020.10.bb) | 0 | ||||
-rw-r--r-- | meta/recipes-bsp/u-boot/u-boot_2020.10.bb | 5 | ||||
-rw-r--r-- | meta/recipes-bsp/u-boot/u-boot_2021.01.bb | 4 |
4 files changed, 5 insertions, 6 deletions
diff --git a/meta/recipes-bsp/u-boot/u-boot-common.inc b/meta/recipes-bsp/u-boot/u-boot-common.inc index cbce408a28..5a8035f432 100644 --- a/meta/recipes-bsp/u-boot/u-boot-common.inc +++ b/meta/recipes-bsp/u-boot/u-boot-common.inc | |||
@@ -12,7 +12,7 @@ PE = "1" | |||
12 | 12 | ||
13 | # We use the revision in order to avoid having to fetch it from the | 13 | # We use the revision in order to avoid having to fetch it from the |
14 | # repo during parse | 14 | # repo during parse |
15 | SRCREV = "050acee119b3757fee3bd128f55d720fdd9bb890" | 15 | SRCREV = "c4fddedc48f336eabc4ce3f74940e6aa372de18c" |
16 | 16 | ||
17 | SRC_URI = "git://git.denx.de/u-boot.git \ | 17 | SRC_URI = "git://git.denx.de/u-boot.git \ |
18 | " | 18 | " |
diff --git a/meta/recipes-bsp/u-boot/u-boot-tools_2020.10.bb b/meta/recipes-bsp/u-boot/u-boot-tools_2021.01.bb index ef386f76e6..ef386f76e6 100644 --- a/meta/recipes-bsp/u-boot/u-boot-tools_2020.10.bb +++ b/meta/recipes-bsp/u-boot/u-boot-tools_2021.01.bb | |||
diff --git a/meta/recipes-bsp/u-boot/u-boot_2020.10.bb b/meta/recipes-bsp/u-boot/u-boot_2020.10.bb deleted file mode 100644 index 4f5b3e5dfd..0000000000 --- a/meta/recipes-bsp/u-boot/u-boot_2020.10.bb +++ /dev/null | |||
@@ -1,5 +0,0 @@ | |||
1 | require u-boot-common.inc | ||
2 | require u-boot.inc | ||
3 | |||
4 | DEPENDS += "bc-native dtc-native" | ||
5 | |||
diff --git a/meta/recipes-bsp/u-boot/u-boot_2021.01.bb b/meta/recipes-bsp/u-boot/u-boot_2021.01.bb new file mode 100644 index 0000000000..2eef1e900e --- /dev/null +++ b/meta/recipes-bsp/u-boot/u-boot_2021.01.bb | |||
@@ -0,0 +1,4 @@ | |||
1 | require u-boot-common.inc | ||
2 | require u-boot.inc | ||
3 | |||
4 | DEPENDS += "bc-native dtc-native python3-setuptools-native" | ||