Forum Discussion
Hi,
I found a similar article discussing the same issue:
https://github.com/Angstrom-distribution/setup-scripts/issues/52
The answer seem to be that:
AUTOREV was somehow causing the problem, so in meta-linaro/recipes-kernel/linux/linaro-kernel.inc I replaced
SRCREV = "${AUTOREV}"
with
SRCREV = "b7a37b8b4f219e8b39223157ac311f9e3dc384ec"
Regards.
- SDabh6 years ago
New Contributor
@LAthu and @EberL_Intel I am also facing the same problem and I have tried solution suggested by you. But it didn't work for me. Please let me know if you find any solution.
Thank you,
Sunil
- EBERLAZARE_I_Intel6 years ago
Regular Contributor
Hi,
There is a tutorial on compiling the Angstrom and root file system, if the above solution didn't help:
https://github.com/robertofem/CycloneVSoC-examples/tree/master/SD-operating-system/Angstrom-v2013.12#4---compile-and-u-boot-kernel-and-root-file-system
Regards.