summaryrefslogtreecommitdiffstats
path: root/source-builder/defaults.mc
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2019-07-14 15:11:46 +1000
committerChris Johns <chrisj@rtems.org>2019-07-22 09:36:38 +1000
commit831ae05364bca67088ddbe07cdc611300ee806c7 (patch)
tree6599c8255414852468fba0a10704d6fef5da698e /source-builder/defaults.mc
parentsb/setbuilder: Support staging of build set build before installing. (diff)
downloadrtems-source-builder-831ae05364bca67088ddbe07cdc611300ee806c7.tar.bz2
rtems/bsp: Build packages for the beagle BSP.
Closes #3769
Diffstat (limited to 'source-builder/defaults.mc')
-rw-r--r--source-builder/defaults.mc7
1 files changed, 7 insertions, 0 deletions
diff --git a/source-builder/defaults.mc b/source-builder/defaults.mc
index ce5d2b0..13c34cb 100644
--- a/source-builder/defaults.mc
+++ b/source-builder/defaults.mc
@@ -410,3 +410,10 @@ win_1253,win_1254,win_1255,win_1256,win_1257,win_1258'''
# prefix as part of the path as just a path.
#
waf_build_root_suffix: none, none, ' %(echo %{_prefix} | cut -c 1-2)'
+
+# Makefile.inc support for staging
+rtems_makefile_inc: none, none, '''
+export RTEMS_ROOT=%{rtems_bsp_rtems_root}
+export PROJECT_RELEASE=%{rtems_bsp_prefix}
+export RTEMS_MAKEFILE_PATH=%{rtems_bsp_prefix}
+'''