Jump to content


Photo

Development Build DM8000


  • Please log in to reply
33 replies to this topic

Re: Development Build DM8000 #21 countpierre

  • Senior Member
  • 27 posts

0
Neutral

Posted 9 October 2020 - 17:49

There is a link https://github.com/n...87707463bcc1268 with update for nfi image.

 

but I get error about "mkfs.jffs2: not found"

 

Missing dependency?



Re: Development Build DM8000 #22 WanWizard

  • PLi® Core member
  • 68,303 posts

+1,718
Excellent

Posted 9 October 2020 - 18:03

Yes, we've been busy trying to fix it. But it isn't fixed yet, otherwise I would have reported that back ;).

 

That error looks like the host OS is missing it.


Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Pro (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)

Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.

Many answers to your question can be found in our new and improved wiki.


Re: Development Build DM8000 #23 WanWizard

  • PLi® Core member
  • 68,303 posts

+1,718
Excellent

Posted 10 October 2020 - 00:05

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.


Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Pro (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)

Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.

Many answers to your question can be found in our new and improved wiki.


Re: Development Build DM8000 #24 countpierre

  • Senior Member
  • 27 posts

0
Neutral

Posted 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.



Re: Development Build DM8000 #25 WanWizard

  • PLi® Core member
  • 68,303 posts

+1,718
Excellent

Posted 10 October 2020 - 15:18

I just checked my buildserver:

[wanwizard@batman ~]$ mkfs
mkfs         mkfs.btrfs   mkfs.cramfs  mkfs.ext2    mkfs.ext3    mkfs.ext4    mkfs.fat     mkfs.minix   mkfs.msdos   mkfs.vfat    mkfs.xfs  

and I don't have it in the host OS too.

 

If mtd-utils-native doesn't build for you, we'll have to look into that.

 

I have it built on my server (in build/tmp/sysroots-components/x86_64), but that could easily be because I build for more than one box.


Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Pro (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)

Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.

Many answers to your question can be found in our new and improved wiki.


Re: Development Build DM8000 #26 countpierre

  • Senior Member
  • 27 posts

0
Neutral

Posted 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.


Edited by countpierre, 10 October 2020 - 16:42.


Re: Development Build DM8000 #27 WanWizard

  • PLi® Core member
  • 68,303 posts

+1,718
Excellent

Posted 10 October 2020 - 17:49

That should be part of meta-dream.

 

@Neo?


Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Pro (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)

Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.

Many answers to your question can be found in our new and improved wiki.


Re: Development Build DM8000 #28 neo

  • PLi® Contributor
  • 712 posts

+44
Good

Posted 10 October 2020 - 18:03

Seen it, I'll have a look...



Re: Development Build DM8000 #29 neo

  • PLi® Contributor
  • 712 posts

+44
Good

Posted 10 October 2020 - 18:09

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



Re: Development Build DM8000 #30 countpierre

  • Senior Member
  • 27 posts

0
Neutral

Posted 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.

Edited by countpierre, 10 October 2020 - 18:55.


Re: Development Build DM8000 #31 countpierre

  • Senior Member
  • 27 posts

0
Neutral

Posted 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


Edited by countpierre, 10 October 2020 - 19:59.


Re: Development Build DM8000 #32 WanWizard

  • PLi® Core member
  • 68,303 posts

+1,718
Excellent

Posted 10 October 2020 - 21:59

You should never modify external code, that would become a nightmare when you need to update.

 

I ran a test build about an hour ago with Neo's changes, and didn't notice any issues.


Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Pro (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)

Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.

Many answers to your question can be found in our new and improved wiki.


Re: Development Build DM8000 #33 WanWizard

  • PLi® Core member
  • 68,303 posts

+1,718
Excellent

Posted 11 October 2020 - 14:27

Last nights develop build also ran fine, so I think this is case closed?


Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Pro (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)

Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.

Many answers to your question can be found in our new and improved wiki.


Re: Development Build DM8000 #34 countpierre

  • Senior Member
  • 27 posts

0
Neutral

Posted 12 October 2020 - 06:30

Yes, good.
Thanks.


1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users