Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # Conceptually I'd like to run this code, but within the recipe not withing the task
- if ${@bb.utils.contains('DISTRO_FEATURES','custom_task_feature','true','false',d)}; then
- bbwarn "Feature enabled, will execute task"
- do_custom_task[nostamp] = "1"
- addtask custom_task after do_install before do_populate_sysroot
- fi
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement