MC2

Linux Getting Started on Altera SoC Development Board – Using Yocto Source Package
Yocto: Building Yocto with meta-altera

sudo apt-get install sed wget cvs subversion git-core coreutils unzip texi2html texinfo libsdl1.2-dev docbook-utils gawk python-pysqlite2 diffstat help2man make gcc build-essential g++ desktop-file-utils chrpath libgl1-mesa-dev libglu1-mesa-dev mercurial autoconf automake groff libtool xterm

Failed to fetch URL git://github.com/file/file.git

WARNING: file-native-5.28-r0 do_fetch: Failed to fetch URL git://github.com/file/file.git, attempting MIRRORS if available
ERROR: file-native-5.28-r0 do_fetch: Fetcher failure: Unable to find revision 3c521817322a6bf5160cfeb09b9145ccde587b2a in branch master even from upstream
ERROR: file-native-5.28-r0 do_fetch: Fetcher failure for URL: 'git://github.com/file/file.git'. Unable to fetch URL from any source.
ERROR: file-native-5.28-r0 do_fetch: Function failed: base_do_fetch
ERROR: Logfile of failure stored in: /opt/yocto/build/tmp/work/x86_64-linux/file-native/5.28-r0/temp/log.do_fetch.8869
ERROR: Task (virtual:native:/opt/yocto/poky/meta/recipes-devtools/file/file_5.28.bb:do_fetch) failed with exit code '1'

Problem:
/opt/yocto/poky/meta/recipes-devtools/file/file_5.28.bb
uses wrong SRCREV = "3c521817322a6bf5160cfeb09b9145ccde587b2a"

Using new:
/opt/yocto/poky/meta/recipes-devtools/file/file_5.30.bb
SRCREV = "3050419355566d2a96c5be97fef0ffae097bbb96"

[v2] file: 5.28 -> 5.29
file_5.30.bb

Kernel

Kernel development
Devm functions and their CORRECT usage
Device Tree Mysteries
Device Tree Usage
Is it possible to get the information for a device tree using /sys of a running kernel?
how to access and debug a FDT/DTS device tree from a Linux driver (seg-fault)

Leave a Reply

Your email address will not be published. Required fields are marked *