Giter VIP home page Giter VIP logo

Comments (5)

rewitt1 avatar rewitt1 commented on July 17, 2024 1

Should be fixed by #37.

from poky-container.

btgoodwin avatar btgoodwin commented on July 17, 2024

I realize this is over a year old, and while it's not a solution, setting the entry point to nothing will let you get into a stage, at least:

image:
   name: crops/poky:ubuntu-14.04
   entrypoint: [ "" ]

I'm trying to set this up for a layer and the ugly thing is your build directory assigned by the runner is within your layer.

from poky-container.

btgoodwin avatar btgoodwin commented on July 17, 2024

BTW @cfriedtpv, I've traced this down further to two things. First, the actual main issue is that if the image's entrypoint doesn't support having scripts passed as CMD, the image is incompatible with gitlab-runner (reference).

Second, the issue in this thread, is that the poky-entry.py's use of parse_args vs. parse_known_args or allowing for multiple trailing args -- that's what is throwing the error when gitlab-runner passes the script as CMD.

PR #34 hints at this particular problem, #37 solves it.

from poky-container.

cfriedt avatar cfriedt commented on July 17, 2024

Oh wow - I barely even remember reporting this issue. I'm trying to figure out what crops is - is it the dockerized Yocto image?

from poky-container.

rewitt1 avatar rewitt1 commented on July 17, 2024

@cfriedt,

These docker images in this repo are for building images using Yocto/OpenEmbedded. They were originally created and used on Linux, as a relatively easy way to do containerized builds.

"crops" stands for cross platform and was a github group that we were already using, so rather than create another new group, these containers went there. There were also some other ones that are now dead, and unfortunately if you look at the crops group there is a lot of clutter.

There is some cross platform support for building using these containers, considering that docker will run on other platforms other than Linux.

from poky-container.

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.