]>
code.ossystems Code Review - meta-freescale.git/commit
linux-fslc: update PV definition to align with kernel-yocto
PV is defined in the base in linux-imx.inc file and uses the definition
LINUX_VERSION required by kernel-yocto.bbclass.
Instead of defining the PV in the target recipe, define LINUX_VERSION
which is effectively expanded in PV and used by the kernel-yocto class.
This define should match to the kernel version referenced by SRC_URI and
should be updated once patchlevel is merged.
Signed-off-by: Andrey Zhizhikin <andrey.zhizhikin@leica-geosystems.com>