Giter Club home page Giter Club logo

meta-tanowrt's People

Stargazers

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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

meta-tanowrt's Issues

bitbake erro

Hello,

I am tring to compile tanowrt for rpi3. But I have errors in the last step MACHINE=rpi3 bitbake tanowrt-image-full or input bitbake

23:56 $ bitbake
ERROR: Unable to start bitbake server (None)
ERROR: Server log for this session (/home/lx/workspace/tanowrt/build/bitbake-cookerdaemon.log):
--- Starting bitbake server pid 29350 at 2020-02-05 23:56:55.268686 ---
ERROR: Layer directory '/home/lx/workspace/tanowrt/meta-raspberrypi' does not exist! Please check BBLAYERS in /home/lx/workspace/tanowrt/build/conf/bblayers.conf

Thanks
Host OS: elementary OS

Support for Turris Omnia

Hi is it feasible to support the Turris Omni as a router?? Right now we have RDK-B (Yocto based build) running on it yet, it really lacks a functional UI. It does also run OpenWRT, yet somehow for us that lacks the ui and functionalities Tano could provide. Is there a Document or insight on how to onboard other devices ?? Thanks

Postinstall scriptlets of ['fstools', 'eudev'] have failed

seems encountering a bit of a failure

ERROR: tanowrt-image-full-1.0-tano0.6 do_rootfs: Postinstall scriptlets of ['fstools', 'eudev'] have failed. If the intention is to defer them to first boot,
then please place them into pkg_postinst_ontarget:${PN} ().
Deferring to first boot via 'exit 1' is no longer supported.

compile error

Hello Anton Kikin,

I got a new error. Sorry I can not format the error message very well.cd

23:57 $ MACHINE=rpi3 bitbake tanowrt-image-full
Loading cache: 100% |#############################################################################################################################################################################| Time: 0:00:00
Loaded 19 entries from dependency cache.
ERROR: /home/lx/workspace/tanowrt/meta-tanowrt/meta-tanowrt/recipes-tano/tano/tano-version.bb: Error executing a python function in : | ETA: --:--:--

The stack trace of python calls that resulted in this exception/failure was:
File: '', lineno: 12, function:
0008:__anon_25__home_lx_workspace_tanowrt_meta_classes_debian_bbclass(d)
0009:__anon_35__home_lx_workspace_tanowrt_meta_classes_devshell_bbclass(d)
0010:__anon_130__home_lx_workspace_tanowrt_meta_classes_sstate_bbclass(d)
0011:__anon_20__home_lx_workspace_tanowrt_meta_classes_blacklist_bbclass(d)
*** 0012:__anon_68__home_lx_workspace_tanowrt_meta_tanowrt_meta_tanowrt_classes_tano_scmrevision_bbclass(d)
File: '/home/lx/workspace/tanowrt/meta-tanowrt/meta-tanowrt/classes/tano-scmrevision.bbclass', lineno: 67, function: __anon_68__home_lx_workspace_tanowrt_meta_tanowrt_meta_tanowrt_classes_tano_scmrevision_bbclass
0063: tano_base = d.getVar('TANOWRT_BASE')
0064: repo_base = os.path.normpath(os.path.join(tano_base, ".."))
0065: mark_recipe_dependencies(repo_base, d)
0066: d.setVar('TANOWRT_SCM_REVISION', get_git_revision(repo_base))
*** 0067: d.setVar('TANOWRT_SCM_BRANCH', get_git_branch(repo_base))
0068:}
File: '/home/lx/workspace/tanowrt/meta-tanowrt/meta-tanowrt/classes/tano-scmrevision.bbclass', lineno: 28, function: get_git_branch
0024:def get_git_branch(p):
0025: import subprocess
0026:
0027: try:
*** 0028: ref = gitrev_run("git symbolic-ref -q HEAD", p)
0029: return os.path.basename(ref)
0030: except OSError:
0031: return None
0032:
File: '/home/lx/workspace/tanowrt/meta-tanowrt/meta-tanowrt/classes/tano-scmrevision.bbclass', lineno: 13, function: gitrev_run
0009:# (git://git.openembedded.org/meta-openembedded)
0010:#
0011:
0012:def gitrev_run(cmd, path):
*** 0013: (output, error) = bb.process.run(cmd, cwd=path)
0014: return output.rstrip()
0015:
0016:def get_git_revision(p):
0017: import subprocess
File: '/home/lx/workspace/tanowrt/bitbake/lib/bb/process.py', lineno: 182, function: run
0178: if not stderr is None:
0179: stderr = stderr.decode("utf-8")
0180:
0181: if pipe.returncode != 0:
*** 0182: raise ExecutionError(cmd, pipe.returncode, stdout, stderr)
0183: return stdout, stderr
Exception: bb.process.ExecutionError: Execution of 'git symbolic-ref -q HEAD' failed with exit code 1

ERROR: Failed to parse recipe: /home/lx/workspace/tanowrt/meta-tanowrt/meta-tanowrt/recipes-tano/tano/tano-version.bb

Summary: There were 2 ERROR messages shown, returning a non-zero exit code.

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.