Mister_Magister | where is lbt when u need him ;-; | 08:53 |
---|---|---|
Mister_Magister | mal: do you know who can i ping about dod issue? | 10:22 |
mal | I already pinged lbt about it | 11:16 |
Mister_Magister | ah thank | 11:16 |
mal | Mister_Magister: should work now | 14:14 |
mal | @A_T_R talk to lbt here to get the obs account | 14:44 |
lbt | I guess he's not online right now... I'll hang around for a bit | 14:45 |
Mister_Magister | mal: yeee tank | 15:29 |
mal | obs will be busy for a while, chum is rebuilding | 15:30 |
Mister_Magister | ayy i've mounted 64GB sdcard as home and its working niiiicely | 19:42 |
T42 | <k1gen> https://pastebin.com/rC2h8XDW any clue? here's my local_manifest: https://pastebin.com/jPvbq16J | 19:46 |
T42 | <k1gen> anyone? (re @k1gen: https://pastebin.com...) | 20:31 |
mal | you probably need this in local manifest https://github.com/TheMuppets/proprietary_vendor_google/tree/lineage-18.1 | 20:42 |
mal | you can see it complaining about files under vendor/google not being found | 20:43 |
mal | @k1gen ^ | 20:43 |
T42 | <k1gen> so, add this to local_manifest and what then? `repo sync`? | 20:45 |
mal | "repo sync vendor/google" would be enough | 20:46 |
T42 | <k1gen> <project path="vendor/google/flame" name="TheMuppets/proprietary_vendor_google" revision="lineage-18.1" /> | 20:47 |
T42 | <k1gen> like that? | 20:47 |
mal | no, path should be "vendor/google" | 20:47 |
T42 | <k1gen> thanks | 20:47 |
T42 | <k1gen> `fatal: duplicate path device/google/coral in /home/k1gen/hadk/.repo/manifest.xml` | 20:48 |
mal | remove .repo/local_manifests/roomservice.xml if you have it | 20:48 |
mal | just to be sure, you have correct manifest used when you did repo init? which url did you use? | 20:50 |
T42 | <k1gen> I have redacted manifest since repo init, used different combination of flame and coral | 20:51 |
T42 | <k1gen> didn't want to redownload 105GB of data | 20:51 |
mal | ok, well you can also manually close that repo to correct location | 20:52 |
mal | *clone | 20:52 |
T42 | <k1gen> while you're here, wanted to ask another question: how can I download fixup-mountpoints in directory hybris/hybris-boot? just mkdir hybris in ~/hadk, then cd and git clone hypris-boot, then edit? | 20:54 |
mal | yes, that is possible | 20:56 |
T42 | <k1gen> that's what I did | 20:56 |
mal | you can also check what other repos you need https://github.com/mer-hybris/android/blob/hybris-18.1/default.xml#L21 | 20:56 |
T42 | <k1gen> https://pastebin.com/BzvbNHPB | 21:00 |
T42 | <k1gen> after I symlinked device/google/coral to device/google/flame first error disappeared, but there's still an error `There should be a one and only one device entry for HYBRIS_DATA_PART.` | 21:19 |
mal | it finds two fstab files in your device repo, check where those are and maybe remove the wrong one, the one with the latter path in it | 21:31 |
T42 | <k1gen> there are two fstab files in device/google/coral: fstab.hardware and fstab.postinstall. but only .hardware mentions userdata | 21:36 |
T42 | <k1gen> no ideas? | 21:44 |
T42 | <k1gen> I got rid of this error by removing device/google/cuttlefish/shared/config/fstab.*, but there is now a warning I consider an error: `warning: Skipping build of hybris-updater-script since HYBRIS_BOOT_PART is not specified` | 22:07 |
mal | grep for that "dev/block/by-name/userdata" in device repos | 22:07 |
T42 | <k1gen> `grep -rnw 'dev/block/by-name/userdata' device`? | 22:09 |
T42 | <k1gen> returns nothing | 22:09 |
T42 | <elros34> You seems to have a lot of device repos cloned. you can add little debug HYBRIS_FSTABS print here to see what scrips really find: https://github.com/mer-hybris/hybris-boot/blob/master/Android.mk#L65 | 22:10 |
mal | @k1gen remove the w from the grep | 22:11 |
T42 | <k1gen> same (re @SailfishFreenodeIRCBridgeBot: <mal>@k1gen remove t...) | 22:11 |
T42 | <elros34> also if you do not have /boot defined in fstab then you must add it, it;s common issue see: https://etherpad.wikimedia.org/p/hadk-hot | 22:11 |
mal | that second userdata has to be somewhere | 22:12 |
mal | ah, you solved that | 22:12 |
mal | so add the boot partition like mentioned above | 22:13 |
T42 | <k1gen> there is no boot in /proc/device-tree/firmware/android/fstab/ (re @elros34: also if you do not h...) | 22:18 |
T42 | <k1gen> nor in fstabs in /system and /vendor | 22:18 |
T42 | <elros34> add it | 22:19 |
T42 | <k1gen> where do I get data from if not /proc/device-tree/firmware/android/fstab/ ? | 22:20 |
T42 | <elros34> it's boot partition, you do not mount it, just flash kernel so I think you do not need to worry about any options: I think this should do the job'/dev/block/bootdevice/by-name/boot /boot emmc defaults' | 22:23 |
T42 | <k1gen> it's 12:24AM here, I will continue in the morning. thanks for help | 22:23 |
T42 | <elros34> "defaults" should be twice I think | 22:24 |
T42 | <k1gen> yeah | 22:25 |
Generated by irclog2html.py 2.17.1 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!