From patchwork Tue Nov 29 07:14:05 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [V2] meta-ti u-boot: Add COMPATIBLE_MACHINE to avoid disturbing other builds Date: Tue, 29 Nov 2011 07:14:05 -0000 From: ulf@emagii.com X-Patchwork-Id: 15515 Message-Id: <1322550845-2441-1-git-send-email-ulf@emagii.com> To: openembedded-core@lists.openembedded.org Cc: Ulf Samuelsson From: Ulf Samuelsson Signed-off-by: Ulf Samuelsson --- recipes-bsp/u-boot/u-boot_git.bb | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/recipes-bsp/u-boot/u-boot_git.bb b/recipes-bsp/u-boot/u-boot_git.bb index 022d7fc..00414a3 100644 --- a/recipes-bsp/u-boot/u-boot_git.bb +++ b/recipes-bsp/u-boot/u-boot_git.bb @@ -1,10 +1,11 @@ require u-boot.inc -PR ="r67" +PR ="r68" DEFAULT_PREFERENCE_ti814x = "-1" DEFAULT_PREFERENCE_ti816x = "-1" FILESPATHPKG =. "u-boot-git:" +COMPATIBLE_MACHINE = "(beagleboard)" SRC_URI_beagleboard = "git://www.denx.de/git/u-boot.git;protocol=git \ file://0001-OMAP3-Beagle-Pin-Mux-initialization-glitch-fix.patch \