From patchwork Sun Oct 21 15:39:11 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [2/2] linux: compilable on osx Date: Sun, 21 Oct 2012 05:39:11 -0000 From: Yann Diorcet X-Patchwork-Id: 193041 Message-Id: <1350833951-9560-2-git-send-email-diorcet.yann@gmail.com> To: dev@oe-lite.org Cc: Yann Diorcet From: Yann Diorcet --- recipes/linux/linux-omap4-initramfs_2.6.35-omap4-L24.11-p6.oe | 1 + recipes/linux/linux-omap4_2.6.35-omap4-L24.11-p6.oe | 1 + 2 files changed, 2 insertions(+) diff --git a/recipes/linux/linux-omap4-initramfs_2.6.35-omap4-L24.11-p6.oe b/recipes/linux/linux-omap4-initramfs_2.6.35-omap4-L24.11-p6.oe index 8eb4d70..1627c4c 100644 --- a/recipes/linux/linux-omap4-initramfs_2.6.35-omap4-L24.11-p6.oe +++ b/recipes/linux/linux-omap4-initramfs_2.6.35-omap4-L24.11-p6.oe @@ -1,5 +1,6 @@ require linux-omap4.inc SRC_URI:>MACHINE_pandaboard = " file://defconfig" +SRC_URI:>BUILD_OS_darwin = " file://osx.patch" RECIPE_USE_kernel_initramfs = "1" FILESPATHPKG = "${P}:${PN}:linux-omap4-${PV}:linux-omap4:files" diff --git a/recipes/linux/linux-omap4_2.6.35-omap4-L24.11-p6.oe b/recipes/linux/linux-omap4_2.6.35-omap4-L24.11-p6.oe index 28247d6..de2dea7 100644 --- a/recipes/linux/linux-omap4_2.6.35-omap4-L24.11-p6.oe +++ b/recipes/linux/linux-omap4_2.6.35-omap4-L24.11-p6.oe @@ -1,2 +1,3 @@ require ${PN}.inc +SRC_URI:>BUILD_OS_darwin = " file://osx.patch" SRC_URI:>MACHINE_pandaboard = " file://defconfig"