diff --git a/README b/README new file mode 120000 index 0000000..42061c0 --- /dev/null +++ b/README @@ -0,0 +1 @@ +README.md \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..53af5e2 --- /dev/null +++ b/README.md @@ -0,0 +1,26 @@ +# Summary + +**meta-st-stm32mp BSP layer** is a layer containing the STMicroelectronics bsp metadata for current versions +of stm32mp. + +This layer relies on OpenEmbedded/Yocto build system that is provided through +Bitbake and OpenEmbedded-Core layers or Poky layer all part of the Yocto Project + +The Yocto Project has extensive documentation about OE including a reference manual +which can be found at: + + * **http://yoctoproject.org/documentation** + +For information about OpenEmbedded, see the OpenEmbedded website: + + * **http://www.openembedded.org/** + +This layer depends on: + +``` +URI: git://github.com/openembedded/oe-core.git +layers: meta +branch: same dedicated branch as meta-st-stm32mp +revision: HEAD +``` +