ok now building, I well had to change the inherit task into inherit packagegroup
OpenPLI4?
Re: OpenPLI4? #121
Re: OpenPLI4? #122
Posted 9 July 2013 - 16:50
I looked up into the current bitbake used by upstream task is not usable anymore
task-openpliplugins.bb must be packagegroup-openpliplugins.bb the ineherit task must be inherit packagegroup
The in openpli-enigma2-image.bb the task-openpliplugins \ needs to be changed in packagegroup-openpliplugins \
That's according to bitbake openembedded-core : http://www.openembed...data_to_OE-Core
Maybe it's working by You cause You run it but with an older bitbake into you're setup ?
Re: OpenPLI4? #123
Posted 9 July 2013 - 17:07
The end result by me is still ERROR: Task 713 (/home/christophe/openpli40/openpli-oe-core/meta-openpli/recipes-linux/linux/linux-dreambox_3.2.bb, do_compile) failed with exit code '1
I just once go and try to put an older bb that from the upstream before into my openpli-oe-core map
to bad does not work out with the bitbake from previous upstream it gives
Building image for dm8000
ERROR: OE-core's config sanity checker detected a potential misconfiguration.
Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
Following is the list of potential problems / advisories:
Bitbake version 1.19.1 is required and version 1.17.1 was found
ERROR: Execution of event handler 'check_sanity_eventhandler' failed
make: *** [image] Fout 1
Re: OpenPLI4? #124
Re: OpenPLI4? #125
Re: OpenPLI4? #126
Re: OpenPLI4? #127
Re: OpenPLI4? #128
Re: OpenPLI4? #129
Re: OpenPLI4? #130
Re: OpenPLI4? #131
Posted 10 July 2013 - 06:41
Maar waarschijnlijk betreft het hier gewoon een bug in de kernel die door een nieuwere gcc aan het licht wordt gebracht en die later in de kernel is opgelost, dan is 't beter om de oplossing over te nemen.
Re: OpenPLI4? #132
Re: OpenPLI4? #133
Posted 10 July 2013 - 14:18
Op een kernel update van DMM moesten we de laatste keer ongeveer drie jaar wachten, en op die van de dm800 en dm7025 wachten we na al die jaren nog steeds, dus ik denk neit dat we dat gaan doen
Ik vermoed dat alleen deze wijziging aan de kernel moet worden toegevoegd:
http://git.kernel.or...d3c6cc896a56cff
Re: OpenPLI4? #134
Re: OpenPLI4? #135
Re: OpenPLI4? #136
Posted 10 July 2013 - 18:21
Patch voor de makefile gaf een error. Er stond iets anders dan de patch verwachte. Na wat experimenteren bouwt hij de kernel voor de DM8000 met de aangepaste patch.
diff --git a/arch/mips/mm/Makefile b/arch/mips/mm/Makefile
index 4aa2028..fd6203f 100644
--- a/arch/mips/mm/Makefile
+++ b/arch/mips/mm/Makefile
@@ -3,8 +3,8 @@
#
obj-y += cache.o dma-default.o extable.o fault.o \
- init.o mmap.o tlbex.o tlbex-fault.o uasm.o \
- page.o
+ init.o mmap.o page.o page-funcs.o \
+ tlbex.o tlbex-fault.o uasm.o
obj-$(CONFIG_32BIT) += ioremap.o pgtable-32.o
obj-$(CONFIG_64BIT) += pgtable-64.o
Kernel gebouwd. Nu de rest nog.Build loopt
Dreambox dm920, Uclan Ustym4Kpro, Gigablue UHD TRIO 4K and Dreambox dm8000. Wavefrontier T55 13.0|19.2|23.5|28.2 + Ziggo.
Re: OpenPLI4? #137
Re: OpenPLI4? #138
Re: OpenPLI4? #139
Re: OpenPLI4? #140
27 user(s) are reading this topic
0 members, 27 guests, 0 anonymous users