Skip to content

Commit 6d30157

Browse files
authored
Merge pull request #2 from lumag/readme
README.md: rewrite for meta-qcom-extras
2 parents e2f5ce0 + 13a1e26 commit 6d30157

File tree

1 file changed

+19
-10
lines changed

1 file changed

+19
-10
lines changed

README.md

Lines changed: 19 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -46,20 +46,29 @@ document in order to setup your Yocto Project build environment.
4646
From inside ```poky``` folder, clone this repository:
4747

4848
```
49-
git clone git://git.yoctoproject.org/meta-qcom
49+
git clone https://github.com/linux-msm/meta-qcom-extras
50+
```
51+
52+
and dependencies:
53+
54+
```
55+
git clone https://github.com/qualcomm-linux/meta-qcom
56+
git clone https://github.com/openembedded/meta-openembedded
5057
```
5158

5259
Now, from inside ```poky``` folder initialize your build folder:
5360

5461
```
55-
source oe-init-build-env build/qcom-armv8a
62+
source oe-init-build-env build
5663
```
5764

58-
The script will cd into the newly created ```build/qcom-armv8a``` folder.
59-
From within this folder, add meta-qcom layer:
65+
The script will cd into the newly created ```build``` folder.
66+
From within this folder, add all layers:
6067

6168
```
62-
bitbake-layers add-layer ../../meta-qcom
69+
bitbake-layers add-layer ../meta-openembedded/meta-oe
70+
bitbake-layers add-layer ../meta-qcom
71+
bitbake-layers add-layer ../meta-qcom-extras
6372
```
6473

6574
Change ```MACHINE``` variable into ```conf/local.conf``` to:
@@ -68,22 +77,22 @@ Change ```MACHINE``` variable into ```conf/local.conf``` to:
6877
MACHINE ?= "qcom-armv8a"
6978
```
7079

71-
Finally, build your image:
80+
Finally, build your images:
7281

7382
```
74-
bitbake core-image-minimal
83+
bitbake core-image-minimal initramfs-firmware-lenovo-x13s-image
7584
```
7685

7786
## Contributing
7887

7988
If you want to contribute changes, you can send Github pull requests at
80-
https://github.com/Linaro/meta-qcom/pulls.
89+
https://github.com/linux-msm/meta-qcom-extras/pulls.
8190

82-
You can discuss about this layer, on `#linaro` on Libera Chat IRC network.
91+
You can discuss about this layer, on `#linux-msm` on OFTC IRC network.
8392

8493
## Reporting issues
8594

86-
Please report any issue on https://github.com/Linaro/meta-qcom/issues
95+
Please report any issue on https://github.com/linux-msm/meta-qcom-extras/issues
8796

8897
## Maintainer(s)
8998

0 commit comments

Comments
 (0)