From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pa0-f48.google.com (mail-pa0-f48.google.com [209.85.220.48]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 64D74E011CC for ; Wed, 12 Dec 2012 08:51:51 -0800 (PST) Received: by mail-pa0-f48.google.com with SMTP id fa1so739412pad.35 for ; Wed, 12 Dec 2012 08:51:51 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:x-gm-message-state; bh=2GV0OiDXE0ra9CqIpoTQXuJN+OAd3nWyGFZ1jzMMPi4=; b=cuQSZ9Ur8YupHJeZJ0BeWvMVjHDlYpWPws5vRmDF5rqOc4kAcLt5d53z742xp/92vS QA4c3dYaznCTfiw0x22y1RF1MZtZdd8BIr4VWQDm6Zk9JGHjdj9jhxK7Ft8ry0tUwTXF I9bFtBkjGdeZF50sVofnFjDUmtREIKZGxkJ/8+VpJPVNOWAjtQ9jamGheV46Yhh9YuQA BPmwXqll9NHwOf85oT0LZ0TS5ZCm/3blXvcTE2+zJkiGBqPqX3hno65/g2ZMulol9tuh ocqdJSflUCQ1WiBnz8v1fKf1dFij752LL2tvzPkNxGdeRdVyrVuHX7bR095vGGnxJcpV 3eww== Received: by 10.68.197.197 with SMTP id iw5mr4305793pbc.22.1355331111235; Wed, 12 Dec 2012 08:51:51 -0800 (PST) Received: from [192.168.0.55] ([70.96.116.236]) by mx.google.com with ESMTPS id na7sm3531602pbc.48.2012.12.12.08.51.49 (version=SSLv3 cipher=OTHER); Wed, 12 Dec 2012 08:51:50 -0800 (PST) Message-ID: <50C8B624.5060700@boundarydevices.com> Date: Wed, 12 Dec 2012 09:51:48 -0700 From: Eric Nelson User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: Otavio Salvador References: <1355262632-19265-1-git-send-email-otavio@ossystems.com.br> <1355262632-19265-4-git-send-email-otavio@ossystems.com.br> In-Reply-To: <1355262632-19265-4-git-send-email-otavio@ossystems.com.br> X-Gm-Message-State: ALoCoQnbJ+DtwZ255cVxGwPoKaDGM8N9dvRcTn2WB7lOmnGPoWt8hFQ3wq1xNPTEyPyqvYvgeioO Cc: meta-freescale@yoctoproject.org Subject: Re: [meta-fsl-arm-extra][PATCH v3 3/3] nitrogen6x: Add machine definition 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: Wed, 12 Dec 2012 16:51:51 -0000 X-Groupsio-MsgNum: 438 Content-Type: multipart/mixed; boundary="------------090508050305020800070500" --------------090508050305020800070500 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Hi Otavio, On 12/11/2012 02:50 PM, Otavio Salvador wrote: > This adds the machine definition to Nitrogen6x from Boundary Devices. > More information at: > > http://boundarydevices.com/products/nitrogen6x-board-imx6-arm-cortex-a9-sbc/ > > > > diff --git a/conf/machine/nitrogen6x.conf b/conf/machine/nitrogen6x.conf > new file mode 100644 > index 0000000..d668eb2 > --- /dev/null > +++ b/conf/machine/nitrogen6x.conf > @@ -0,0 +1,30 @@ > > > > + > +# Boot scripts to install > +BOOT_SCRIPTS = "6x_bootscript-${MACHINE}:6x_bootscript" Was the omission of 6x_upgrade intentional? I tested with the attached patch and got both installed properly on the SD card. Otherwise: Tested-by: Eric Nelson --------------090508050305020800070500 Content-Type: text/x-patch; name="0001-nitrogen6x-add-6x_upgrade-script.patch" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="0001-nitrogen6x-add-6x_upgrade-script.patch" >From d06b03a4a227db6d80c65187c837ccdbe7f71cb8 Mon Sep 17 00:00:00 2001 From: Eric Nelson Date: Wed, 12 Dec 2012 09:43:43 -0700 Subject: [PATCH] nitrogen6x: add 6x_upgrade script Signed-off-by: Eric Nelson --- conf/machine/nitrogen6x.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/machine/nitrogen6x.conf b/conf/machine/nitrogen6x.conf index d668eb2..f118bba 100644 --- a/conf/machine/nitrogen6x.conf +++ b/conf/machine/nitrogen6x.conf @@ -19,7 +19,7 @@ IMAGE_BOOTLOADER ?= "" do_rootfs[depends] += "u-boot-script-boundary:do_deploy" # Boot scripts to install -BOOT_SCRIPTS = "6x_bootscript-${MACHINE}:6x_bootscript" +BOOT_SCRIPTS = "6x_bootscript-${MACHINE}:6x_bootscript 6x_upgrade-${MACHINE}:6x_upgrade" UBOOT_MACHINE = "nitrogen6X_config" -- 1.7.9.5 --------------090508050305020800070500--