diff mbox

[2/2] linux: compilable on osx

Message ID 1350833951-9560-2-git-send-email-diorcet.yann@gmail.com
State Accepted
Headers show

Commit Message

Yann Diorcet Oct. 21, 2012, 3:39 p.m. UTC
From: Yann Diorcet <yann.diorcet@belledonne-communications.com>

---
 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(+)

Comments

Esben Haabendal Dec. 14, 2012, 7:19 p.m. UTC | #1
Yann Diorcet <diorcet.yann@gmail.com> writes:

> From: Yann Diorcet <yann.diorcet@belledonne-communications.com>
>
> ---
>  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"

Merged to master (together with the patch you sent in seperate mail),
thanks.

/Esben
diff mbox

Patch

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"