In trying to build the last published cubietruck build from openpctv
I beleive I ran into the above issue.
git clone openpctv
git checkout ae89d1 [by date the build I want circa 26/nov/2013]
make menuconfig
use alternate config from config/defconfigs/openpctv-xbmc-a20-cubietruck.conf
exit
cp config/defconfigs/openpctv-xbmc-a20-cubietruck.conf build/build.host/kconfig-frontends-3.8.0.0/.config
[Missing patch that looks in more places]
make
.....
--2014-02-24 16:19:58--
http://sources.openbricks.org/devel/xbmc-frodo-12.2-re7d9567.tar.bz2Resolving
sources.openbricks.org (
sources.openbricks.org)... 67.203.12.194
Connecting to
sources.openbricks.org (
sources.openbricks.org)|67.203.12.194|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2014-02-24 16:19:58 ERROR 404: Not Found.
[repeats]
[This version no longer there]
So it tries git
[using config/platforms/arm/a20/packages/xbmc/meta and xbmc-pvr-addons/meta]
Can't get xbmc sources, falling back to repository
Cloning into 'sources/xbmc/xbmc-frodo-12.2-re7d9567'...
remote: Counting objects: 263980, done.
remote: Compressing objects: 100% (67467/67467), done.
remote: Total 263980 (delta 188634), reused 263975 (delta 188629)
Receiving objects: 100% (263980/263980), 389.78 MiB | 1.04 MiB/s, done.
Resolving deltas: 100% (188634/188634), done.
Submodule 'touched' (git://
github.com/xbmc/skin.touched.git) registered for path 'addons/skin.touched'
Submodule 'pvr-addons' (git-at-github.com:rellla/xbmc-pvr-addons.git) registered for path 'pvr-addons'
Cloning into 'addons/skin.touched'...
remote: Counting objects: 2330, done.
remote: Compressing objects: 100% (645/645), done.
remote: Total 2330 (delta 1428), reused 2330 (delta 1428)
Receiving objects: 100% (2330/2330), 9.28 MiB | 1.24 MiB/s, done.
Resolving deltas: 100% (1428/1428), done.
Submodule path 'addons/skin.touched': checked out '932a728725889c4220bc4ac42f18b082e4361f86'
Cloning into 'pvr-addons'...
Permission denied (publickey).
fatal: The remote end hung up unexpectedly
Clone of 'git-at-github.com:rellla/xbmc-pvr-addons.git' into submodule path 'pvr-addons' failed
[Manual clones of these pieces work !]
Then I found:-
# HG changeset patch
# User Ricky Xian <
xxxxxx-at-gmail.com>
# Date 1385453291 -28800
# Node ID 4441fc70a0e1ac1b486064665681396c4deef694
# Parent f5b3eb46f6847c600444e9a84cc82d90351e4b23
scripts/get: detect exist packages in sources folder
Which I manually applied.
So I git'd/zipped/tarred the appropriate pieces [with appropriate names] into .tar.bz2's
and put them in sources/xbmc/
scripts/get xbmc
never gets to this chunk..
I could live with manually getting/adding the tar.bz2's if this can be made to work.
[Is there more to the patch than the piece I found? or some further changes reguired to get it to work ? ].
Also each time scripts/get xbmc runs it deletes the tar.bz2.
Or if the relevant xbmc,xbmc-pvr-addons could be put back into
http://sources.openbricks.org/devel/Or if there's a recipe to get it all to build, I'd use that. [I tried the existing xbmc-frodo's 12.2,12.3 but they
run into a variety of other issues].
Or if there's a way of doing a manual git clone I'll use that, I've never worked with submodules..
Or if there's a better candidate a20/cubieboard/cubietruck build from another project I'll try that.
Thanks...