OrokuSaki | My device for bluetooth uses atheros.. anyone been successful with that? | 00:13 |
---|---|---|
OrokuSaki | So... bluez5 seems to require kernel 3.4 or higher | 00:49 |
r0kk3rz | it does | 07:30 |
mgrover | mornng | 07:38 |
mgrover | is there any reason the droid-configs folder isn't droid-configs-$DEVICE? | 08:29 |
Thaodan | can I change the remote of a project by using repo or I need to change default.xml? | 08:44 |
mal | mgrover: you have to ask sledges about that, probably some remnant from the past and too confusing for porters to change it | 09:28 |
mgrover | mal: ah fair enough, just wanted a clean way to house multiple devices in a single codebase like hybris-15.1 | 09:29 |
mal | mgrover: symlinking by some script probably | 09:30 |
mgrover | mal: probably the cleanest most non invasive way | 09:30 |
mal | mgrover: so store the actual repos as droid-configs-$DEVICE and droid-hal-$DEVICE and then just symlink those to droid-configs and rpm | 09:31 |
mgrover | mal, yeah that worked, thanks :) | 09:37 |
Thaodan | I get atal: 'thaodan' does not appear to be a git repository when I sync my kernel project. I changed the remote to me for a defconfig, | 10:05 |
Thaodan | https://github.com/Thaodan/android/commit/19b76d84da7bd528ab8e27fa45d936ae9a949240 | 10:05 |
Thaodan | are these changes correct? | 10:06 |
Thaodan | this is my git log: | 10:07 |
Thaodan | https://paste.kde.org/pdqd5uerz | 10:07 |
r0kk3rz | id make a local manifest tbh | 10:08 |
r0kk3rz | you can remove projects, and then add your own | 10:09 |
mal | Thaodan: btw, why did you use droid-src branch? I think the correct branch was the hybris-sony-aosp-8.1.0_r35_20180714 | 10:20 |
Thaodan | r0kk3rz: i have no idea on this. So far it's not that great. I like plain git more. | 10:21 |
Thaodan | mal I just used the existing manifest and wanted to report the error | 10:21 |
mal | ok | 10:23 |
mal | so you used that hybris branch for the actual build? | 10:23 |
r0kk3rz | Thaodan: yeah repo is a bit of a pita, but its what android uses so we're kinda stuck with it | 10:24 |
Thaodan | Yes, I forked the manifest and change the remote my own when i need to patch a repo. It's a shame that I can't reuse the other config despite the only difference is the device codename | 10:25 |
mal | if the only difference really would be the codename then reusing is easy, but you said you have some configuration file differences also | 10:27 |
Thaodan | Have you an idea to have a unified kernel for every xa2 device? | 10:28 |
r0kk3rz | kernel is for all sony devices... | 10:30 |
krnlyng | r0kk3rz, different defconfigs | 10:30 |
r0kk3rz | obviously | 10:30 |
r0kk3rz | but thats not a big issue is it? | 10:30 |
krnlyng | r0kk3rz, unified meant unified binary to me | 10:30 |
r0kk3rz | oh right | 10:30 |
r0kk3rz | Thaodan: you can have multiple spec files in the same repo, its what i did for scorpion and scorpion-windy devices which are basically the same | 10:31 |
r0kk3rz | so add your spec files with new codename | 10:32 |
mal | Thaodan: in case you mostly need display config differences in droid-hal-device.conf then you can do something like this https://github.com/mlehtima/droid-config-2011xperia/blob/master/delete_file_anzu.list | 10:42 |
mal | camera configs can be controlled per device quite easily | 10:43 |
Thaodan | mal: thanks that how I controlled the screen changes | 11:10 |
Thaodan | https://github.com/Thaodan/droid-config-sony-nile/commit/e7c196effd42bf4d00ca7a3c319f66ffb319d4fe | 11:10 |
Thaodan | but I talked about the kernel | 11:10 |
Thaodan | which 99% the same | 11:10 |
mal | Thaodan: that looks wrong, afaik those should be delete_file_$DEVICE.list | 11:13 |
Thaodan | so $DEVICE not not the code number currently? | 11:15 |
mal | codename is hXXXX | 11:16 |
mal | for those sony devices | 11:16 |
mal | not XXXX | 11:16 |
mal | https://github.com/mer-hybris/droid-hal-configs/blob/master/droid-configs.inc#L347 | 11:17 |
mal | https://github.com/mer-hybris/droid-hal-configs/blob/master/droid-configs.inc#L58 | 11:18 |
Thaodan | oh thanks | 11:22 |
Thaodan | didn't saw the typo | 11:23 |
demonaxsh | hi, everyone | 15:38 |
demonaxsh | it's usually okay but today: | 15:38 |
demonaxsh | https://pastebin.com/3D54tY8C | 15:38 |
demonaxsh | it's zypper problem? because this is usually rpms installation step | 15:38 |
mal | demonaxsh: you rebuilt droidmedia stuff but forgot to repackage those before building droid-hal packages | 15:41 |
demonaxsh | yes, maybe, but this is just a warning | 15:42 |
mal | that is critical failure | 15:42 |
mal | you cannot build an image before you fix that i.e. package the droidmedia stuff properly and then rebuild droid-hal packages | 15:43 |
demonaxsh | ok | 15:43 |
Thaodan | mal: do you have an idea why it fails https://paste.kde.org/pywnombox ? | 18:01 |
Thaodan | Device model 'h3213' does not exist | 18:01 |
Thaodan | think I got it | 18:13 |
Thaodan | boardmappings config was missing | 18:14 |
mal | Thaodan: check here https://github.com/mer-hybris/droid-config-f5121/tree/master/kickstart | 18:26 |
mal | in case you need those also | 18:26 |
Thaodan | mal: Thats where I looked already and copied the approach | 18:28 |
mal | ok | 18:28 |
Thaodan | about boardmapping should h3231 be a varriant of h4113? | 18:29 |
mal | probably, check f5121 repo | 18:29 |
Thaodan | what does this ? | 18:31 |
Thaodan | https://github.com/mer-hybris/droid-config-f5121/blob/master/sparse/usr/share/ssu/board-mappings.d/05-f5121.ini#L1 | 18:31 |
mal | no idea, maybe best to just add the same kind of config that f5121 has | 18:31 |
Mister_Magister | mal: hiiii how are you feelin' today? :P | 18:45 |
Thaodan | is droid-src-$VENDOR-$HABUILDDEVICE the replacement for droid-system-$DEVICE? | 18:47 |
mal | no | 18:51 |
mal | afaik droid-src is for OBS builds of audioflingerglue and droidmedia | 18:51 |
Thaodan | so whats replacing it or is it no longer needed? | 18:55 |
mal | wat are you talking about | 18:58 |
Thaodan | https://github.com/mer-hybris/droid-system-f5121 | 18:59 |
mal | probably not everything is in github yet | 19:00 |
mal | why not just add the few things to config spec and build the hadk way? although in that case you would have to build the whole android first to get the android images | 19:01 |
Mister_Magister | probably bad then | 19:01 |
mal | as usual | 19:01 |
mal | and I'm about to go offline soon anyway | 19:01 |
Mister_Magister | sad | 19:03 |
mal | it quite late already anyway | 19:05 |
Mister_Magister | well ill ask tomorrow as always :P | 19:07 |
ghosalmartin | for anyone using osc and getting 404s its because you need this patch https://bugs.debian.org/cgi-bin/bugreport.cgi?att=1;bug=762825;filename=fix-urllib2-workaround.patch;msg=5 | 19:35 |
*** ahjolinna is now known as ahjolinna_ | 23:01 | |
*** ahjolinna_ is now known as ahjolinna | 23:02 | |
*** rydare is now known as rdr | 23:22 | |
*** rdr is now known as rydare | 23:22 |
Generated by irclog2html.py 2.17.1 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!