Skip to content

CreatorDev/manifest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Manifest

Manifest for cloning creator kit repositories.

Steps for cloning could be:

After above steps, your directory structure would be like:

.
β”œβ”€β”€ build
|── tools
|   └── creator-docker
β”œβ”€β”€ constrained-os
β”‚   └── contiki
β”œβ”€β”€ dist
β”‚   β”œβ”€β”€ openwrt
β”‚   β”œβ”€β”€ openwrt-ckt-feeds
|   |       β”œβ”€β”€ button-led-controller
|   |       β”œβ”€β”€ motion-led-controller
|   |       └── relay-gateway
β”‚   └── Ci40-platform-feed
|   |       β”œβ”€β”€ awalwm2m
|   |       β”œβ”€β”€ board-test
|   |       β”œβ”€β”€ ca8210
|   |       β”œβ”€β”€ fping
|   |       β”œβ”€β”€ glog
|   |       β”œβ”€β”€ proddata
|   |       β”œβ”€β”€ totd
|   |       └── u-boot
└── packages
    β”œβ”€β”€ AwaLWM2M
    β”œβ”€β”€ button-sensor
    β”œβ”€β”€ motion-sensor
    β”œβ”€β”€ button-led-controller
    β”œβ”€β”€ motion-led-controller
    β”œβ”€β”€ relay-gateway
    β”œβ”€β”€ libobjects
    └── u-boot

Contents

This repository contains two different manifest files :-

  1. creator-kit.xml

    This is the default manifest file. This manifest has repository paths which points to their master branch. Hence it is NOT recommended as a stable release.

     repo init -u https://github.com/CreatorKit/manifest.git -b master
    
  2. creator-release.xml

    This manifest has repository paths which points to latest stable creator kit project's release.

     repo init -u https://github.com/CreatorKit/manifest.git -b master -m creator-release.xml
    

    Above will build the latest release for you. For building any other release use :-

     repo init -u https://github.com/CreatorKit/manifest.git -b refs/tags/<release_tag> -m creator-release.xml
    

    For example,

     repo init -u https://github.com/CreatorKit/manifest.git -b refs/tags/v0.9.1 -m creator-release.xml
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 6