Skip to content

Commit

Permalink
containerize.sh: switch from cardoe/yocto to crops/yocto
Browse files Browse the repository at this point in the history
* cardoe/yocto wasn't updated in last 3 years and the gcc included in this image
  is too old for gatesgarth OE release as shown in:
  https://iotedge.visualstudio.com/iotedge/_build/results?buildId=50386&view=logs&j=2300b2b4-4206-5c4f-16ca-41bcbb8288aa&t=03c45bbf-90ac-5137-e381-689c3f1fcab4
  ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Your version of gcc is older than 6.0 and will break builds. Please install a newer version of gcc (you could use the project's buildtools-extended-tarball or use scripts/install-buildtools).

  switch to officially supported crops/yocto image based
  on latest LTS Ubuntu release 20.04

Signed-off-by: Martin Jansa <martin.jansa@lge.com>
  • Loading branch information
shr-project committed Jan 21, 2021
1 parent 96bdc91 commit ef07fb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/containerize.sh
@@ -1,7 +1,7 @@
#!/bin/bash

# what container are we using to build this
CONTAINER="cardoe/yocto:pyro"
CONTAINER="crops/yocto:ubuntu-20.04-builder"

einfo() {
echo "$*" >&2
Expand Down

0 comments on commit ef07fb7

Please sign in to comment.