summaryrefslogtreecommitdiffstats
path: root/rtems/config/tools/rtems-kernel-4.11.cfg
blob: 84bcb6fc68f34afb64c1eaf30ba13e5b8767b13b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#
# RTEMS 4.11
#

%include %{_configdir}/checks.cfg
%include %{_configdir}/base.cfg

%define rtems_kernel_version 4.11

#
# Pull the latest changes from git each build. Override if this is not what you
# want.
#
Source0: git://git.rtems.org/rtems.git?pull

#
# The code in git needs to be bootstrapped. Do each build because we have
# no way to change what changes may have happened in the code.
#
%define rtems_bootstrap

#
# The RTEMS build instructions. We use 4.xx Release 1.
#
%include tools/rtems-kernel-4-1.cfg