Code Monkey home page Code Monkey logo

Comments (6)

jan-kiszka avatar jan-kiszka commented on August 28, 2024

Could you describe how (command steps) and what (early part of log shows layers and their revisions) you built?

from meta-iot2000.

santiago-vanoli avatar santiago-vanoli commented on August 28, 2024

[EDIT]: I'm running on Ubuntu 14.04 and before anything I install de packages in http://www.yoctoproject.org/docs/2.1/mega-manual/mega-manual.html#yp-resources

The commands (in order) were:
$ git clone git://git.yoctoproject.org/poky.git poky -b morty
$ git clone git://git.yoctoproject.org/meta-intel poky/meta-intel -b morty
$ git clone http://git.openembedded.org/meta-openembedded poky/meta-openembedded
$ git -C poky checkout 6a1f33cc40bf
$ git -C poky/meta-intel checkout 6add41510412
$ git -C poky/meta-openembedded checkout fe5c83312de1
$ git clone git://github.com/siemens/meta-iot2000 poky/meta-iot2000
$ git clone git://git.openembedded.org/meta-openembedded poky/meta-oe -b morty
$ git clone git://git.yoctoproject.org/meta-intel-iot-middleware poky/meta-intel-iot-middleware -b master
$ git clone git://github.com/imyller/meta-nodejs.git poky/meta-nodejs -b morty
$ git -C poky/meta-oe checkout fe5c83312de1
$ git -C poky/meta-intel-iot-middleware checkout fc8eabfa4fb5
$ git -C poky/meta-nodejs checkout 57e534dd8a53
$ source poky/oe-init-build-env iot2000-build
Then, modified iot2000-build/conf/bblayers.conf and iot2000-build/conf/local.conf as described in https://github.com/siemens/meta-iot2000/tree/master/meta-iot2000-example

Early par of log is:

Build Configuration:
BB_VERSION = "1.32.0"
BUILD_SYS = "x86_64-linux"
NATIVELSBSTRING = "Ubuntu-14.04"
TARGET_SYS = "i586-poky-linux"
MACHINE = "iot2000"
DISTRO = "poky"
DISTRO_VERSION = "2.2.1"
TUNE_FEATURES = "m32 i586-nlp"
TARGET_FPU = ""
meta
meta-poky
meta-yocto-bsp = "HEAD:6a1f33cc40bfac33cf030fe41e1a8efd1e5fad6f"
meta-oe = "HEAD:fe5c83312de11e80b85680ef237f8acb04b4b26e"
meta-intel = "HEAD:6add41510412ca196efb3e4f949d403a8b6f35d7"
meta-intel-iot-middleware = "HEAD:fc8eabfa4fb54802d3f97123b9d2954450175e33"
meta-nodejs = "HEAD:57e534dd8a536a1ce8310d5689258c201ef84652"
meta-iot2000-bsp
meta-iot2000-example = "master:6a074112a12d4e2c9ca6c885bc85b70436b572fc"

from meta-iot2000.

jan-kiszka avatar jan-kiszka commented on August 28, 2024

Yeah, that's different from what we are testing here ATM - README and real setups diverged:

2017-06-23 10:41:05 - INFO     - Build Configuration:
2017-06-23 10:41:05 - INFO     - BB_VERSION        = "1.32.0"
2017-06-23 10:41:05 - INFO     - BUILD_SYS         = "x86_64-linux"
2017-06-23 10:41:05 - INFO     - NATIVELSBSTRING   = "Debian-8.8"
2017-06-23 10:41:05 - INFO     - TARGET_SYS        = "i586-poky-linux"
2017-06-23 10:41:05 - INFO     - MACHINE           = "iot2000"
2017-06-23 10:41:05 - INFO     - DISTRO            = "poky"
2017-06-23 10:41:05 - INFO     - DISTRO_VERSION    = "2.2.2"
2017-06-23 10:41:05 - INFO     - TUNE_FEATURES     = "m32 i586-nlp"
2017-06-23 10:41:05 - INFO     - TARGET_FPU        = ""
2017-06-23 10:41:05 - INFO     - meta-intel        = "HEAD:6add41510412ca196efb3e4f949d403a8b6f35d7"
2017-06-23 10:41:05 - INFO     - meta
2017-06-23 10:41:05 - INFO     - meta-yocto-bsp
2017-06-23 10:41:05 - INFO     - meta-poky         = "HEAD:21aa71dbaaea0aaf84329c0181dfac91f6830573"
2017-06-23 10:41:05 - INFO     - meta-iot2000-bsp
2017-06-23 10:41:05 - INFO     - meta-iot2000-example = "HEAD:ae0ff0336c170d15dfce8007a57042067e0d07a4"
2017-06-23 10:41:05 - INFO     - meta-nodejs       = "master:eec531e97a17bfd406f3bf76dee4057dcf5286a4"
2017-06-23 10:41:05 - INFO     - meta-intel-iot-middleware = "master:fc8eabfa4fb54802d3f97123b9d2954450175e33"
2017-06-23 10:41:05 - INFO     - meta-oe           = "HEAD:fe5c83312de11e80b85680ef237f8acb04b4b26e"

There is this new tool kas (https://github.com/siemens/kas) and a configuration file for the example image in the jan/kas branch. You could try that path directly, or at least pick up the revisions from it? We will soon switch the doc to that method as well.

[Update] Currently you need to check out the next branch of kas in order to use the config files in meta-iot2000 jan/kas. I suspect we will have a proper release of kas with all needed features later this week. Then the steps will be simpler and the docs here will describe this properly.

from meta-iot2000.

 avatar commented on August 28, 2024

using this script ! work fine in "Fedora 25".

git clone git://git.yoctoproject.org/poky.git poky -b morty
git clone git://github.com/siemens/meta-iot2000 poky/meta-iot2000 -b master
git clone git://git.openembedded.org/meta-openembedded poky/meta-oe -b morty
git clone git://git.yoctoproject.org/meta-intel-iot-middleware poky/meta-intel-iot-middleware -b master
git clone git://github.com/imyller/meta-nodejs.git poky/meta-nodejs -b morty
git -C poky/meta-oe checkout fe5c83312de1
git -C poky/meta-intel-iot-middleware checkout fc8eabfa4fb5
git -C poky/meta-nodejs checkout 57e534dd8a53
git clone git://git.yoctoproject.org/meta-intel poky/meta-intel -b morty

from meta-iot2000.

jan-kiszka avatar jan-kiszka commented on August 28, 2024

@malconxx, that looks like it is referencing the same revisions @santiago-vanoli was trying already. Maybe there is an issue, depending on the host setup, with that set. Therefore my suggestion to use the kas build environment or at least the partly newer revisions from the meta-iot2000-example/kas-iot2000-example-image.yml + meta-iot2000-bsp/kas-iot2000-bsp.yml.

from meta-iot2000.

santiago-vanoli avatar santiago-vanoli commented on August 28, 2024

Tried to build in another host, didn't have a problem. It was probably a problem with my host machine.
Thanks for the assist!

from meta-iot2000.

Related Issues (20)

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.