Jump to content


Photo

Inherit distutils-openplugins

bitbake inherit distutils-openplugins

  • Please log in to reply
5 replies to this topic

#1 athoik

  • PLi® Core member
  • 8,458 posts

+327
Excellent

Posted 5 October 2013 - 09:18

Hello,

 

 

I am inheriting distutils-openplugins in greeknetradio.bb

 

Using openpli 4 everything works great. Today i tried this for OpenPLi 3.0 (custom build for dm800)

 

But build was failling, with the following error:

 

 

/opt/openpli/openpli3/build-dm800/tmp/work/mips32el-nf-oe-linux/enigma2-plugin-extensions-greeknetradio-2.0-r0/temp/run.do_compile.8460: line 79: distutils-openplugins_do_compile: command not found
 
do_compile() {

        distutils-openplugins_do_compile
 
}



distutils_do_compile() {

         STAGING_INCDIR=/opt/openpli/openpli3/build-dm800/tmp/sysroots/dm800/usr/include \

         STAGING_LIBDIR=/opt/openpli/openpli3/build-dm800/tmp/sysroots/dm800/usr/lib \

         BUILD_SYS=x86_64-linux HOST_SYS=mipsel-oe-linux \

         /opt/openpli/openpli3/build-dm800/tmp/sysroots/x86_64-linux/usr/bin/python setup.py build  || \

         bbfatal "python setup.py build_ext execution failed."
 
}

 

Also same was happening for do_install (it was calling distutils-openplugins_do_install)

 

I end up appending the following to distutils-openplugins.bbclass

 

 

do_compile() {

        distutils_do_compile
 
}



do_install() {

        distutils_do_install
 
}

 

I am doing something wrong?

 

Thanks.


Edited by athoik, 5 October 2013 - 09:19.

Wavefield T90: 0.8W - 1.9E - 4.8E - 13E - 16E - 19.2E - 23.5E - 26E - 33E - 39E - 42E - 45E on EMP Centauri DiseqC 16/1
Unamed: 13E Quattro - 9E Quattro on IKUSI MS-0916

Re: Inherit distutils-openplugins #2 Persian Prince

  • Senior Member
  • 1,982 posts

+247
Excellent

Posted 6 October 2013 - 02:27

we have a good and stable dm800 OE Core build

 

you can install this plugin like what i've done for azbox : https://github.com/O...sions-aziptv.bb


Open Vision sources: https://github.com/OpenVisionE2


Re: Inherit distutils-openplugins #3 athoik

  • PLi® Core member
  • 8,458 posts

+327
Excellent

Posted 6 October 2013 - 08:15

we have a good and stable dm800 OE Core build

 

you can install this plugin like what i've done for azbox : https://github.com/O...sions-aziptv.bb

 

 I am sure OE core build is great, patches for dm800 (in order to work with OpenPLi 3.0) were from OE-Alliance git.

 

But for now we prefer to stick with OpenPLi. We are OpenPLi fans :)


Wavefield T90: 0.8W - 1.9E - 4.8E - 13E - 16E - 19.2E - 23.5E - 26E - 33E - 39E - 42E - 45E on EMP Centauri DiseqC 16/1
Unamed: 13E Quattro - 9E Quattro on IKUSI MS-0916

Re: Inherit distutils-openplugins #4 Persian Prince

  • Senior Member
  • 1,982 posts

+247
Excellent

Posted 6 October 2013 - 14:14

we have a good and stable dm800 OE Core build

 

you can install this plugin like what i've done for azbox : https://github.com/O...sions-aziptv.bb

 

 I am sure OE core build is great, patches for dm800 (in order to work with OpenPLi 3.0) were from OE-Alliance git.

 

But for now we prefer to stick with OpenPLi. We are OpenPLi fans :)

 

who said anything about OE-A ? ;)

 

you can grab what you need from http://git.opendream...aster;hb=master

 

i can add the dm800 support to Open PLi 3.0 but i think they don't want it
 


Open Vision sources: https://github.com/OpenVisionE2


Re: Inherit distutils-openplugins #5 MiLo

  • PLi® Core member
  • 14,045 posts

+298
Excellent

Posted 6 October 2013 - 18:23

OpenPLi 3.0 will not work on the old 2.6.18 kernels.
Real musicians never die - they just decompose

Re: Inherit distutils-openplugins #6 pieterg

  • PLi® Core member
  • 32,766 posts

+245
Excellent

Posted 6 October 2013 - 18:27

At least not without some hacks in oe-core.
Hacks which we want to keep out obviously.



Also tagged with one or more of these keywords: bitbake, inherit, distutils-openplugins

1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users