* Update the bbappend for the linux-ti-staging to work with the 3.14 kernel version. * Set the kernel to AUTOREV while developing the latest 3.14 kernel
Signed-off-by: Chase Maupin <[email protected]> --- ....12.bbappend => linux-ti-staging_3.14.bbappend} | 2 ++ 1 file changed, 2 insertions(+) copy meta-arago-distro/recipes-kernel/linux/{linux-ti-staging_3.12.bbappend => linux-ti-staging_3.14.bbappend} (94%) diff --git a/meta-arago-distro/recipes-kernel/linux/linux-ti-staging_3.12.bbappend b/meta-arago-distro/recipes-kernel/linux/linux-ti-staging_3.14.bbappend similarity index 94% copy from meta-arago-distro/recipes-kernel/linux/linux-ti-staging_3.12.bbappend copy to meta-arago-distro/recipes-kernel/linux/linux-ti-staging_3.14.bbappend index 2a6f090..b178b5e 100644 --- a/meta-arago-distro/recipes-kernel/linux/linux-ti-staging_3.12.bbappend +++ b/meta-arago-distro/recipes-kernel/linux/linux-ti-staging_3.14.bbappend @@ -6,6 +6,8 @@ require copy-defconfig.inc KERNEL_LOCALVERSION = "-g${@d.getVar('SRCPV', True).partition('+')[2][0:7]}" +SRCREV = "${AUTOREV}" + kernel_do_configure_prepend() { if [ ! -e ${B}/.scmversion -a ! -e ${S}/.scmversion ] then -- 1.7.9.5 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
