Skip to content
This repository has been archived by the owner on Oct 8, 2024. It is now read-only.
/ ig60-softwareag Public archive

IG60 Buildroot external integration with SoftwareAG Cumulocity

Notifications You must be signed in to change notification settings

LairdCP/ig60-softwareag

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IG60 SoftwareAG Cumulocity Buildroot Integration

This repository contains the Buildroot external integration for the SoftwareAG Cumulocity agent. This is based on the IG60 Laird Linux located here:

https://github.com/LairdCP/IG60-Laird-Linux-Release-Packages

Building the IG60 Laird Linux image

Refer to the IG60 Laird Linux release notes (above) for details on using Buildroot and repo manifests. For this integration, you will need to configure a Buildroot external tree. Use the following steps to obtain the source tree from the integration manifest file:

 mkdir ig60_cumulocity_src
 cd ig60_cumulocity_src
 repo init -u https://github.com/LairdCP/IG60-Integration-Manifests.git -m ig60-softwareag.xml
 repo sync

Then, configure the Buildroot external with the BR2_EXTERNAL environment variable, and perform the build:

 export BR2_EXTERNAL=../softwareag
 make -C softwareag cumulocity_agent

About

IG60 Buildroot external integration with SoftwareAG Cumulocity

Resources

Stars

Watchers

Forks