mb/starlabs/{lite_adl,byte_adl}: Don't select MAINBOARD_HAS_TPM2
[coreboot2.git] / util / coreboot-configurator / contrib / README.md
blob8b57580480b084ba2653eaddf392517da8c572dd
1 # Distribution Packages ![alt text](images/StarLabs_Logo.png "Star Labs Systems")
2 The relevant packaging necessary to generate DEB, flatpak and PKG distribution packages is contained here. The generated packages can be used on a distribution such as Fedora, Debian, Ubuntu or Manjaro.
4 # DEB packages
5 To build the DEBs, run these commands (from the root of your git checkout):
6 ```bash
7 cp -r contrib/debian .
8 debuild --no-lintian
9 ```
10 To build source files, modify the [change log](debian/changelog) accordingly and run:
11 ```bash
12 cp -r contrib/debian .
13 debuild -S
14 ```
16 # PKG
17 A sample [PKGBUILD](PKGBUILD) is included.
19 # Flatpak
20 To build the Flatpak, run these commands (from the root of your git checkout):
21 ```bash
22 meson build --prefix=/usr
23 pushd build
24 meson dist
25 popd
26 cp contrib/flatpak/org.coreboot.coreboot-configurator.json .
27 flatpak-builder build-dir org.coreboot.coreboot-configurator.json
28 ```
30 ## Copying or Reusing
31 Included scripts are free software licensed under the terms of the [GNU General Public License, version 3](https://www.gnu.org/licenses/gpl-3.0.txt).
33 # [© Star Labs® / All Rights Reserved.](https://starlabs.systems)
34 Any issues or questions, please contact us at [support@starlabs.systems](mailto:supportstarlabs.systems)
36 View our full range of Linux laptops at: [https://starlabs.systems](https://starlabs.systems)