Go to file
Julien Olivain ec7258f3f4 package/openmpi: bump to version 4.1.4
Notable changes in this commit:

- change from v4.0.x to v4.1.x "current" version series,

- move the sha256 hash out of the "Locally computed" section,
  as the value comes from the download page,

- the LICENSE file hash changed, as the file was updated
  (copyright years updated and new contributors added),

- the IME (Infinite Memory Engine), introduced in v4.1.x,
  is disabled to workaround a failure when cross-compiled,

- the package now requires a toolchain with atomic support,
  and needs to link against libatomic when needed.

For change log since v4.0.0, see:
- https://github.com/open-mpi/ompi/blob/v4.1.4/NEWS#L61

Signed-off-by: Julien Olivain <ju.o@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2023-02-21 21:01:45 +01:00
arch
board configs/qemu_aarch64_ebbr: bump linux to 6.1.12 and u-boot to 2023.01 2023-02-21 09:38:48 +01:00
boot
configs configs/qemu_aarch64_ebbr: bump linux to 6.1.12 and u-boot to 2023.01 2023-02-21 09:38:48 +01:00
docs Update for 2023.02-rc1 2023-02-20 21:13:02 +01:00
fs
linux
package package/openmpi: bump to version 4.1.4 2023-02-21 21:01:45 +01:00
support
system
toolchain
utils
.checkpackageignore
.clang-format
.defconfig
.flake8
.gitignore
.gitlab-ci.yml
.shellcheckrc
CHANGES Update for 2023.02-rc1 2023-02-20 21:13:02 +01:00
Config.in
Config.in.legacy
COPYING
DEVELOPERS DEVELOPERS: add Giulio Benetti to board imx6ullevk for both mainline and NXP(Freescale) versions 2023-02-21 09:19:02 +01:00
Makefile Update for 2023.02-rc1 2023-02-20 21:13:02 +01:00
Makefile.legacy
README

Buildroot is a simple, efficient and easy-to-use tool to generate embedded
Linux systems through cross-compilation.

The documentation can be found in docs/manual. You can generate a text
document with 'make manual-text' and read output/docs/manual/manual.text.
Online documentation can be found at http://buildroot.org/docs.html

To build and use the buildroot stuff, do the following:

1) run 'make menuconfig'
2) select the target architecture and the packages you wish to compile
3) run 'make'
4) wait while it compiles
5) find the kernel, bootloader, root filesystem, etc. in output/images

You do not need to be root to build or run buildroot.  Have fun!

Buildroot comes with a basic configuration for a number of boards. Run
'make list-defconfigs' to view the list of provided configurations.

Please feed suggestions, bug reports, insults, and bribes back to the
buildroot mailing list: buildroot@buildroot.org
You can also find us on #buildroot on OFTC IRC.

If you would like to contribute patches, please read
https://buildroot.org/manual.html#submitting-patches