<nerdboy>
so we made a big version jump in existing project, using gitpkgv.bbclass to version a bunch of git apps but the change to using --exact-match kills our package versions since it can't find closest tag any more
<nerdboy>
is there still a way to get that behavior back? i don't see the equivalent anywhere
Vonter has joined #yocto
paulg has joined #yocto
druppy has joined #yocto
Vonter has quit [Quit: WeeChat 4.4.4]
druppy has quit [Ping timeout: 248 seconds]
rstreif has quit [Ping timeout: 276 seconds]
jmd has joined #yocto
florian has joined #yocto
florian has quit [Ping timeout: 248 seconds]
Chaser has joined #yocto
rfuentess has joined #yocto
rob_w has joined #yocto
reatmon_ has quit [Remote host closed the connection]
reatmon_ has joined #yocto
wojci has joined #yocto
wooosaiiii has quit [Ping timeout: 244 seconds]
<olani>
kbahn: The default of S is ${WORKDIR}/${BP} which is a best guess of the root folder of your unpacked tarball. If the root folder is not packagename-version you will have to tweak S to match, maybe S=${WORKDIR}/my-tarball-root-folder.
mckoan|away is now known as mckoan
dmoseley_ has joined #yocto
dmoseley has quit [Ping timeout: 276 seconds]
luc4 has joined #yocto
olani has quit [Ping timeout: 246 seconds]
olani has joined #yocto
leon-anavi has joined #yocto
vthor_ has quit [Excess Flood]
vthor_ has joined #yocto
florian has joined #yocto
<JaMa>
halstead: is this expected? it's still used in default mirrors.bbclass, not sure since when it doesn't resolve: Resolving sources.openembedded.org (sources.openembedded.org)... failed: Name or service not known.
<RP>
JaMa: It think rburton also asked about that and it was being worked on
<derRichard>
hmm, the u-boot recipe drops the default env into the deploy dir, but there seems to be no machinery to generate a env image (with crc) such that i can use it with wic's rawcopy plugin
<derRichard>
do i miss something?
<derRichard>
(adding a custom class that runs mkenvimage is easy, but i don't want to reinvent the wheel)
ehussain has joined #yocto
<RP>
qschulz: I've merged kanavin_'s bitbake doc on addfragments. If we need further improvements I'll take further patches
rob_w has quit [Remote host closed the connection]
<kanavin_>
RP: I'm working on improving bitbake-setup from feedback, hopefully there's something ready before christmas
<kanavin_>
adding all sorts of output sugar
<RP>
kanavin_: thanks! I'm wondering about the M1 build - I should probably go ahead with just the pieces that are merged?
<kanavin_>
fetch progress bars, pointers to everything created in build directory, the lot
<kanavin_>
v1 was very frugal in what it printed :)
<RP>
kanavin_: sorry, I'm not context switching well
<kanavin_>
RP: feedback for bitbake-setup prototype was that it prints too little, and users need to know a lot more
<RP>
kanavin_: there are more fragements patches on the list which I've not got to yet. I should try and get those in for M1!
<RP>
kanavin_: right, yes. That sounds great. I was trying to make that into something to with fragments :)
<RP>
kanavin_: I'll catch up!
<kanavin_>
RP: yes, the matching oe-core parts for fragments are still to be merged
<kanavin_>
or even placed into master-next from what I see :)
<RP>
kanavin_: they're there now. I've been struggling with a backlog of things needing feedback
<RP>
kanavin_: thankfully mathieudb is ahead of me and has tested them already :)
<kanavin_>
I have to say of all conferences I've been so far, Lyon had the best food by a mile
<kanavin_>
so i have expectations in that department too
<kanavin_>
RP: I hope you can get out and enjoy these events at some point, there's always a feeling you should be present
goliath has joined #yocto
Chaser has quit [Quit: My Unrecognized Mac has gone to sleep. ZZZzzz…]
Chaser has joined #yocto
<luc4>
Hello! Is it possible to change the motd in scarthgap? I tried to provide my own in a bbappend for base_files, but it does not seem to overwrite it.
Guest94 has joined #yocto
<Guest94>
hi all, I am having an issue with Scarthgap and postinstall scriptlets and intercepts
<Guest94>
basically I want to use a postinstall scriplet to remove some file from the rootfs
<Guest94>
but the issue is that those files are also needed by a postinst intercept
<Guest94>
and the postinst intercept gets ran after my postinstall scriplet
<Guest94>
in Kirkstone this wasn't the case, I was able to do it like described above and it would work
<RP>
kanavin_: I'd love to get to see people in person again. My mind keeps planning things I'm not quite up to though :/
<Guest94>
specifically, I want to remove from the rootfs the contents of "/usr/lib/udev/hwdb.d" but the issue is the the "update_udev_hwdb" postinst-intercept needs those files to generate hwdb.bin
<Guest94>
if I do the removal from a "pkg_postinst:udev-hwdb:append ()" then the removing code I define there will get executed before pkg_postinst:udev-hwdb even though I had declared it as an :append :\
<rber|res>
@luc4 I don't see how this should be differnt for scarthgap compared to other releases