**** BEGIN LOGGING AT Mon Jul 10 03:00:03 2017 Jul 10 08:20:26 khem, thanks for the klibc patches. I'll test later today Jul 10 08:30:42 khem, I was thinking to go back and build against kernel headers, maybe now with kernel shared workdir it is possible to hack and avoid to change PACKAGE_ARCH to MACHINE_ARCH Jul 10 13:50:03 Hi. A couple of weeks ago I've requested a wiki account, but got no approval yet. Anything I can do? Jul 10 17:46:15 I'm knocking around a script/recipe to go along with WIC images to expand out the rootfs of the disk on the first boot, I'd like to pull the fstype of the rootfs from the wks but everything I do seems hacky (due to where that information lives and the fact that the wic tools are less-integrated into OE), recommendations? Has there been attempts at this sort of thing in the past? Jul 10 18:08:24 bmouring: 96boards-tools already includes a systemd unit file to resize the rootfs on first boot Jul 10 18:08:31 we're using it for our images at mentor Jul 10 18:08:57 it's just a little resize-helper script that uses parted and cocresponding bits to start it on first boot only, not much to it, but works well for us so far Jul 10 18:11:26 kergoth: how does it determine rootfs type for RDEPs? Jul 10 18:11:49 or it's an exercise left for the image creator Jul 10 18:12:55 looks like it just assumes you're working with an ext[234] variant Jul 10 18:13:40 also-also, I was crafting this to be general and upstreamable in some main layer, not a vendor layer (which we already have) Jul 10 18:14:21 but thanks for pointing that out kergoth Jul 10 18:14:26 i didn't suggest you use it blindly by suckin gin the layer Jul 10 18:15:14 hmm, could implement it via an image feature which adds the resize helper and the appropriate package for the filesystem being constructed, perhaps Jul 10 18:15:38 heh, https://github.com/96boards/meta-96boards/blob/master/recipes-bsp/96boards-tools/96boards-tools_0.10.bb#L1 I wonder if the pun was intentional Jul 10 18:18:16 yeah, this would require some reworking of the wic tool (which has been churning a lot recently) to be more integrated into OE proper instead of some external tool that's called at the end (and depends on BB/OE vars). Maybe the IMAGE_FSTYPES can be pulled and used to override some wks entry that uses some stand-in var in the actual file. I don't know that it's really worth the complication though Jul 10 18:19:50 could add a hook to parse the .wks to see what filesystem is in use for the / mount Jul 10 18:20:10 and add the appropriate package to IMAGE_INSTALL **** ENDING LOGGING AT Tue Jul 11 03:00:03 2017