[06:09] mwhudson: that updated buildroot branch is tested on x86_64 only, the arm bits aren't yet in place [06:10] still need to get my ARM device to load up cirros in the first place === evilissimo|afk is now known as evilissimo === harlowja is now known as harlowja_away === evilissimo is now known as evilissimo|afk === evilissimo|afk is now known as evilissimo === evilissimo is now known as evilissimo|afk === evilissimo|afk is now known as evilissimo === evilissimo is now known as evilissimo|afk === harlowja_away is now known as harlowja [18:13] anyone have experience with the chef cloud-config module? Having some trouble getting it to run right. the last bit of the traceback is "status, context = matchpathcon(path, mode)#012OSError: [Errno 2] No such file or directory" [19:11] Pursuit, hm.. you can file a bug with info. [20:37] harmw: hm, can i help somehow? [20:38] harmw: e.g. can you tell me some commands to run that might make something arm64ish? [20:38] i find buildroot pretty confusing [21:55] smoser: maybe you could talk me through how cirros builds are supposed to work? [22:54] mwhudson, well, to get there you'd have to update the buildroot to newer version [22:54] and then get a config. [22:54] smoser: which is what harmw has done i think? [22:54] well, he did update to newer buildroot, yes. [22:55] i got it to the point of it asking me _lots_ of questions about the new config yesterday [22:55] i dont know if that has arm64 or not [22:55] https://code.launchpad.net/~smoser/cirros/powerpc [22:55] that has some commits that got powerpc mostly functional [22:55] so you could watch that. [22:55] ah ok [22:56] smoser: do the config questions require thought or can you just say "no" to almost everything? [22:57] try 'make br-menuconfig' [22:57] switch as few things as you tihnk you can get away with [22:57] to make it 'arm64'y [22:57] and then ... you'll have conf/buildroot-$(ARCH).config [22:57] so ... [22:57] make br-menuconfig ARCH=aarm64 [22:57] i'm not sure whta to call the arch [23:01] that says things like [23:01] /bin/sh: 1: cannot open /home/mwhudson/canonical/repos/cirros/cirros-buildroot-2014.02/conf/buildroot-arm64.config: No such file [23:01] make: *** No rule to make target `/home/mwhudson/canonical/repos/cirros/cirros-buildroot-2014.02/conf/buildroot-arm64.config', needed by `/home/mwhudson/canonical/repos/cirros/cirros-buildroot-2014.02/output/arm64/buildroot/.config'. Stop. [23:01] i guess i need to read up on buildroot and stop flailing around [23:02] smoser: calling the arch aarm64 would be a good troll :)