diff options
| author | Khem Raj <raj.khem@gmail.com> | 2016-05-06 06:38:06 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2016-05-06 06:38:06 -0700 |
| commit | 8edc09e9051b22b6a5e0827972133e92ff06f864 (patch) | |
| tree | baf7801121745de0ad2e81630583f3571d4028af /README.md | |
| parent | 8ec693b6e472a0af87069c31cac961859872c900 (diff) | |
| download | meta-clang-8edc09e9051b22b6a5e0827972133e92ff06f864.tar.gz | |
README: Update documntation to reflect the recent conf file changes
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -55,10 +55,10 @@ $ runqemu qemux86 | |||
| 55 | # Limitations | 55 | # Limitations |
| 56 | 56 | ||
| 57 | Few components do not build with clang, if you have a component to add to that list | 57 | Few components do not build with clang, if you have a component to add to that list |
| 58 | simply create a bbappend under recipes-excluded/nonclangable e.g. | 58 | simply add it to conf/nonclangable.inc e.g. |
| 59 | 59 | ||
| 60 | ```shell | 60 | ```shell |
| 61 | TOOLCHAIN = "gcc" | 61 | TOOLCHAIN_pn-<recipe> = "gcc" |
| 62 | ``` | 62 | ``` |
| 63 | 63 | ||
| 64 | and OE will start using gcc to cross compile that recipe, | 64 | and OE will start using gcc to cross compile that recipe, |
