Looks like between adding new platforms and modifying .inc, some files were not properly deployed and got missed from sstate cache.
Signed-off-by: Denys Dmytriyenko <[email protected]> --- recipes-bsp/u-boot/u-boot-ti-staging_2017.01.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes-bsp/u-boot/u-boot-ti-staging_2017.01.bb b/recipes-bsp/u-boot/u-boot-ti-staging_2017.01.bb index c279e41..f754889 100644 --- a/recipes-bsp/u-boot/u-boot-ti-staging_2017.01.bb +++ b/recipes-bsp/u-boot/u-boot-ti-staging_2017.01.bb @@ -1,5 +1,7 @@ require u-boot-ti.inc +PR = "r1" + BRANCH = "ti-u-boot-2017.01" SRCREV = "da5f8ccd0176b613a70566456577a4cfde96d653" -- 2.7.4 -- _______________________________________________ meta-ti mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-ti
