<LetoThe2nd>
rbox: "not compiling it at all" is probably a problem if its required at build time.
florian_kc has joined #yocto
florian_kc has quit [Ping timeout: 255 seconds]
<rbox>
LetoThe2nd: i wound up creating a dummy update-alternatives package, but opkg-utils-native still gets compiled, that's the one needed at build time
lexano has joined #yocto
<rbox>
I found myself modifying a receipes PACKAGES variable in my local.conf for a few others, on a scale of 1 to 10, how bad is that?
<LetoThe2nd>
rbox: I would give it a 9.9993
<rbox>
haha
<rbox>
if they didnt want me to do it, they shoudln't have given me the ability
<rbox>
haha
amitk has quit [Ping timeout: 246 seconds]
amitk has joined #yocto
ptsneves has quit [Quit: ptsneves]
ptsneves has joined #yocto
ptsneves has quit [Ping timeout: 268 seconds]
<rbox>
is there anything that actually explains what POKY_BBLAYERS_CONF_VERSION
<simonew>
are there issues with sstate? I see the object check taking very long
Saur_Home39 has joined #yocto
Saur_Home has quit [Ping timeout: 250 seconds]
florian_kc has joined #yocto
jmd` has joined #yocto
jmd` has quit [Remote host closed the connection]
Thorn_ has joined #yocto
Thorn has quit [Ping timeout: 240 seconds]
nerdboy has joined #yocto
nerdboy has quit [Changing host]
nerdboy has joined #yocto
vladest has quit [Remote host closed the connection]
nerdboy has quit [Remote host closed the connection]
nerdboy has joined #yocto
nerdboy has quit [Changing host]
nerdboy has joined #yocto
xmn has quit [Quit: ZZZzzz…]
xmn has joined #yocto
Haxxa has quit [Quit: Haxxa flies away.]
Haxxa has joined #yocto
vladest has joined #yocto
tangofoxtrot has quit [Remote host closed the connection]
amitk has quit [Remote host closed the connection]
amitk_ has quit [Ping timeout: 255 seconds]
prabhakalad has quit [Quit: Konversation terminated!]
<Saur_Home39>
What's the problem with building them?
Saur_Home39 is now known as Saur_Home
<rbox>
i dont want to?
<rbox>
lol
<Saur_Home>
Well, there is a lot being built for target that I know will never be used in our products, like perl, bash, etc. However, trying to avoid it is a lot of work for very little gain. The way OE works means that a lot of things are built since some package somewhere has a dependency on it, and it is not until an image is actually created that it is
<Saur_Home>
known if what was built will be used.
<rbox>
yeah, i've gathered that
<rbox>
futzing with PACKAGES and DEPENDS and stuff seems to do wahat i want, even though ti seems a bit messy