Commit Graph

186 Commits

Author SHA1 Message Date
Samuel Dolt 25ac363358 documentation: fix typo 2022-11-15 15:55:00 +01:00
Samuel Dolt a3e168b217 meta-belden-coreos-bsp: add support for EFI and EFI Secure Boot 2022-11-09 15:35:15 +01:00
Patrick Vogelaar 75cf54e4b5 Pull request #11: Feat/minor changes and improvements
Merge in ICO/coreos from feat/minor_changes_and_improvements to master

* commit 'cbc5ba0cfdb5699f399333ce08e6226a17ed61b5':
  Update sanitychecker
  Update documentation
2022-11-09 09:50:53 +01:00
Patrick Vogelaar cbc5ba0cfd Update sanitychecker
* Update error text -> typo
* Add ubuntu 22.04 to the tested ditros
2022-11-09 06:52:49 +01:00
Patrick Vogelaar 614b5caa58 Update documentation
* Fix typos
* CoreOS was added by git clone but should be added as submodule -> fixed it
2022-11-09 06:50:04 +01:00
Patrick Vogelaar af70af4cd9 Pull request #10: Re-enable the read-only-rootfs
Merge in ICO/coreos from feat/reenable_ro_rootfs to master

* commit '128263b184370563a1b3ce422fd52871f7be434a':
  Re-enable the read-only-rootfs
2022-11-01 16:11:26 +01:00
Samuel Dolt 3b30978021 coreos-doc: use python3-native instead of python3 from the host
This fix the recipes by ihneriting the python3native class. DEPENDS
was also fix, as we need the native version of the needed package
and not the one from the target. It was previously only building
because bitbake use by default the host python3 and on my computer
I was having all the deps locally installed.
2022-10-31 08:56:13 +01:00
Samuel Dolt 8220408791 meta-belden-coreos-sanity: add some machine configuration checks 2022-10-31 08:55:14 +01:00
Samuel Dolt 8215d715df meta-belden-coreos-bsp: add the beaglebone machine 2022-10-31 08:55:14 +01:00
Samuel Dolt d564945da9 meta-belden-coreos-bsp: add beaglebone machine 2022-10-31 08:55:14 +01:00
Samuel Dolt 6c45058ef2 meta-belden-coreos-bsp: add layer 2022-10-31 08:55:09 +01:00
Samuel Dolt 26cb209e10 Pull request #7: Support for generic x86_64 machine
Merge in ICO/coreos from feat/live-os to master

* commit 'a7438b518d50b259ff5abc3138ac1735ebdcd4f2':
  meta-belden-coreos-bsp: add the pc-x64 machine
  meta-belden-coreos-bsp: add layer
2022-10-28 09:14:44 +02:00
Patrick Vogelaar 128263b184 Re-enable the read-only-rootfs 2022-10-27 22:22:14 +02:00
Samuel Dolt a7438b518d meta-belden-coreos-bsp: add the pc-x64 machine 2022-10-27 20:07:50 +02:00
Samuel Dolt 11e8648ac9 meta-belden-coreos-bsp: add layer 2022-10-27 20:05:11 +02:00
Samuel Dolt 5adcb7b476 Pull request #9: feat: allow CoreOS to be embedded in another repository
Merge in ICO/coreos from feat/embeding-coreos to master

* commit 'e221f49cbf50aae44471b4f82766aa3f4121905b':
  feat: allow CoreOS to be embedded in another repository
2022-10-27 20:02:37 +02:00
Samuel Dolt e221f49cbf feat: allow CoreOS to be embedded in another repository 2022-10-26 14:16:34 +02:00
Patrick Vogelaar 33ec98c9b2 Pull request #6: Feat/marvell bsp
Merge in ICO/coreos from feat/marvell-bsp to master

* commit 'da856bdcd702efbf565381d4111803776ce69b1d':
  Add support for CN9130-CEX7
  feat: add meta-belden-marvell-bsp layer
