Jump to content


scruff1963

Member Since 24 Mar 2010
Offline Last Active 20 Jul 2015 16:22
-----

Posts I've Made

In Topic: Openpli 3.0 Does not build anymore

5 April 2013 - 17:54

could you give guided steps for those 2 please??


This is what to do :-

Give console commands :-

cd /home/****/Documents
git clone --bare git://openpli.git.sourceforge.net/gitroot/openpli/enigma2;protocol=git;branch=master

You see :-

enigma2;protocol=git;branch=master
Cloning into bare repository 'enigma2.git'...
remote: Counting objects: 75442, done.
remote: Compressing objects: 100% (22422/22422), done.
remote: Total 75442 (delta 60869), reused 66336 (delta 52948)
Receiving objects: 100% (75442/75442), 39.11 MiB | 2.01 MiB/s, done.
Resolving deltas: 100% (60869/60869), done.

In folder Documents now you will find a folder enigma2.git.

In /home/****/openpli/openpli-oe-core/sources you find folder git2. Make a new folder inside it named - openpli.git.sourceforge.net.gitroot.openpli.enigma2

Copy all the items from Documents/enigma2.git into the new folder.

Then give console commands :-

cd /home/****/openpli/openpli-oe-core/build-vuduo
source ./env.source
bitbake -cclean enigma2
bitbake enigma2

When the bitbake is finished, restart console and start make image again.

Good luck, pcd.

Thanks for that

git clone --bare git://openpli.git.sourceforge.net/gitroot/openpli/skin-magic;protocol=git;branch=master

works fine as well but rename it to openpli.git.sourceforge.net.gitroot.openpli.skin-magic

I used the same clean command though.


In Topic: AutoBouquetsMaker

5 January 2013 - 06:58

Do you have dvbsnoop installed on your image ?.
I know lraizers original needed it so assuming this does as well.

In Topic: openpli 3.0 does not build anymore

28 December 2012 - 18:19

Yes thanks Milo

In Topic: openpli 3.0 does not build anymore

28 December 2012 - 16:57

It's these commits that are stopping it

http://openpli.git.s...f2546c52636a15f

whats the cmd line for pulling git rev e1a93c51a1365fc2a120692456d1defdb267b7ff ?

In Topic: libdreamdvd

23 December 2012 - 13:41

Thanks both for answering it's all running fine again now.