diff --git a/meta-jasperforest/recipes-kernel/linux/linux-yocto-dev.bbappend b/meta-jasperforest/recipes-kernel/linux/linux-yocto-dev.bbappend index 2f078a9b..f921ae8d 100644 --- a/meta-jasperforest/recipes-kernel/linux/linux-yocto-dev.bbappend +++ b/meta-jasperforest/recipes-kernel/linux/linux-yocto-dev.bbappend @@ -1,5 +1,7 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" +PACKAGE_ARCH_jasperforest = "${MACHINE_ARCH}" + COMPATIBLE_MACHINE_jasperforest = "jasperforest" KMACHINE_jasperforest = "jasperforest" diff --git a/meta-jasperforest/recipes-kernel/linux/linux-yocto-rt_3.4.bbappend b/meta-jasperforest/recipes-kernel/linux/linux-yocto-rt_3.4.bbappend index e506bf43..917853eb 100644 --- a/meta-jasperforest/recipes-kernel/linux/linux-yocto-rt_3.4.bbappend +++ b/meta-jasperforest/recipes-kernel/linux/linux-yocto-rt_3.4.bbappend @@ -1,4 +1,5 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" +PACKAGE_ARCH_jasperforest = "${MACHINE_ARCH}" COMPATIBLE_MACHINE_jasperforest = "jasperforest" KMACHINE_jasperforest = "jasperforest" diff --git a/meta-jasperforest/recipes-kernel/linux/linux-yocto-rt_3.8.bbappend b/meta-jasperforest/recipes-kernel/linux/linux-yocto-rt_3.8.bbappend index e586a6e6..d14a6ff2 100644 --- a/meta-jasperforest/recipes-kernel/linux/linux-yocto-rt_3.8.bbappend +++ b/meta-jasperforest/recipes-kernel/linux/linux-yocto-rt_3.8.bbappend @@ -1,5 +1,7 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" +PACKAGE_ARCH_jasperforest = "${MACHINE_ARCH}" + COMPATIBLE_MACHINE_jasperforest = "jasperforest" KMACHINE_jasperforest = "jasperforest" diff --git a/meta-jasperforest/recipes-kernel/linux/linux-yocto_3.10.bbappend b/meta-jasperforest/recipes-kernel/linux/linux-yocto_3.10.bbappend index 00842334..963336d7 100644 --- a/meta-jasperforest/recipes-kernel/linux/linux-yocto_3.10.bbappend +++ b/meta-jasperforest/recipes-kernel/linux/linux-yocto_3.10.bbappend @@ -1,5 +1,7 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" +PACKAGE_ARCH_jasperforest = "${MACHINE_ARCH}" + COMPATIBLE_MACHINE_jasperforest = "jasperforest" KMACHINE_jasperforest = "jasperforest" diff --git a/meta-jasperforest/recipes-kernel/linux/linux-yocto_3.4.bbappend b/meta-jasperforest/recipes-kernel/linux/linux-yocto_3.4.bbappend index 84d36df5..93ceb76e 100644 --- a/meta-jasperforest/recipes-kernel/linux/linux-yocto_3.4.bbappend +++ b/meta-jasperforest/recipes-kernel/linux/linux-yocto_3.4.bbappend @@ -1,5 +1,7 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" +PACKAGE_ARCH_jasperforest = "${MACHINE_ARCH}" + COMPATIBLE_MACHINE_jasperforest = "jasperforest" KMACHINE_jasperforest = "jasperforest" diff --git a/meta-jasperforest/recipes-kernel/linux/linux-yocto_3.8.bbappend b/meta-jasperforest/recipes-kernel/linux/linux-yocto_3.8.bbappend index c79f4fe5..002b7643 100644 --- a/meta-jasperforest/recipes-kernel/linux/linux-yocto_3.8.bbappend +++ b/meta-jasperforest/recipes-kernel/linux/linux-yocto_3.8.bbappend @@ -1,5 +1,7 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" +PACKAGE_ARCH_jasperforest = "${MACHINE_ARCH}" + COMPATIBLE_MACHINE_jasperforest = "jasperforest" KMACHINE_jasperforest = "jasperforest"