-
Notifications
You must be signed in to change notification settings - Fork 182
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bananapi core-image-sato thud #240
Comments
Hi, I actually came across your issue because I was looking for the PACKAGECONF option that you had on the first line. It seems meta-sunxi hasn't been updated recently. dri2proto has been replaced with xorgproto in Thud, so has xextproto (replaced with xorgproto), you may have to modify the dependencies in all the files that contain it, or create some form of bbappend file to modify the dependencies. Best of luck, Thanks. |
Thanks for the answer, I do as You suggested and compilation start. Unfortunately, I stack on gstreamer. Please take a look
How can I resolve this issue? What happens with gstreamer? Regards |
Weird. I seem to be having the same issue when trying to compile something that uses gstreamer as well. Any luck? |
Hello, So I managed to find a bit of a work around, that involves using Mesa's software rendering as opposed to the hardware rendering. I'm using this temporarily until we can get this working. In your local.conf file, add:
Also, ensure that you have opengl selected (I put it in Hope that helps for now. I'll have a look at the hardware rendering portion using sunxi-mali at some point in the future. |
Hello Medemi68, As I good understand the problem is with mali graphics packages, am I right? Thanks a lot. |
I think it has something to do with those, yeah. It seems as though this repository is not well maintained. Then again, I can pretty much say that for the entirety of openembedded |
Hi Mark, Applied and started compilation, in my host, it takes about 2 hours.
I back with results Regards |
Hello Mark,
I do not touch anything than mentioned #252 and #253. Just clear take meta-sunxi thud branch applied patch. |
@voloviq ok thanks for reporting. Can you pls post conf/local.conf + bblayer.conf (stripped if contains customer stuff) and provide which command you're running to build? I'll try it here. Did you do clean build (wipe out everything?).Thanks. |
The content is not confident I can share it, this is my hobby To build I use simple
bblayers.conf
local.conf Just minor changes from original
Everythings was clear before start compilation. |
Are you on actual master? I have those when run build:
|
Sorry was using poky warrior (not thud). |
I check it twice still the same
Something is missing |
|
Do You build Your Yocto environment using
|
Sorry, I don't see Your post above. I check it. |
I've tried and was able to workaround issue with below patch (it is combination of above + some other fixes). I need to start looking about all those dependencies as it's really mess :) (with this patch on SW rendering works though) :
|
Sorry Mark, I still not able to build core-image-sato. I make a combination of poky warrior, meta-sunxi thud. I also try to apply above Your patch but still without success. OpenGL is not an easy thing to do. If You look on similar bb layer form other manufacturers it looks the same complicated. |
OK pls give me some time. Looking into it ;). Thanks. |
No rush, just let me know when You be ready. |
See this for reference: 96boards/meta-96boards#195 |
Please cherry-pick that for thud and warrior please, tested for master. |
Thanks a lot for reference. I'll do. Keep you informed. |
The auto-RDEPENDs system reqires that all .so libraries have proper soname set. If library soes not have soname set, it will not be added to RDEPENDs list of other elf files. Closes #240
The auto-RDEPENDs system reqires that all .so libraries have proper soname set. If library soes not have soname set, it will not be added to RDEPENDs list of other elf files. Closes #240
When trying to build core-image-sato for bananapi get the following error
of course in local.conf I added
Missing some dependancies?
The text was updated successfully, but these errors were encountered: