IRC log for #oe on 20150526

16:22.21*** join/#oe infobot (ibot@rikers.org)
16:22.21*** topic/#oe is OpenEmbedded Developer Lounge | Web: http://openembedded.org | Repositories: http://git.openembedded.org/ | Primary Repo Mirrors: https://github.com/openembedded | This is not a distro or machine support channel
16:30.13*** join/#oe sarahsharp1 (sarah@nat/intel/x-drvkdztjmoqqrakw)
16:39.22*** join/#oe tsramos_ (~tsramos@134.134.139.70)
17:07.53*** join/#oe RP (~richard@5751f4a1.skybroadband.com)
17:11.48*** join/#oe benjamirc (~besquive@134.134.139.76)
17:22.54*** join/#oe khem` (~khem@unaffiliated/khem)
17:25.23*** join/#oe khem` (~khem@unaffiliated/khem)
17:29.28*** join/#oe khem` (~khem@unaffiliated/khem)
17:32.03*** join/#oe jackmitch|home (~Thunderbi@cpc2-slam8-2-0-cust880.2-4.cable.virginm.net)
17:35.02*** join/#oe lumag_ (~lumag@ppp89-110-16-38.pppoe.avangarddsl.ru)
17:35.49*** join/#oe belen1 (~Adium@192.198.151.44)
17:49.27*** join/#oe sarahsharp (~sarah@134.134.139.76)
17:49.52*** join/#oe tsramos (~tsramos@192.55.55.41)
17:51.24*** join/#oe khem` (~khem@unaffiliated/khem)
18:02.53*** join/#oe sarahsharp (~sarah@134.134.139.76)
18:13.00*** join/#oe contempt (~contempt@unaffiliated/contempt)
18:20.49*** join/#oe awe00 (~awe00@78.250.177.190)
18:23.21*** join/#oe pidge (~pidge@2a02:8084:0:3000:b8f6:82a:f765:ff22)
18:30.43*** join/#oe beshelto (~bshelton@130.164.62.143)
18:37.30besheltoQuick question.  Let's say I want to build my own version of GRUB, but I still want to build the in-tree version of GRUB.  I copy the .bb file from oe-core/meta/recipes-bsp/grub to the corresponding location in my own layer and rename it to, say, grub-bshelton.
18:38.05besheltoAssuming I still want to use the patches that oe-core has for GRUB, is there a way I can reference these from my new recipe rather than copying all of them into my layer?
18:38.11besheltoOr is there a better way to handle this scenario?
18:48.32Crofton|workbbappend?
18:52.28*** join/#oe phdeswer (~phdeswer@91-159-55-220.elisa-laajakaista.fi)
18:59.42besheltoCan I bbappend a recipe and have it build under a different name, as well as in the original (unmodified) form?
19:01.54kergothnope
19:02.02kergothyou could create a recipe and include/require the other one
19:02.18kergothusing a relative path from the root of its layer. e.g. require recipes-devtools/foo/bar.bb
19:02.28kergothof course, getting to its file:// files is slightly uglier
19:02.58besheltoCan I do the same thing with FILESEXTRAPATHS to get to its files?
19:03.06besheltoif I did copy the recipe?
19:04.33kergothnot sure why you'd want to copy a recipe you can include, but yes, though again, locating the files would be ugly. either you'd have to hardcode reference to ${COREBASE} in FILESPATH, or you'd have to use inline python to search BBPATH
19:06.04besheltoI couldn't do, e.g., FILESEXTRAPATHS_prepend := recipes-bsp/grub/files
19:06.05beshelto?
19:09.58kergoththat's correct, FILESPATH doesn't seach BBPATH, it requires absolute paths
19:11.17kergoth${@':'.join('%s/recipes-bsp/grub/files' % p for p in '${BBPATH}'.split(':'))}
19:11.20kergothor similar, may be of use
19:59.49*** part/#oe adelcast (~adelcast@130.164.62.224)
20:05.07*** join/#oe khem` (~khem@unaffiliated/khem)
20:05.38*** join/#oe dvhart_ (~dvhart@static-50-53-93-200.bvtn.or.frontiernet.net)
20:05.56*** join/#oe adelcast (~adelcast@130.164.62.82)
20:10.08*** join/#oe dvhart_ (~dvhart@static-50-53-93-200.bvtn.or.frontiernet.net)
20:25.13smurraywhat do I need to do beyond making sure "en_US.UTF-8" is in GLIBC_GENERATE_LOCALES and "en-us" is in IMAGE_LINGUAS to get en_US.UTF-8 in my images?
20:25.23smurrayat the moment, I just get regular en_US
20:41.50*** join/#oe ntl (~ntl@99-127-51-4.lightspeed.austtx.sbcglobal.net)
20:48.17*** join/#oe vmeson (~rmacleod@24-212-184-107.cable.teksavvy.com)
21:04.12*** join/#oe ant_home (~ant__@host215-169-dynamic.56-82-r.retail.telecomitalia.it)
21:30.39*** join/#oe moto-timo (~timo@fsf/member/moto-timo)
22:10.26*** join/#oe Aethenelle (~Aethenell@166.175.184.68)
22:19.05*** join/#oe sarahsharp (~sarah@192.55.54.36)
22:48.16*** join/#oe tsramos (~tsramos@192.55.54.40)
22:53.58*** join/#oe tsramos_ (~tsramos@192.55.55.41)
23:14.48*** join/#oe khem` (~khem@unaffiliated/khem)
23:52.51*** join/#oe Crofton (~balister@108.44.121.212)

Generated by irclog2html.pl Modified by Tim Riker to work with infobot.