Hi support
After when i bought your board Rock960, downloading Yocto and tried to generate the first test environment, i had weird fault.
I tried to build using configuration on this topic:
linux-rockchip_4.4.bb:
"
require recipes-kernel/linux/linux-yocto.inc
DEPENDS += “openssl-native”
SRC_URI = "
git://github.com/96rocks/kernel.git;branch=rock960-4.4-dev;
"
#SRCREV = “15dbb651be03ed7f9905f2e7c54b61d55011f54a”
SRCREV = “1bbc6c266324425d3709924be253976a19da83b7”
LINUX_VERSION = “4.4.103”
Override local version in order to use the one generated by linux build system
And not “yocto-standard”
LINUX_VERSION_EXTENSION = “”
PR = “r1”
PV = “${LINUX_VERSION}”
Include only supported boards for now
COMPATIBLE_MACHINE = “(rk3036|rk3066|rk3288|rk3328|rk3399)”
deltask kernel_configme
"
part from LOGS:
"
WARNING: Failed to fetch URL git://github.com/rockchip-linux/rkbin.git, attempting MIRRORS if available
DEBUG: Fetcher failure: Unable to find revision f64ded672836b47db3f6a0d04d8ccb4180fb3d55 in branch master even from upstream
DEBUG: Trying MIRRORS
DEBUG: For url [‘git’, ‘github.com’, ‘/rockchip-linux/rkbin.git’, ‘’, ‘’, OrderedDict()] comparing [‘ftp’, ‘.’, '/.’, ‘’, ‘’, OrderedDict()] to [‘http’, ‘downloads.yoctoproject.org’, ‘/mirror/sources/’, ‘’, ‘’, OrderedDict()]
"
Regards
Bartosz