**** BEGIN LOGGING AT Wed May 20 02:59:59 2015 May 20 03:35:19 khem`: If you are around, just thought i would let you know that i got musl-libc working for MicroBlaze :) May 20 07:28:36 good morning May 20 07:29:40 hi mckoan May 20 19:09:38 how do I figure out which recipe contains this common unix command: http://linux.die.net/man/1/resize May 20 19:10:13 if you already have the recipe in question built, you can use oe-pkgdata-util to search for a file on the target and tell you waht package it's in May 20 19:10:24 if you haven't built it, htere isn't much you can do otehr than google or checking your linux host May 20 19:10:29 xterm: /usr/share/man/man1/resize.1.gz May 20 19:10:37 dpkg -S, etc May 20 19:10:42 * kergoth nods at suihkulokki May 20 19:10:46 thx May 20 19:21:05 hrm. Install all of xterm would pull in a lot of stuff, and copying the resize binary onto my system, it runs fine all by itself. Seems it would be a shame to pull in all this X stuff I neither want nor need. May 20 19:21:23 check if busybox has it? May 20 19:21:48 huh, it does. May 20 19:21:52 thx May 20 19:22:04 np May 20 19:22:17 i should have known that, i think we enabled it for our distro too :) May 20 19:23:17 I don't understand why it is not enabled by default. May 20 19:23:51 * kergoth shrugs May 20 19:23:56 i don't think i've ever used it May 20 19:24:23 eval `resize` makes life bearable. Otherwise your terminal is always borked. May 20 19:25:42 huh, why's it necessary? May 20 19:25:46 busybox limitation? May 20 19:26:16 if you ever change your window size to something other than 80x24 (or whatever it is) May 20 19:26:56 well, i've never had to run it on my other linux machines so i'm guessing its something about busybox not obeying the terminal May 20 19:27:26 CONFIG_FEATURE_VI_ASK_TERMINAL=y May 20 19:27:27 CONFIG_RESIZE=y May 20 19:27:35 usually suffices May 20 19:27:39 in busybox May 20 19:27:54 khem: where does that go, what file do you have to change? May 20 19:28:09 put that in a .cfg file May 20 19:28:21 and add the .cfg file to SRC_URI of busybox May 20 19:28:52 SRC_URI += "file://resize.cfg" or some such May 20 19:29:12 ah, yeah, we do enable it - https://github.com/MentorEmbedded/meta-mentor/blob/6efb0ec57939aa688f9f09f05aed39001d1f7b0f/meta-mel/recipes-core/busybox/busybox/resize.cfg May 20 19:29:17 didn't know about the vi option, that's interesting May 20 19:30:00 hrm, there's no PR in my busybox_%.append, should I add one? May 20 19:30:24 you don't have to increment PR anymore, most folks are using the pr server May 20 19:30:33 and its not needed to get it to rebuild anymore May 20 20:02:15 when I use EXTERNALSRC for a component which also has SRCREV defined either in recipe or some conf metadata, will it still go look for that rev or ignore SRCREV completely May 20 20:05:38 pretty sure it both kills SRCREV and removes all SRC_URI entries but file:// May 20 20:05:52 was just looking at hte class when i was reviewing devtool May 20 20:06:36 was toying around with the idea of using externalsrc for everything, but that's problematic what with the do_compile nostamp and whatnot, unless you want to continually rebuild the universe :) **** ENDING LOGGING AT Thu May 21 02:59:58 2015