spedagadi / tinkerboard-yocto-qt5-eglfs

Console based Yocto QT5 image for Tinkerboard
10 stars 6 forks source link

rkbin failed to fetch URL. Alternate commit id? #7

Open dmacattack opened 6 years ago

dmacattack commented 6 years ago

I am getting this error:

WARNING: rk-binary-native-git-r0 do_fetch: Failed to fetch URL git://github.com/rockchip-linux/rkbin.git, attempting MIRRORS if available
ERROR: rk-binary-native-git-r0 do_fetch: Fetcher failure: Unable to find revision 6dc367cc3353577c037c3c4e85fbed1a54fe84b5 in branch master even from upstream

However, when I sync the repo from rkbin I have this:

$ git show 6dc367cc3353577c037c3c4e85fbed1a54fe84b5
commit 6dc367cc3353577c037c3c4e85fbed1a54fe84b5
Author: Hans Yang <yhx@rock-chips.com>
Date:   Wed Aug 30 17:00:40 2017 +0800

    rkdeveloptool: update the lastest code build binary

    1.add pgpt command to list gpt info
    2.solve the issue that erase flash doesn't work
    3.add "wlx" command support flash image by name
    4.flash sparse image by wlx command
    5.correct grow partition size error
    6.correct backup gpt error
    7.add set fixed partition uuid function with parameter_gpt.txt

    Change-Id: I0a2f92890f88054890eef333161b4eb545f5df05
    Signed-off-by: Hans Yang <yhx@rock-chips.com>

diff --git a/tools/rkdeveloptool b/tools/rkdeveloptool
index 9603b2e..8e8f2ba 100755
Binary files a/tools/rkdeveloptool and b/tools/rkdeveloptool differ

Yet, If I search through the git log (around Aug30 2017) I don't see this check-in.

commit 8233628bd9a3d2f456ea8efa827d914c86f6fbbc
Author: willam.wei <willam.wei@rock-chips.com>
Date:   Fri Sep 1 17:18:13 2017 +0800

    rk3399: bl32: add rk3399_bl32_tee_ta_DRM_v1.20.bin

    build from optee_os commit 438e3f7852917523e869334fba675c1f7fabf078
    update features:
    1.  if #define CONFIG_MERGER_TRUSTIMAGE_DRM
        the file "rk3399_bl32_tee_ta_DRM_v1.20.bin"
        will be packed in trust.img

    Change-Id: Ie4c698ef7ec4836b22618b6a9a7979b80d7e23a3
    Signed-off-by: willam.wei <willam.wei@rock-chips.com>

commit 59dd4b27c0ca6c67c683f4af8eae6ea039bb6719
Author: Joseph Chen <chenjh@rock-chips.com>
Date:   Mon Aug 14 14:19:15 2017 +0800

    rk3368: fix chip name dump for kernel4.4 box product

    chip name uses "RK3368".

    Change-Id: I216d1cedfc43c4f48855e13f4e116c9020180f97
    Signed-off-by: Joseph Chen <chenjh@rock-chips.com>

Does anyone know what's going on? What alternate commit ID should I use in order to get it to sync?