Skip to content

Commit

Permalink
rtems-release-defaults: Add rtems repositories.
Browse files Browse the repository at this point in the history
  • Loading branch information
gs-niteesh committed Apr 28, 2020
1 parent 7545f44 commit 8be7e00
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions rtems-release-defaults
Expand Up @@ -68,11 +68,16 @@ rtems_release_conf=
rtems_release_url=https://ftp.rtems.org/pub/rtems/releases
rtems_rsb_hash="rtems-tools rtems"

#
# RTEMS repositories
#
rtems_repos="rtems-source-builder rtems rtems-tools rtems-libbsd"
rtems_repos="${rtems_repos} rtems-examples rtems-docs"

#
# RTEMS packages
#
rtems_packages="rtems-source-builder rtems rtems-tools rtems-libbsd"
rtems_packages="${rtems_packages} rtems-examples rtems-docs"
rtems_packages="${rtems_repos}"

#
# Where we collect the sources and docs.
Expand Down

0 comments on commit 8be7e00

Please sign in to comment.