All of lore.kernel.org
 help / color / mirror / Atom feed
From: OpenBMC Patches <openbmc-patches@stwcx.xyz>
To: openbmc@lists.ozlabs.org
Cc: adamliyi <adamliyi@msn.com>
Subject: [PATCH openbmc v3 5/5] add occ hwmon into obmc build
Date: Thu, 12 Nov 2015 06:10:19 -0500	[thread overview]
Message-ID: <1447326619-19472-6-git-send-email-openbmc-patches@stwcx.xyz> (raw)
In-Reply-To: <1447326619-19472-1-git-send-email-openbmc-patches@stwcx.xyz>

From: adamliyi <adamliyi@msn.com>

---
 .../recipes-kernel/i2c-occ-mod/i2c-occ-mod_0.1.bb    | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 meta-phosphor/common/recipes-kernel/i2c-occ-mod/i2c-occ-mod_0.1.bb

diff --git a/meta-phosphor/common/recipes-kernel/i2c-occ-mod/i2c-occ-mod_0.1.bb b/meta-phosphor/common/recipes-kernel/i2c-occ-mod/i2c-occ-mod_0.1.bb
new file mode 100644
index 0000000..3cb081d
--- /dev/null
+++ b/meta-phosphor/common/recipes-kernel/i2c-occ-mod/i2c-occ-mod_0.1.bb
@@ -0,0 +1,20 @@
+SUMMARY = "build i2c occ hwmon kernel module"
+#LICENSE = "GPLv2"
+#LIC_FILES_CHKSUM = "file://COPYING;md5=12f884d2ae1ff87c09e5b7ccc2c4ca7e"
+
+inherit module
+inherit obmc-phosphor-license
+
+# SRC_URI = "file://Makefile \
+#           file://occ.c \
+#           file://COPYING \
+#          "
+
+SRC_URI += "git://github.com/adamliyi/kernel-hwmon-occ"
+#SRC_URI += "git://github.com/openbmc/kernel-hwmon-occ"
+SRCREV = "${AUTOREV}"
+
+S = "${WORKDIR}/git"
+
+# The inherit of module.bbclass will automatically name module packages with
+# "kernel-module-" prefix as required by the oe-core build environment.
-- 
2.6.3

      parent reply	other threads:[~2015-11-12 13:00 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-11-12 11:10 [PATCH openbmc v3 0/5] add i2c-occ to barreleye and palmetto device table OpenBMC Patches
2015-11-12 11:10 ` [PATCH openbmc v3 1/5] add i2c-occ to barreleye " OpenBMC Patches
2015-11-12 11:10 ` [PATCH openbmc v3 2/5] add occ-i2c to palmetto " OpenBMC Patches
2015-11-12 11:10 ` [PATCH openbmc v3 3/5] initial check in for occ hwmon driver OpenBMC Patches
2015-11-12 11:10 ` [PATCH openbmc v3 4/5] change i2c-occ path OpenBMC Patches
2015-11-12 11:10 ` OpenBMC Patches [this message]

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=1447326619-19472-6-git-send-email-openbmc-patches@stwcx.xyz \
    --to=openbmc-patches@stwcx.xyz \
    --cc=adamliyi@msn.com \
    --cc=openbmc@lists.ozlabs.org \
    /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.