From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-gh0-f171.google.com (mail-gh0-f171.google.com [209.85.160.171]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id A3E02E014FF for ; Tue, 9 Apr 2013 12:22:46 -0700 (PDT) Received: by mail-gh0-f171.google.com with SMTP id f15so1137862ghb.16 for ; Tue, 09 Apr 2013 12:22:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:sender:from:to:cc:subject:date:message-id:x-mailer :in-reply-to:references; bh=B2v1UPle8RSb36IyqFfOw+fsReKGRmm7fx9Cvq5pFnA=; b=ZH4O0Y9/ZZBy1WYY8YHbeKyiFB5Am4ywbzFYVNKx3haQADofuZCl9TTyjE88Kxgnys 7afWBafw4kTi7DhhVi+shmHyl21XJSA3B71T4tIafTNXTPYEX0C36yKtbjfVUAudEVlU MBKd4RooRVAPcWpG2MgxiFYHQtOKTUt8L4uyFwDNIa06cx2qzk7EkvVQ9Hg/n5S74dtD oAncJfoVlh+WCM5cU87VyzitzkEIe5CKjnGaEuvFVXPJLhj7fWQZ4swKa4Lsbd9kS38J mik46TKQtuPra/+V/ZOsRTZeqyiWO5xlZNbE7Bsw5vIq575N15tLpWnHOfRjIH58FJZQ hWOA== X-Received: by 10.236.60.198 with SMTP id u46mr4406161yhc.28.1365535366198; Tue, 09 Apr 2013 12:22:46 -0700 (PDT) Received: from nano.lab.ossystems.com.br ([187.23.144.59]) by mx.google.com with ESMTPS id q8sm45033850yhb.1.2013.04.09.12.22.44 (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 09 Apr 2013 12:22:45 -0700 (PDT) Sender: Otavio Salvador From: Otavio Salvador To: meta-freescale Mailing List Date: Tue, 9 Apr 2013 16:22:01 -0300 Message-Id: <1365535321-27350-11-git-send-email-otavio@ossystems.com.br> X-Mailer: git-send-email 1.8.1 In-Reply-To: <1365535321-27350-1-git-send-email-otavio@ossystems.com.br> References: <1365535321-27350-1-git-send-email-otavio@ossystems.com.br> Cc: Otavio Salvador Subject: [meta-fsl-arm-extra][PATCH v2 8/8] wandboard-solo: Add machine configuration X-BeenThere: meta-freescale@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Usage and development list for the meta-fsl-* layers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Apr 2013 19:22:46 -0000 The kernel configuration is the same for Dual and Solo variants; to fix it, we move the Dual defconfig to common directory avoiding duplication. Change-Id: I5d4b304c9980115318fdda75a6dc623783cb5cf7 Signed-off-by: Otavio Salvador --- conf/machine/wandboard-solo.conf | 16 ++++++++++++++++ .../{wandboard-dual => }/defconfig | 0 2 files changed, 16 insertions(+) create mode 100644 conf/machine/wandboard-solo.conf rename recipes-kernel/linux/linux-wandboard-3.0.35/{wandboard-dual => }/defconfig (100%) diff --git a/conf/machine/wandboard-solo.conf b/conf/machine/wandboard-solo.conf new file mode 100644 index 0000000..32bbe4e --- /dev/null +++ b/conf/machine/wandboard-solo.conf @@ -0,0 +1,16 @@ +#@TYPE: Machine +#@NAME: i.MX6 Wandboard Solo +#@DESCRIPTION: Machine configuration for i.MX6 Wandboard Solo + +include conf/machine/include/imx-base.inc +include conf/machine/include/tune-cortexa9.inc + +SOC_FAMILY = "wandboard:mx6s:mx6" + +PREFERRED_PROVIDER_virtual/kernel = "linux-wandboard" + +UBOOT_MACHINE = "wandboard_solo_config" + +SERIAL_CONSOLE = "115200 ttymxc0" + +MACHINE_FEATURES += " pci wifi" diff --git a/recipes-kernel/linux/linux-wandboard-3.0.35/wandboard-dual/defconfig b/recipes-kernel/linux/linux-wandboard-3.0.35/defconfig similarity index 100% rename from recipes-kernel/linux/linux-wandboard-3.0.35/wandboard-dual/defconfig rename to recipes-kernel/linux/linux-wandboard-3.0.35/defconfig -- 1.8.1