T42 | <elros34> we were talking about recently, bluez4 support was dropped hard. Either you bring support back to kfbluezqt https://github.com/sailfishos/kf5bluezqt/pull/2 or you use bluetooth-backports to bring bluez5 required changes to your kernel | 00:02 |
---|---|---|
T42 | <edp_17> Bringing back kfbluezqt sound easier although, not a 5 mins task. Thanks, I'll look into it later. | 00:07 |
*** phlixi is now known as Guest6642 | 08:30 | |
*** phlixi_ is now known as phlixi | 08:30 | |
T42 | <A_T_R> @elros34 added three packages in obs https://build.merproject.org/project/show/nemo:devel:hw:asus:x00td | 09:12 |
T42 | <elros34> @A_T_R as in instruction you were supposed to upload rpms only for droid-hal and droidmedia, everything else you build by creating _service file | 09:57 |
mal | @edp_17 yes, that is normal, that folder was added after the revision you use now | 12:06 |
T42 | <A_T_R> How to create webhooks? | 12:57 |
T42 | <elros34> you do not really need it | 13:00 |
T42 | <A_T_R> Ok | 13:00 |
T42 | <A_T_R> as of now my droid-hal-x00td is correct? | 13:00 |
T42 | <A_T_R> I have to delete all rpms from droid-config/version packages? | 13:01 |
T42 | <elros34> yes but you are missing droidmedia | 13:01 |
T42 | <A_T_R> Create droidmedia as new package or add its rpm to droid-hal? | 13:02 |
T42 | <elros34> see example f2p repo, droidmedia rpm is in droid-hal obs package | 13:04 |
T42 | <A_T_R> hai ,for droid-hal-version-device ,only i have to create _service ? | 13:27 |
T42 | <A_T_R> what about _service:tar_git:* ? | 13:28 |
T42 | <elros34> you only create _service, everything else will appear automagically | 13:28 |
T42 | <A_T_R> oh thanks i confused about creating those files | 13:30 |
T42 | <A_T_R> this okay https://pastebin.ubuntu.com/p/VJyK5PSzMb/ ? | 13:33 |
T42 | <elros34> set revision to HEAD it will ease maintenance later | 13:35 |
T42 | <A_T_R> ``` | 13:36 |
T42 | <A_T_R> <param name="revision">HEAD</param>``` | 13:36 |
T42 | <A_T_R> ? | 13:36 |
T42 | <A_T_R> like this ? | 13:36 |
T42 | <elros34> yeah | 13:37 |
T42 | <A_T_R> can i edit _service without uploading the file again ? | 13:37 |
T42 | <elros34> sure | 13:37 |
T42 | <A_T_R> COULD YOU PLEASE CHECK https://build.merproject.org/package/view_file/nemo:devel:hw:asus:x00td/droid-hal-version-x00td/_service?expand=1 ? | 13:38 |
T42 | <A_T_R> and set revision to HEAD for droid-config too ? | 13:40 |
T42 | <elros34> setting specific revision is only needed if too new package cause issues, if you set it to HEAD then you can only need to press "trigger rebuild" button for new release | 14:01 |
T42 | <elros34> then libhybris and check build errors to figure out what other packages you need | 14:02 |
T42 | <elros34> "then add libhybris"* | 14:02 |
T42 | <A_T_R> we can import common packages from other devices? | 14:40 |
T42 | <elros34> not sure what common packages do you want, you only build few device specific | 14:41 |
T42 | <A_T_R> like libhybris import from fp2 | 14:42 |
T42 | <elros34> I do not think so because it can be build against different droid-hal/android version | 14:43 |
T42 | <elros34> btw you are missing build.script in droid-hal | 14:46 |
T42 | <A_T_R> can I copy and use this script on my device for libhybris package? | 14:48 |
T42 | <A_T_R> yeah, missing (re @elros34: btw you are missing ...) | 14:48 |
T42 | <A_T_R> copy build.script from fp2? | 14:48 |
T42 | <elros34> obviously adapt architecture | 14:51 |
T42 | <A_T_R> completed droid-hal-device , and how build.script works? | 15:37 |
T42 | <elros34> read it, it just copy rpms to correct place. | 15:38 |
T42 | <elros34> maybe you need to trigger rebuild after adding script | 15:39 |
T42 | <elros34> where is you spec file? did you even compare reference repo with your? | 15:40 |
T42 | <A_T_R> I missed that | 15:41 |
T42 | <A_T_R> that file also copy from it and modify? | 15:45 |
T42 | <A_T_R> Where is "trigger build" button | 17:59 |
HengYeDev[m] | I am trying to start lipstick. there are gralloc issues in the logcat: https://pastebin.com/XVNaTXdh | 19:10 |
HengYeDev[m] | are they relevant? | 19:10 |
mal | are you sure you have correct android base flashed to the device before installing sailfish? | 19:13 |
mal | that has for example this : dlopen failed: cannot locate symbol "_ZN11unwindstack8Unwinder11FormatFrameEm" referenced by "/vendor/lib64/libladder.so"... | 19:14 |
HengYeDev[m] | it worked with ubports, and i am using halium, so it should be right | 19:17 |
HengYeDev[m] | should i boot upports and see if that is in the log? | 19:17 |
mal | HengYeDev[m]: well logcat you posted says " ComposerHal: failed to get hwcomposer or gralloc module" | 19:22 |
mal | which is not good | 19:22 |
mal | I don't about halium based builds so you need to ask someone else like piggz | 19:23 |
HengYeDev[m] | ok | 19:23 |
mal | @A_T_R you are still missing spec file from your droid-hal package on obs, use this as base https://build.sailfishos.org/package/view_file/nemo:devel:hw:fairphone:fp2-sibon/droid-hal-fp2-sibon/droid-hal-fp2-sibon.spec?expand=1 | 19:25 |
piggz | mal: how does /home/.system work? does it get bind mounted to /, or just added to path? | 19:41 |
mal | piggz: not sure | 19:42 |
Generated by irclog2html.py 2.17.1 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!