Skip to content
This repository has been archived by the owner on Feb 11, 2022. It is now read-only.

do_package for depot-tools fails with "file format not recognized" error. #25

Answered by jwinarske
octonout asked this question in Q&A
Discussion options

You must be logged in to vote

Hi,

depot-tools-native is used by flutter-engine recipe, it's not intended to be used on target. There are two types of recipes:

  1. target
  2. host aka -native

Also depending on what base image you are building you might want to use this in your conf/local.conf:

FLUTTER_CHANNEL="master"
CORE_IMAGE_EXTRA_INSTALL += " 
    flutter-pi \
    flutter-gallery \
"

It will build and install dependencies. You do not need to add anything else.

If you hit a failure at the link stage, then you are not using dunfell, and you need to override the GCC version as lightly referenced in the Readme. However if you are building for MACHINE=raspberrypi3 it won't make it to the link stage, as there is a bug buildi…

Replies: 1 comment 8 replies

Comment options

You must be logged in to vote
8 replies
@octonout
Comment options

@jwinarske
Comment options

@jwinarske
Comment options

@jwinarske
Comment options

@octonout
Comment options

Answer selected by octonout
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants