Building a BSP for rtems7
Joel Sherrill
joel at rtems.org
Fri Nov 12 16:05:19 UTC 2021
On Fri, Nov 12, 2021, 9:26 AM Sebastian Huber <
sebastian.huber at embedded-brains.de> wrote:
> On 12/11/2021 16:17, Joel Sherrill wrote:
> > Grrr.. the patch I posted is necessary but not sufficient. Attached is
> > the config file in case something in it is wrong. I think somewhere
> > else has a 6. :(
>
> Did you add a patch like this to RTEMS:
>
Yes but apparently missing replacing the set-value with get-string.
Mine added a description but functionally that was the missing bit.
I also sent the v1 patch to build@ (grrr). I should have just posted v2
with the description.
This leaves the question of can rtems-bsp-builder be taught to do
7 also on the same tree. Question for Chris.
Thanks.
> diff --git a/spec/build/cpukit/optvermaj.yml
> b/spec/build/cpukit/optvermaj.yml
> index 2596e6ef6a..d01c4ff579 100644
> --- a/spec/build/cpukit/optvermaj.yml
> +++ b/spec/build/cpukit/optvermaj.yml
> @@ -1,11 +1,11 @@
> SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
> actions:
> -- set-value: '6'
> +- get-string: null
> - env-assign: null
> build-type: option
> copyrights:
> - Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de
> )
> -default: null
> +default: '6'
> default-by-variant: []
> description: ''
> enabled-by: true
>
> --
> embedded brains GmbH
> Herr Sebastian HUBER
> Dornierstr. 4
> 82178 Puchheim
> Germany
> email: sebastian.huber at embedded-brains.de
> phone: +49-89-18 94 741 - 16
> fax: +49-89-18 94 741 - 08
>
> Registergericht: Amtsgericht München
> Registernummer: HRB 157899
> Vertretungsberechtigte Geschäftsführer: Peter Rasmussen, Thomas Dörfler
> Unsere Datenschutzerklärung finden Sie hier:
> https://embedded-brains.de/datenschutzerklaerung/
>
More information about the devel
mailing list