Skip to content
forked from hello/uteki

雨滴 - Sati apps and drivers

Notifications You must be signed in to change notification settings

tigerbeard/uteki

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IMPORTANT build this with kasanojo to avoid host pollution

first time setup

git submodule update --init --recursive

This repo leverages the ambarella sdk to include binaries, libraries and prebuilt to the rootfs image

folder structure

+-- uteki
|   +-- apps    :   Contains source of hello apps, linked to image with build_app.mk
|   +-- lib     :   Contains source of hello libraries, linked to the image with build_lib.mk
|   +-- prebuild:   Contains prebuilt apps and libraries, linked to the image with build_prebuilt.mk
|   +-- external:   Contains external projects and libraries that are linked to prebuild/ folder
|   |               They are for our convenience and is not required to be built everytime
|   |  +-- {project}
|   |  |  +-- bootstrap.sh :    At the core of each project contains bootstrap.sh, which is responsible for cross compiling
|                               each project and moving the relevant binaries to the the prebuild folder.

About

雨滴 - Sati apps and drivers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Roff 37.9%
  • C++ 34.1%
  • Perl 21.9%
  • C 3.7%
  • Shell 2.4%