Commit 6dc900a3819fd154046bec9f7da8e8fa45a4cc94

Authored by Eric Lee
1 parent 5802febe03
Exists in master

Add i.MX7 solo core support

Showing 2 changed files with 2 additions and 2 deletions Side-by-side Diff

recipes-bsp/u-boot/u-boot-smarcfimx7_2017.03.bb
... ... @@ -14,7 +14,7 @@
14 14 UBOOT_SRC ?= "git://git@git.embedian.com/developer/smarc-t335x-uboot.git;protocol=ssh"
15 15 SRCBRANCH = "smarc-imx7_v2017.03_4.9.11_1.0.0_ga"
16 16 SRC_URI = "${EMB_UBOOT_MIRROR};protocol=ssh;branch=${SRCBRANCH}"
17   -SRCREV = "2a2968413cc1971ced465c5b2bdce12c3f857d9e"
  17 +SRCREV = "896d8de8f523020836b761ec3f248e01b5df379c"
18 18  
19 19 S = "${WORKDIR}/git"
20 20  
recipes-kernel/linux/linux-smarcfimx7_4.9.88.bb
... ... @@ -28,7 +28,7 @@
28 28  
29 29 KERNEL_SRC ?= "git@git.embedian.com:developer/smarc-fsl-linux-kernel.git;protocol=git"
30 30 SRC_URI = "${EMB_KERNEL_MIRROR};protocol=ssh;branch=${SRCBRANCH}"
31   -SRCREV = "e1a2ce3a2043a9e74dd1df5555bc970cb800bd81"
  31 +SRCREV = "bebd676186979b874bd801f47f7473f021b535bb"
32 32  
33 33 S = "${WORKDIR}/git"
34 34