Wouter01001 has quit [Remote host closed the connection]
Wouter01001 has joined #yocto
jclsn_ has quit [Ping timeout: 272 seconds]
jclsn_ has joined #yocto
sakoman has joined #yocto
seninha has quit [Remote host closed the connection]
Vonter has joined #yocto
lexano has joined #yocto
sakoman has quit [Quit: Leaving.]
zeddii has joined #yocto
nemik has quit [Ping timeout: 244 seconds]
nemik has joined #yocto
nemik has quit [Ping timeout: 276 seconds]
nemik has joined #yocto
nemik has quit [Ping timeout: 240 seconds]
nemik has joined #yocto
nemik has quit [Ping timeout: 244 seconds]
nemik has joined #yocto
xmn has quit [Ping timeout: 240 seconds]
vladest has quit [Ping timeout: 240 seconds]
mario-goulart has joined #yocto
nemik has quit [Ping timeout: 244 seconds]
nemik has joined #yocto
nemik has quit [Ping timeout: 240 seconds]
nemik has joined #yocto
nemik has quit [Ping timeout: 276 seconds]
nemik has joined #yocto
manuel1985 has joined #yocto
sotaoverride has quit [Quit: Lost terminal]
nemik has quit [Ping timeout: 276 seconds]
nemik has joined #yocto
<Herrie>
Test from phone 2
manuel1985 has quit [Ping timeout: 240 seconds]
nemik has quit [Ping timeout: 276 seconds]
nemik has joined #yocto
nemik has quit [Ping timeout: 276 seconds]
nemik has joined #yocto
nemik has quit [Ping timeout: 276 seconds]
nemik has joined #yocto
nemik has quit [Ping timeout: 276 seconds]
nemik has joined #yocto
mckoan|away has quit [Ping timeout: 240 seconds]
goliath has joined #yocto
ptsneves has joined #yocto
nemik has quit [Ping timeout: 240 seconds]
nemik has joined #yocto
nemik has quit [Ping timeout: 240 seconds]
nemik has joined #yocto
seninha has joined #yocto
florian has joined #yocto
florian has quit [Ping timeout: 240 seconds]
nemik has quit [Ping timeout: 240 seconds]
nemik has joined #yocto
nemik has quit [Ping timeout: 256 seconds]
nemik has joined #yocto
nemik has quit [Ping timeout: 244 seconds]
nemik has joined #yocto
nemik has quit [Ping timeout: 276 seconds]
nemik has joined #yocto
sakoman has joined #yocto
xmn has joined #yocto
Lcvette[m] has quit [Quit: You have been kicked for being idle]
simpat2022[m] has quit [Quit: You have been kicked for being idle]
ToolboxBunny has joined #yocto
<ToolboxBunny>
Hey,
<ToolboxBunny>
what is a "valid image feature"?
<ToolboxBunny>
I'm trying to add a new image feature, added some conditionals into specific recipes and added the feature into `IMAGE_FEATURES` recipe.
<ToolboxBunny>
Got an error: `core-image-base-custom was skipped: 'custom_image_feature' in IMAGE_FEATURES is not a valid image feature. Valid features: ...`
<ToolboxBunny>
As if there are some additional checks happening with regards to the `IMAGE_FEATURES` variable which aren't obvious to the untrained eye
<Saur[m]>
ToolboxBunny: Valid image features are specified in `IMAGE_FEATURES[validitems]`. Also, features specified using `PACKAGE_FEATURES_foo` are automatically added to `IMAGE_FEATURES[validitems]`.
<ToolboxBunny>
Saur[m]: Thanks, so the idea is to extend the `IMAGE_FEATURES[validitems]` of the recipe where the feature is implemented?
<ToolboxBunny>
(unless it's spreads across multiple recipes, but let's not go there now:p )