Giter Club home page Giter Club logo

meta-influx's People

Contributors

alihanyalcin avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

meta-influx's Issues

failing to build for AArch64 architecture

Hi

I'm trying to build recipes-influx/influxdb/influxdb_1.8.0.bb for colibri-imx8x board which is based on iMX 8X SOM. It is failing due to incompatible influxdb binary architecutre. I needed to change the recipe in this way:

diff --git a/recipes-influx/influxdb/influxdb_1.8.0.bb b/recipes-influx/influxdb/influxdb_1.8.0.bb
index 57dbf92..1f8f525 100644
--- a/recipes-influx/influxdb/influxdb_1.8.0.bb
+++ b/recipes-influx/influxdb/influxdb_1.8.0.bb
@@ -2,9 +2,9 @@ require influxdb.inc
 
 PR = "r1"
 
-SRC_URI = "https://dl.influxdata.com/influxdb/releases/influxdb-1.8.0_linux_armhf.tar.gz"
-SRC_URI[sha256sum] = "fdac157f02e8231e1925d8e9bc325c88b7ba55ebab2340c549ef10640dbd0cba"
+SRC_URI = "https://dl.influxdata.com/influxdb/releases/influxdb-1.8.0_linux_arm64.tar.gz"
+SRC_URI[sha256sum] = "e76c36c10e46c2fd17820156b290dd776a465da0298496af5d490e555504b079"
 
 LICENSE = "CLOSED"
 
-S = "${WORKDIR}/influxdb-1.8.0-1"
\ No newline at end of file
+S = "${WORKDIR}/influxdb-1.8.0-1"

This way the build is successful. I cannot test it on the board because I do not have it yet but I will test it in the future. I'm not very good with bitbake recipes so I don't know how to make the recipe handle both architectures. Could You propose a way for this layer to handle both architectures ?

support for Rocko

Hi,
I just tested this layer on Rocko release for colibri t30 SOM (from Toradex), the only change I had to do was enabling rocko in LAYERSERIES_COMPAT_meta-influx.
Could You include rocko release in your repo ?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.