diff --git a/recipes-kernel/linux/linux%.bbappend b/recipes-kernel/linux/linux%.bbappend new file mode 100644 index 0000000..ed67333 --- /dev/null +++ b/recipes-kernel/linux/linux%.bbappend @@ -0,0 +1,8 @@ +kernel_do_deploy_append() { + # deploy an extra link containing abiversion - used by our + # card-kernel-write scripts + abilinkname=${type}-abiversion-${KERNEL_VERSION} + if [ -e $deployDir/${base_name}.bin ] ; then + ln -sf ${base_name}.bin $deployDir/${abilinkname} + fi +}