Jump to content


countpierre

Member Since 8 Aug 2020
Offline Last Active 12 Oct 2020 06:31
-----

Posts I've Made

In Topic: Development Build DM8000

12 October 2020 - 06:30

Yes, good.
Thanks.

In Topic: Development Build DM8000

10 October 2020 - 19:57

 

Added it, please have a look, I have got no time to test it myself.

 

That doesn't work

 

"

ERROR: openpli-enigma2-image-1.0-r0 do_image_ubinfi: Error executing a python function in exec_python_func() autogenerated:
 
The stack trace of python calls that resulted in this exception/failure was:
File: 'exec_python_func() autogenerated', lineno: 2, function: <module>
     0001:
 *** 0002:extend_recipe_sysroot(d)
     0003:
File: '/Media1/OpenPLi-develop/openembedded-core/meta/classes/staging.bbclass', lineno: 551, function: extend_recipe_sysroot
     0547:                    dest = newmanifest[l]
     0548:                    if l.endswith("/"):
     0549:                        staging_copydir(l, targetdir, dest, seendirs)
     0550:                        continue
 *** 0551:                    staging_copyfile(l, targetdir, dest, postinsts, seendirs)
     0552:
     0553:    bb.note("Installed into sysroot: %s" % str(msg_adding))
     0554:    bb.note("Skipping as already exists in sysroot: %s" % str(msg_exists))
     0555:
File: '/Media1/OpenPLi-develop/openembedded-core/meta/classes/staging.bbclass', lineno: 152, function: staging_copyfile
     0148:        os.symlink(linkto, dest)
     0149:        #bb.warn©
     0150:    else:
     0151:        try:
 *** 0152:            os.link(c, dest)
     0153:        except OSError as err:
     0154:            if err.errno == errno.EXDEV:
     0155:                bb.utils.copyfile(c, dest)
     0156:            else:
Exception: FileNotFoundError: [Errno 2] No such file or directory: '/Media1/OpenPLi-develop/build/tmp/sysroots-components/x86_64/mtd-utils-native/sysroot-providers/mtd-utils-native' -> '/Media1/OpenPLi-develop/build/tmp/work/dm8000-oe-linux/openpli-enigma2-image/1.0-r0/recipe-sysroot-native/sysroot-providers/mtd-utils-native'
 
ERROR: Logfile of failure stored in: /Media1/OpenPLi-develop/build/tmp/work/dm8000-oe-linux/openpli-enigma2-image/1.0-r0/temp/log.do_image_ubinfi.10568
ERROR: Task (/Media1/OpenPLi-develop/meta-openpli/recipes-openpli/images/openpli-enigma2-image.bb:do_image_ubinfi) failed with exit code '1'
"
 
I think the depends for this has to be in openembedded-core.

 

 

I think this is not good test

Cache problem

 

 

Please ignore

 

 

Will try with new build environment


In Topic: Development Build DM8000

10 October 2020 - 18:54

Added it, please have a look, I have got no time to test it myself.

 

That doesn't work

 

"

ERROR: openpli-enigma2-image-1.0-r0 do_image_ubinfi: Error executing a python function in exec_python_func() autogenerated:
 
The stack trace of python calls that resulted in this exception/failure was:
File: 'exec_python_func() autogenerated', lineno: 2, function: <module>
     0001:
 *** 0002:extend_recipe_sysroot(d)
     0003:
File: '/Media1/OpenPLi-develop/openembedded-core/meta/classes/staging.bbclass', lineno: 551, function: extend_recipe_sysroot
     0547:                    dest = newmanifest[l]
     0548:                    if l.endswith("/"):
     0549:                        staging_copydir(l, targetdir, dest, seendirs)
     0550:                        continue
 *** 0551:                    staging_copyfile(l, targetdir, dest, postinsts, seendirs)
     0552:
     0553:    bb.note("Installed into sysroot: %s" % str(msg_adding))
     0554:    bb.note("Skipping as already exists in sysroot: %s" % str(msg_exists))
     0555:
File: '/Media1/OpenPLi-develop/openembedded-core/meta/classes/staging.bbclass', lineno: 152, function: staging_copyfile
     0148:        os.symlink(linkto, dest)
     0149:        #bb.warn©
     0150:    else:
     0151:        try:
 *** 0152:            os.link(c, dest)
     0153:        except OSError as err:
     0154:            if err.errno == errno.EXDEV:
     0155:                bb.utils.copyfile(c, dest)
     0156:            else:
Exception: FileNotFoundError: [Errno 2] No such file or directory: '/Media1/OpenPLi-develop/build/tmp/sysroots-components/x86_64/mtd-utils-native/sysroot-providers/mtd-utils-native' -> '/Media1/OpenPLi-develop/build/tmp/work/dm8000-oe-linux/openpli-enigma2-image/1.0-r0/recipe-sysroot-native/sysroot-providers/mtd-utils-native'
 
ERROR: Logfile of failure stored in: /Media1/OpenPLi-develop/build/tmp/work/dm8000-oe-linux/openpli-enigma2-image/1.0-r0/temp/log.do_image_ubinfi.10568
ERROR: Task (/Media1/OpenPLi-develop/meta-openpli/recipes-openpli/images/openpli-enigma2-image.bb:do_image_ubinfi) failed with exit code '1'
"
 
I think the depends for this has to be in openembedded-core.

In Topic: Development Build DM8000

10 October 2020 - 16:42

I just got it to build by adding....

 

" do_image_ubinfi[depends] += "mtd-utils-native:do_populate_sysroot" "

to

" ./openembedded-core/meta/classes/image_types.bbclass "

 

 

Many thanks.


In Topic: Development Build DM8000

10 October 2020 - 08:13

For the moment the DM8000 builds again, I had to disable a few out-of-tree wifi drivers that don't compile with the old kernel.

 

Thanks for your work.

But I still get the error "mkfs.jffs2: not found".

 

In the release-7.3 I don't get that error.

here I notice mtd-utils-native is built

 

I tried adding mtd-utils to the OS but that doesn't help.