From patchwork Sun Oct 21 15:39:11 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yann Diorcet X-Patchwork-Id: 193041 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hugin.dotsrc.org (hugin.dotsrc.org [130.225.254.102]) by ozlabs.org (Postfix) with ESMTP id D4C5C2C008D for ; Mon, 22 Oct 2012 02:39:20 +1100 (EST) Received: from hugin.dotsrc.org (localhost [127.0.0.1]) by hugin.dotsrc.org (Postfix) with ESMTP id A5CA13FD21 for ; Sun, 21 Oct 2012 17:39:19 +0200 (CEST) X-Original-To: dev@oe-lite.org Delivered-To: dev@oe-lite.org Received: from mail-wi0-f181.google.com (mail-wi0-f181.google.com [209.85.212.181]) by hugin.dotsrc.org (Postfix) with ESMTPS id AFE353FBAE for ; Sun, 21 Oct 2012 17:39:17 +0200 (CEST) Received: by mail-wi0-f181.google.com with SMTP id hq12so1197212wib.16 for ; Sun, 21 Oct 2012 08:39:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references; bh=QJ2CDLFIt9qWJHE2CodayL4olovAE7j4rC/tntyeoqM=; b=WpaKgruL9k3YRqtbRT6/TmZhLad1NGqGl8C5uxVMMfBatAE4JPz7BFMjUfHV5bWU14 DqcHQQS7dVZ91iGIewmD3Muc4TFQvUoA3iKU70He52tyBhYM7cP8k1k9jLss0AbYi0iJ rP01UB2M/vZrSnbJ9KZqwERhQksR/ENG8BMyf7LWruo3tlZp1Ovf7zwT8GtWJH+19VL/ 3egzhYdQ7sTmrIKhVyxdhfelle/oG3DajJ7mT0/6O4l7HP/kg548nQdAleQQNHutwr4s dwAX271poyxfQErChERmd2PSqv9C8K7nrMxUelEarGOxxcesyC/kQyM9bKnWTbzhf0fB 51bg== Received: by 10.216.203.148 with SMTP id f20mr3847905weo.181.1350833957227; Sun, 21 Oct 2012 08:39:17 -0700 (PDT) Received: from localhost.localdomain (dom38-1-82-236-154-183.fbx.proxad.net. [82.236.154.183]) by mx.google.com with ESMTPS id ei1sm16526211wid.7.2012.10.21.08.39.15 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 21 Oct 2012 08:39:16 -0700 (PDT) From: Yann Diorcet To: dev@oe-lite.org Subject: [PATCH 2/2] linux: compilable on osx Date: Sun, 21 Oct 2012 17:39:11 +0200 Message-Id: <1350833951-9560-2-git-send-email-diorcet.yann@gmail.com> X-Mailer: git-send-email 1.7.10.4 In-Reply-To: <1350833951-9560-1-git-send-email-diorcet.yann@gmail.com> References: <1350833951-9560-1-git-send-email-diorcet.yann@gmail.com> Cc: Yann Diorcet X-BeenThere: dev@oe-lite.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: OE-lite development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: dev-bounces@oe-lite.org Errors-To: dev-bounces@oe-lite.org 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"