*** slaxxer is now known as Slaxxer | 01:51 | |
piggz | mal: yep, all good, so i'll create some cleaner branches | 08:26 |
---|---|---|
piggz | mal: and you can PR P-O-V :P | 08:26 |
T4 | <jnrwrt> Hi, … I'm trying to port a device with architecture: krait … I don't know if I have to use krait or ARMv7-A in this export... : … export PORT_ARCH="armv7hl" | 09:24 |
T4 | <elros34> AFAIK krait is also armv7, also you always use PORT_ARCH="armv7hl" because we don't have 64 bit sailfish | 09:30 |
T4 | <jnrwrt> Thanks | 09:31 |
T4 | <jnrwrt> (Photo, 1280x245) https://af42kgggd3mfqvgy.tor2web.io/ny4BAo3TlW.png | 09:47 |
T4 | <jnrwrt> Do you know what can be happen here? | 09:49 |
vknecht | https://public.etherpad-mozilla.org/p/faq-hadk line 691+ | 09:49 |
T4 | <elros34> I don't think adaptation0 is critical error just ignore it | 09:50 |
T4 | <jnrwrt> (Photo, 1325x624) https://af42kgggd3mfqvgy.tor2web.io/PNpDmmOIIx.png | 10:56 |
T4 | <jnrwrt> I tried to change the config, and the repo but still the same issue | 10:57 |
T4 | <elros34> use pastebin, it's irc channel so not everyone have telegram. The url is wrong (mer-hybris not LineageOS) unless you want to build android not sailfish | 11:04 |
T4 | <jnrwrt> Okay, I wil do it. … I tried also with mer-hybris but still the same issue with the the repo. | 11:06 |
T4 | <jnrwrt> https://pastebin.com/dkvCSjRD | 11:10 |
vknecht | @jnrwrt: check the hadk directory is empty before the "repo init" | 11:27 |
liux | Hi, guys, I'm porting sfos to aries but met with mount issue. I've mounted internal storage to /media/sdcard/<uuid>, but it can not detected in settings->storage | 11:33 |
liux | is it incorrect mount point? | 11:35 |
T4 | <birdzhang> liux's real question is aries(xiaomi 2s) use cm-11.0, it has storage partition and userdata partition. sfos only use userdata partition | 11:44 |
T4 | <birdzhang> mount point https://paste.ubuntu.com/p/Nz4h6v6XZN/ | 11:44 |
T4 | <birdzhang> mal: do you have any suggestion? | 11:44 |
mal | what are the sizes of those? you can give anything as sfos root partition, doesn't atter really, I have one device with sdcard as sfos userdata partition | 11:51 |
liux | userdata about 3.7g and storage about 9.7g. I just want to mount it for users storage just as android did | 11:53 |
T4 | <jnrwrt> vknecht : I did before, but still the same | 12:00 |
T4 | <jnrwrt> I tried to find the way to bypass the GPG signature, but I didn't found nothing | 12:07 |
T4 | <jnrwrt> with repo init, I have the same problem with the public keys: … https://pastebin.com/ekZxEt52 | 12:14 |
T4 | <jnrwrt> [Edit] with repo init, I have the same problem with the public keys: | 12:15 |
T4 | <jnrwrt> https://pastebin.com/ekZxEt52 | 12:15 |
vknecht | pwd && ls -al | 12:18 |
T4 | <jnrwrt> https://pastebin.com/GurzcVDD | 12:21 |
T4 | <jnrwrt> I did all again but I'm still having the same problem | 12:39 |
T4 | <jnrwrt> now work with: --no-repo-verify | 12:50 |
T4 | <xreactx> (Photo, 506x619) https://af42kgggd3mfqvgy.tor2web.io/A6oTHdMsDf.png | 15:46 |
T4 | <jnrwrt> Do I have to change f2fs to ext4, in the fstab? | 15:49 |
T4 | PepuAndRoll was added by: PepuAndRoll | 17:18 |
piggz | mal:good history? https://github.com/piggz/qtbase/commit/7498cebd0836f620febf4347cc775040007eeff8 | 17:40 |
piggz | mal: and mesa https://git.merproject.org/piggz/mesa/commits/native2 | 18:01 |
mal | piggz: btw, I noticed one thing, libdrm has freedreno and some others disabled | 18:03 |
piggz | do we enable or wait for users? | 18:05 |
mal | piggz: https://git.merproject.org/mer-core/libdrm/blob/master/rpm/libdrm.spec#L25 for the ones we want we could enable those here by changing those to %bcond_without | 18:06 |
mal | piggz: it might be good that those match the ones we have enabled in mesa | 18:06 |
mal | but not sure how urgent it is | 18:07 |
mal | piggz: just tiny nitpicking, if you look at mesa spec the packages and files lists were in order: packages, devel packages, the new packages you added now have devel right after non-devel package | 18:09 |
piggz | :| | 18:09 |
mal | piggz: sorry, I just like consistent code :) | 18:10 |
T4 | <elros34> only for aarch64? I couldn't configure lima but eglfs_kms partialy worked even on ancient allwinner A13 (armv7) so lima is probably also possible | 18:10 |
piggz | mal: fixed | 18:11 |
T4 | <elros34> I mean eglfs with mali-blobs instead lima | 18:11 |
mal | @elros34 what do you mean "only for aarch64"? | 18:12 |
T4 | <elros34> if I understand it right lima is enabled for aarch64: https://git.merproject.org/piggz/mesa/commit/b0a49c35b46723e884b32e1a98a7120b89ef898a#236e4683eb573b6b8e271291205c6642d9069684_0_6 | 18:13 |
mal | @elros34 that means it's enabled for arm and aarch64 | 18:14 |
T4 | <elros34> ah ok, sorry then | 18:15 |
piggz | mal: i do think the bracketing sed is odd | 18:15 |
piggz | s/used | 18:15 |
piggz | so, i guess the only test left is to upgrade my latte to the native-common repo and see what happens! | 18:16 |
mal | piggz: hopefully it will work | 18:21 |
T4 | <jnrwrt> Who know when I want to use "breakfast $DEVICE". Said Device trltexx not found. … And also: … ** Don't have a product spec for: 'lineage_trltexx' … ** Do you have the right repo manifest? … https://pastebin.com/33XLRVZ8 | 19:52 |
mal | what do you have in your local manifest? | 19:53 |
T4 | <jnrwrt> I modified a lineage.mk … Because there I found lineage_trltexx, but I have the same problem | 19:54 |
mal | I said manifest xml you created to .repo/local_manifests | 19:55 |
T4 | <jnrwrt> https://pastebin.com/kJtdJauP | 19:56 |
mal | do you have room service file in local manifests? | 19:57 |
mal | why do you have those remove-project lines? | 19:57 |
T4 | <jnrwrt> And this other also some times I tried to change a few things: … https://pastebin.com/LpGv8GQS | 19:58 |
mal | you should not have room service file there, if you have just remove it, and remove the remove-project lines from your own local manifest | 19:59 |
T4 | <jnrwrt> @mal [why do you have those remove-project lines?], Because make some conflict some times. … But this other I don't use this: … https://pastebin.com/LpGv8GQS | 19:59 |
T4 | <jnrwrt> @mal [you should not have room service file there, i …], I will tray right now | 20:00 |
T4 | <PepuAndRoll> What ports are in wip? | 20:00 |
T4 | <jnrwrt> @mal [you should not have room service file there, i …], I did but still the same problem | 20:02 |
T4 | <jnrwrt> https://pastebin.com/xdrqPeD6 | 20:03 |
T4 | <jnrwrt> It's a Samsung Galaxy Note 4 | 20:03 |
T4 | <jnrwrt> And I believe that I don't have to change nothing in droid-hal* and droid-config*. … Because there just I have to put the name of the device and vendor | 20:13 |
mal | those are not relevant for this part of the build | 20:16 |
mal | did you run the "source build/envsetup.sh" before breakfast $DEVICE? | 20:18 |
T4 | <jnrwrt> @mal [did you run the "source build/envsetup.sh" bef …], Yes | 20:19 |
mal | and the repo sync was successfully finished and you can see the device repo in device/samsung? and it has correct content? | 20:19 |
T4 | <jnrwrt> Yes, and at the moment I'm doing a repo sync again. Let's see if I get some error | 20:23 |
T4 | <jnrwrt> It's done, I've only received: … device/samsung/trltexx/: discarding 12 commits | 20:27 |
T4 | <jnrwrt> But, when I 'beakfast $DEVICE' … I get: … Device trltexx not found. Attempting to retrieve device repository from LineageOS Github (http://github.com/LineageOS). … And at the end of the line: … ** Don't have a product spec for: 'lineage_trltexx' … ** Do you have the right repo manifest? | 20:30 |
T4 | <elros34> https://github.com/LineageOS/android_device_samsung_trltexx/blob/cm-14.1/cm.mk#L23 | 20:33 |
mal | @jnrwrt could you verify that you have correct main manifest i.e. .repo/manifes.xml, what revisions does it say in the beginning of that | 20:36 |
mal | @elros34 but he is not using lineage repos | 20:37 |
mal | but some custom ones | 20:37 |
mal | https://github.com/underscoremone/android_device_samsung_trltexx/blob/cm-14.1/lineage.mk | 20:37 |
T4 | <jnrwrt> https://pastebin.com/NbEdZF1P | 20:38 |
T4 | <jnrwrt> @elros34 [https://github.com/LineageOS/android_device_sa …], I did, but I have the same problem | 20:38 |
mal | ok, so that is correct | 20:38 |
mal | that lineage repo is still using cm, not lineage | 20:39 |
T4 | <jnrwrt> This is the '.repo/manifest.xml' | 20:42 |
T4 | <jnrwrt> https://pastebin.com/8vmudU1V | 20:42 |
T4 | <jnrwrt> And this is my trltexx.xml … https://pastebin.com/LpGv8GQS | 20:44 |
mal | I'm now very confused, you have given many different local manifests, which is the one you really have there | 20:48 |
T4 | <jnrwrt> Sorry, the last one: … https://pastebin.com/LpGv8GQS | 20:49 |
T4 | <jnrwrt> But, also the .repo/manifest.xml by default | 20:49 |
mal | I just used this https://pastebin.com/kJtdJauP (minus the useless stuff) and breakfast worked fine | 20:50 |
mal | I only asked about main mnifest because I wanted to be sure you used correct branch in repo init | 20:51 |
mal | @jnrwrt but that last local manifest uses lineage repos not the custom ones | 20:52 |
mal | so I don't really understand what repos you even want to use | 20:52 |
T4 | <jnrwrt> I have added others, like the Kernel for the 'trlte' that I do not find in the lineage and others, than I used with ubports | 20:57 |
T4 | <jnrwrt> I can't understand why I got this: | 20:58 |
T4 | <jnrwrt> Device trltexx not found. Attempting to retrieve device repository from LineageOS Github (http://github.com/LineageOS). | 20:58 |
T4 | <jnrwrt> [Edit] Device trltexx not found. Attempting to retrieve device repository from LineageOS Github (http://githu.com/LineageOS). | 20:58 |
mal | I already mentioned once that lineage repo won't probably work | 21:01 |
mal | why can't you just use the repos from the first manifest you gave? | 21:01 |
mal | https://pastebin.com/kJtdJauP | 21:01 |
T4 | <jnrwrt> I'm trying but it don't work. … I will continue tomorrow again. … Thanks | 22:03 |
mal | I just said earlier that I tried those repos and those worked fine | 22:16 |
Generated by irclog2html.py 2.17.1 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!