Skip to content

Commit

Permalink
[layer] Make compatible with scarthgap
Browse files Browse the repository at this point in the history
  • Loading branch information
indresh.sharma authored and indresh-timesys committed May 3, 2024
1 parent 4620f48 commit 18e297e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,14 @@ If you do not already have an environment configured, please use the following t

### Review the Yocto system requirements here:

https://docs.yoctoproject.org/dev/ref-manual/system-requirements.html#system-requirements
https://docs.yoctoproject.org/5.0/ref-manual/system-requirements.html#system-requirements

### Clone poky and meta-timesys

```sh
git clone git://git.yoctoproject.org/poky.git
git clone https://github.com/TimesysGit/meta-timesys.git
RELEASE=scarthgap
git clone git://git.yoctoproject.org/poky.git -b $RELEASE
git clone https://github.com/TimesysGit/meta-timesys.git -b $RELEASE
```

### Activate yocto build environment (needed for manifest creation)
Expand Down
7 changes: 2 additions & 5 deletions conf/layer.conf
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,12 @@ BBPATH .= ":${LAYERDIR}"


###
# - COMPAT set to honister/kirkstone/langdale/mickledore/nanbield
# - COMPAT set to nanbield/scarthgap,
# since there should be no discrepancies between those versions WRT anything we do.
###
LAYERSERIES_COMPAT_timesys = " \
honister \
kirkstone \
langdale \
mickledore \
nanbield \
scarthgap \
"


Expand Down

0 comments on commit 18e297e

Please sign in to comment.