Difference between revisions of "DESK-MP1-L/Development/Management of prebuilt packages"

From DAVE Developer's Wiki
Jump to: navigation, search
(Introduction)
Line 1: Line 1:
[[File:TBD.png|thumb|center|600px]]<section begin="History" />
+
<section begin="History" />
 
{| style="border-collapse:collapse; "
 
{| style="border-collapse:collapse; "
 
! colspan="4" style="width:100%; text-align:left" ; border-bottom:solid 2px #ededed" |History
 
! colspan="4" style="width:100%; text-align:left" ; border-bottom:solid 2px #ededed" |History
Line 10: Line 10:
 
|-
 
|-
 
|}
 
|}
<section end="History" />__FORCETOC__<section begin="Body" />
+
<section end="History" />
 +
 
 +
__FORCETOC__
 +
 
 +
<section begin="Body" />
 +
 
 
==Introduction==
 
==Introduction==
 
During the development of custom applications, developers generally realize that they need to add libraries and other software packages to the root file systems to make their code run properly. If these packages are prebuilt, developers can install them onto the root file system very easily. By configuring the target as described in this document, they achieve a user experience similar to the one you have with a desktop Linux distro such as Ubuntu. DESK-MP1-L uses by default the <code>deb</code> package format. As such, [https://itsfoss.com/apt-command-guide/ apt commands] can be used for package management. Prebuilt packages are provided by [https://yocto.dave.eu/desk-mp1-l-1.0.0/ this repository] that DAVE Embedded Systems makes available for its customers.
 
During the development of custom applications, developers generally realize that they need to add libraries and other software packages to the root file systems to make their code run properly. If these packages are prebuilt, developers can install them onto the root file system very easily. By configuring the target as described in this document, they achieve a user experience similar to the one you have with a desktop Linux distro such as Ubuntu. DESK-MP1-L uses by default the <code>deb</code> package format. As such, [https://itsfoss.com/apt-command-guide/ apt commands] can be used for package management. Prebuilt packages are provided by [https://yocto.dave.eu/desk-mp1-l-1.0.0/ this repository] that DAVE Embedded Systems makes available for its customers.

Revision as of 08:44, 10 August 2023

History
Issue Date Notes
August 2023 DESK-MP1-L-1.0.0 release




Contents

Introduction[edit | edit source]

During the development of custom applications, developers generally realize that they need to add libraries and other software packages to the root file systems to make their code run properly. If these packages are prebuilt, developers can install them onto the root file system very easily. By configuring the target as described in this document, they achieve a user experience similar to the one you have with a desktop Linux distro such as Ubuntu. DESK-MP1-L uses by default the deb package format. As such, apt commands can be used for package management. Prebuilt packages are provided by this repository that DAVE Embedded Systems makes available for its customers.