tibbotech / yocto_layers

Tibbo Linux Yocto layers for sp7021, am335x -based boards

Home Page:https://tibbo.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

typo here

opened this issue · comments

Hi
In the build section
. oe-init-build-env c.tppg2 should be
source oe-init-build-env c.tppg2

Is that right?

Alex

"." and "source" means the same in almost all traditional shells:
https://ss64.com/bash/source.html

"source is a synonym for dot/period '.' in bash, but not in POSIX sh, so for maximum compatibility use the period."

You are missing the slash

Really? Where?

in the README.md, under build, it says ". oe-init-build-env c.tppg2" instead of "./oe-init-build-env c.tppg2"

ah, "./" is not required:

[dv@localhost poky (zeus)]$ . oe-init-build-env c.tppg2

Shell environment set up for builds.

You can now run 'bitbake '
....