From 70fc466b48186c2bf192f5bf656cbbd5da3270a2 Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Fri, 15 Apr 2016 11:51:55 +1000 Subject: rtems: Refactor to move to a single version on master. Move the 4.12 version and base defines to just RTEMS base defines which includes the version. This removes the version from a number of files and makes it simpler to move to a new version. It however means we cannot support more than version on master. This change further breaks 4.10 and 4.9 however it means we can branch these versions and better support them on their branches. --- rtems/config/4.12/rtems-default.bset | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'rtems/config/4.12/rtems-default.bset') diff --git a/rtems/config/4.12/rtems-default.bset b/rtems/config/4.12/rtems-default.bset index 70520ed..cd850e8 100644 --- a/rtems/config/4.12/rtems-default.bset +++ b/rtems/config/4.12/rtems-default.bset @@ -1,6 +1,14 @@ -%include rtems-4.12-base.bset +# +# Default tools configuration. +# + +# +# The RTEMS base defines +# +%include rtems-base.bset 4.12/rtems-autotools + devel/expat-2.1.0-1 tools/rtems-binutils-2.26-1 tools/rtems-gcc-6-20160327-newlib-2.4.0-1 -- cgit v1.2.3