All of lore.kernel.org
 help / color / mirror / Atom feed
From: Valentin Raevsky <valentin@compulab.co.il>
To: otavio@ossystems.com.br
Cc: meta-freescale@yoctoproject.org
Subject: [PATCH 1/3] cm-fx6:u-boot: add u-boot configuration for cm-fx6 machines
Date: Thu,  9 Apr 2015 10:05:05 +0300	[thread overview]
Message-ID: <1428563107-28112-1-git-send-email-valentin@compulab.co.il> (raw)

Add u-boot configuration for cm-fx6 machines.

Signed-off-by: Valentin Raevsky <valentin@compulab.co.il>
---
 recipes-bsp/u-boot/u-boot-cm-fx6_2014.10.bb |   17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 recipes-bsp/u-boot/u-boot-cm-fx6_2014.10.bb

diff --git a/recipes-bsp/u-boot/u-boot-cm-fx6_2014.10.bb b/recipes-bsp/u-boot/u-boot-cm-fx6_2014.10.bb
new file mode 100644
index 0000000..463da67
--- /dev/null
+++ b/recipes-bsp/u-boot/u-boot-cm-fx6_2014.10.bb
@@ -0,0 +1,17 @@
+require recipes-bsp/u-boot/u-boot.inc
+
+DESCRIPTION = "u-boot which includes support for CompuLab boards such as cm-fx6."
+LICENSE = "GPLv2+"
+LIC_FILES_CHKSUM = "file://configs/cm_fx6_defconfig;md5=549452418e9e099e5fe19ef1ac65e892"
+
+PROVIDES += "u-boot"
+
+SRCBRANCH = "utilite/master"
+SRCREV = "6803a75f3d40bee3b53f56e7b49c70465819b7ca"
+SRC_URI = "git://github.com/utilite-computer/u-boot.git;branch=${SRCBRANCH}"
+SRC_URI[md5sum] = "fd8234c5b3a460430689848c1f16acef"
+
+S = "${WORKDIR}/git"
+
+PACKAGE_ARCH = "${MACHINE_ARCH}"
+COMPATIBLE_MACHINE = "cm-fx6"
-- 
1.7.9.5



             reply	other threads:[~2015-04-09  8:07 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-04-09  7:05 Valentin Raevsky [this message]
2015-04-09  7:05 ` [PATCH 2/3] cm-fx6:kernel: add cm-fx6 kernel configuration files Valentin Raevsky
2015-04-09 11:58   ` Daiane Angolini
2015-04-09 13:12     ` Otavio Salvador
2015-04-09  7:05 ` [PATCH 3/3] cm-fx6:machine: add cm-x6 machine configuration Valentin Raevsky
2015-04-09 11:45   ` Daiane Angolini
2015-04-09 13:40     ` Otavio Salvador
2015-04-09 12:01 ` [PATCH 1/3] cm-fx6:u-boot: add u-boot configuration for cm-fx6 machines Daiane Angolini
2015-04-09 12:07   ` Fabio Estevam
2015-04-09 12:37     ` Daiane Angolini
2015-04-09 12:49       ` Otavio Salvador

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1428563107-28112-1-git-send-email-valentin@compulab.co.il \
    --to=valentin@compulab.co.il \
    --cc=meta-freescale@yoctoproject.org \
    --cc=otavio@ossystems.com.br \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.