All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH] c-periphery: add recipe
@ 2020-06-07 16:05 Joris Offouga
  2020-06-07 19:28 ` [oe] " Denys Dmytriyenko
  0 siblings, 1 reply; 3+ messages in thread
From: Joris Offouga @ 2020-06-07 16:05 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Joris Offouga

Signed-off-by: Joris Offouga <offougajoris@gmail.com>
---
 .../c-periphery/c-periphery_2.2.1.bb          | 21 +++++++++++++++++++
 1 file changed, 21 insertions(+)
 create mode 100644 meta-oe/recipes-devtools/c-periphery/c-periphery_2.2.1.bb

diff --git a/meta-oe/recipes-devtools/c-periphery/c-periphery_2.2.1.bb b/meta-oe/recipes-devtools/c-periphery/c-periphery_2.2.1.bb
new file mode 100644
index 000000000..b53cd6b19
--- /dev/null
+++ b/meta-oe/recipes-devtools/c-periphery/c-periphery_2.2.1.bb
@@ -0,0 +1,21 @@
+SUMMURY = "C-Periphery lib used to access GPIO, LED, PWM, SPI, I2C, MMIO, Serial"
+DESCRIPTION = "A C library for peripheral I/O (GPIO, LED, PWM, SPI, I2C, MMIO, Serial) in Linux"
+
+HOMEPAGE = "https://github.com/vsergeev/c-periphery"
+
+SECTION = "libs"
+
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=4097ec544cf01e9c7cfc4bdf8e4ed887"
+
+SRC_URI = "git://github.com/vsergeev/c-periphery;protocol=https"
+SRCREV = "c2aa7d164f87b807077daeeb3443a56b89e1d1c9"
+
+S = "${WORKDIR}/git"
+
+inherit cmake
+
+EXTRA_OECMAKE = "-DBUILD_SHARED_LIBS=ON"
+
+BBCLASSEXTEND = "native nativesdk"
+
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [oe] [meta-oe][PATCH] c-periphery: add recipe
  2020-06-07 16:05 [meta-oe][PATCH] c-periphery: add recipe Joris Offouga
@ 2020-06-07 19:28 ` Denys Dmytriyenko
  2020-06-10 19:09   ` Khem Raj
  0 siblings, 1 reply; 3+ messages in thread
From: Denys Dmytriyenko @ 2020-06-07 19:28 UTC (permalink / raw)
  To: Joris Offouga; +Cc: openembedded-devel

On Sun, Jun 07, 2020 at 06:05:32PM +0200, Joris Offouga wrote:
> Signed-off-by: Joris Offouga <offougajoris@gmail.com>
> ---
>  .../c-periphery/c-periphery_2.2.1.bb          | 21 +++++++++++++++++++
>  1 file changed, 21 insertions(+)
>  create mode 100644 meta-oe/recipes-devtools/c-periphery/c-periphery_2.2.1.bb
> 
> diff --git a/meta-oe/recipes-devtools/c-periphery/c-periphery_2.2.1.bb b/meta-oe/recipes-devtools/c-periphery/c-periphery_2.2.1.bb
> new file mode 100644
> index 000000000..b53cd6b19
> --- /dev/null
> +++ b/meta-oe/recipes-devtools/c-periphery/c-periphery_2.2.1.bb
> @@ -0,0 +1,21 @@
> +SUMMURY = "C-Periphery lib used to access GPIO, LED, PWM, SPI, I2C, MMIO, Serial"
> +DESCRIPTION = "A C library for peripheral I/O (GPIO, LED, PWM, SPI, I2C, MMIO, Serial) in Linux"

libsoc?

If this one gets in, should probably go to recipes-support where libsoc 
lives...


> +HOMEPAGE = "https://github.com/vsergeev/c-periphery"
> +
> +SECTION = "libs"
> +
> +LICENSE = "MIT"
> +LIC_FILES_CHKSUM = "file://LICENSE;md5=4097ec544cf01e9c7cfc4bdf8e4ed887"
> +
> +SRC_URI = "git://github.com/vsergeev/c-periphery;protocol=https"
> +SRCREV = "c2aa7d164f87b807077daeeb3443a56b89e1d1c9"
> +
> +S = "${WORKDIR}/git"
> +
> +inherit cmake
> +
> +EXTRA_OECMAKE = "-DBUILD_SHARED_LIBS=ON"
> +
> +BBCLASSEXTEND = "native nativesdk"
> +
> -- 
> 2.25.1
> 

> 


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [oe] [meta-oe][PATCH] c-periphery: add recipe
  2020-06-07 19:28 ` [oe] " Denys Dmytriyenko
@ 2020-06-10 19:09   ` Khem Raj
  0 siblings, 0 replies; 3+ messages in thread
From: Khem Raj @ 2020-06-10 19:09 UTC (permalink / raw)
  To: Denys Dmytriyenko; +Cc: Joris Offouga, openembeded-devel

On Sun, Jun 7, 2020 at 12:29 PM Denys Dmytriyenko <denis@denix.org> wrote:
>
> On Sun, Jun 07, 2020 at 06:05:32PM +0200, Joris Offouga wrote:
> > Signed-off-by: Joris Offouga <offougajoris@gmail.com>
> > ---
> >  .../c-periphery/c-periphery_2.2.1.bb          | 21 +++++++++++++++++++
> >  1 file changed, 21 insertions(+)
> >  create mode 100644 meta-oe/recipes-devtools/c-periphery/c-periphery_2.2.1.bb
> >
> > diff --git a/meta-oe/recipes-devtools/c-periphery/c-periphery_2.2.1.bb b/meta-oe/recipes-devtools/c-periphery/c-periphery_2.2.1.bb
> > new file mode 100644
> > index 000000000..b53cd6b19
> > --- /dev/null
> > +++ b/meta-oe/recipes-devtools/c-periphery/c-periphery_2.2.1.bb
> > @@ -0,0 +1,21 @@
> > +SUMMURY = "C-Periphery lib used to access GPIO, LED, PWM, SPI, I2C, MMIO, Serial"
> > +DESCRIPTION = "A C library for peripheral I/O (GPIO, LED, PWM, SPI, I2C, MMIO, Serial) in Linux"
>
> libsoc?
>
> If this one gets in, should probably go to recipes-support where libsoc
> lives...

Good feedback. I have added a patch to move it to recipes-support to
master-next

>
>
> > +HOMEPAGE = "https://github.com/vsergeev/c-periphery"
> > +
> > +SECTION = "libs"
> > +
> > +LICENSE = "MIT"
> > +LIC_FILES_CHKSUM = "file://LICENSE;md5=4097ec544cf01e9c7cfc4bdf8e4ed887"
> > +
> > +SRC_URI = "git://github.com/vsergeev/c-periphery;protocol=https"
> > +SRCREV = "c2aa7d164f87b807077daeeb3443a56b89e1d1c9"
> > +
> > +S = "${WORKDIR}/git"
> > +
> > +inherit cmake
> > +
> > +EXTRA_OECMAKE = "-DBUILD_SHARED_LIBS=ON"
> > +
> > +BBCLASSEXTEND = "native nativesdk"
> > +
> > --
> > 2.25.1
> >
>
> >
>
> 

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-06-10 19:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-07 16:05 [meta-oe][PATCH] c-periphery: add recipe Joris Offouga
2020-06-07 19:28 ` [oe] " Denys Dmytriyenko
2020-06-10 19:09   ` Khem Raj

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.