linux: deploy a helper link containing abiversion
This makes life much easier for our card-kernel-write helper scripts. Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
8
recipes-kernel/linux/linux%.bbappend
Normal file
8
recipes-kernel/linux/linux%.bbappend
Normal file
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user