Skip to content

lesterlo/mncos-manifest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

Monutchee OS (MNCos) Project template

Warning

This repo is still in construction.

Introduction

This is a project template for building yocto on xilinx ZYNQ devices.

Prerequisites

# Ubuntu 22.04
sudo apt install gawk wget git diffstat unzip texinfo gcc build-essential chrpath socat cpio python3 python3-pip python3-pexpect xz-utils debianutils iputils-ping python3-git python3-jinja2 python3-subunit zstd liblz4-tool file locales libacl1 libtinfo5 repo 

# Ubuntu 24.04
# Change libtinfo5 to libtinfo6

sudo locale-gen en_US.UTF-8

Initialze you project

mkdir <your folder name>
cd <your folder name>
# Fetch the manifest and checkout the target release version
repo init -u https://github.com/lesterlo/mncos-manifest.git -b main
# Fetch all the source from the repositories in the manifest
repo sync
# OPTIONAL: Create a development branch on each repo
repo start <Your-Branch-Name> --all

Reference

Xilinx yocto-manifests

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published