2022-10-18 15:21:38 +02:00
Patrick Vogelaar da856bdcd7 Add support for CN9130-CEX7 2022-10-18 14:30:32 +02:00
Samuel Dolt 73a6546bc2 Pull request #5: Feat/sanity checks
Merge in ICO/coreos from feat/sanity-checks to master

* commit '0b9a7d9c7e6c5774def752c924d6baff69afb930':
  feat(coreos-sanity): add some checks to ensure that coreos policies are not overwritted
  fix(coreos-doc): remove the documentation folder if it already exist in DEPLOY_DIR
2022-10-18 14:10:30 +02:00
Samuel Dolt 0b9a7d9c7e feat(coreos-sanity): add some checks to ensure that coreos policies are not overwritted 2022-10-13 15:26:57 +02:00
Samuel Dolt a6f33081eb fix(coreos-doc): remove the documentation folder if it already exist in DEPLOY_DIR 2022-10-13 15:19:47 +02:00
Samuel Dolt 8fb29094c9 feat: add meta-belden-marvell-bsp layer 2022-10-10 09:22:18 +02:00
Samuel Dolt a462310df9 Pull request #4: add the coreos-doc recipes and rename oe-init-build-env to coreos-init-build-env
Merge in ICO/coreos from feat/docs-build to master

* commit '3951c217d1a1c2a51e23e2c7f6e673086218b6a9':
  feat: add the coreos-doc script
  refactor: oe-init-build-env renamed to coreos-init-build-env
  coreos-doc: recipe added
2022-10-05 12:13:27 +02:00
Samuel Dolt 3951c217d1 feat: add the coreos-doc script 2022-10-05 12:07:04 +02:00
Samuel Dolt c6a32c397c refactor: oe-init-build-env renamed to coreos-init-build-env 2022-10-05 12:07:04 +02:00
Samuel Dolt fb4838e2b6 coreos-doc: recipe added 2022-10-05 12:07:04 +02:00
Samuel Dolt 192ba4c555 Pull request #3: Add some images and documentation
Merge in ICO/coreos from feat/images-and-docs to master

* commit 'b93c75f8b8ea0ef49a7746d90d4a142bfae0c031':
  doc: document all the current feature of CoreOS
  feat(coros-image): add some basics image for coreos
2022-10-05 10:33:01 +02:00
Samuel Dolt b93c75f8b8 doc: document all the current feature of CoreOS 2022-10-04 10:47:47 +02:00
Samuel Dolt 614c12cdce feat(coros-image): add some basics image for coreos 2022-10-04 10:47:47 +02:00
Samuel Dolt d0c40a22c4 Pull request #2: add distro setup
Merge in ICO/coreos from feat/add-distro-setup to master

* commit '650d0f594941d17f74808a4387b48530283e175d':
  feat(belden-coreos): add belden-coreos distro configuration
  refactor(meta-belden-coreos): remove example recipes
2022-10-04 10:44:49 +02:00
Samuel Dolt 650d0f5949 feat(belden-coreos): add belden-coreos distro configuration 2022-09-29 16:53:43 +02:00
Samuel Dolt 7d5bd0b19a refactor(meta-belden-coreos): remove example recipes 2022-09-29 16:52:19 +02:00
Samuel Dolt cd04f788b8 Pull request #1: feat: add a nodistro setup based on oe-core
Merge in ICO/coreos from feat/bitbake-setup to master

* commit '8c62fc5df953ee13ee1f3e7f06ced15d1c2099c4':
  feat: add a nodistro setup based on oe-core
2022-09-28 14:46:06 +02:00
Samuel Dolt 8c62fc5df9 feat: add a nodistro setup based on oe-core 2022-09-28 11:45:54 +02:00
Patrick Vogelaar ac06366cf8 Initial Commit 2022-09-27 12:09:30 +02:00