@@ -46,20 +46,29 @@ document in order to setup your Yocto Project build environment.
46
46
From inside ``` poky ``` folder, clone this repository:
47
47
48
48
```
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
50
57
```
51
58
52
59
Now, from inside ``` poky ``` folder initialize your build folder:
53
60
54
61
```
55
- source oe-init-build-env build/qcom-armv8a
62
+ source oe-init-build-env build
56
63
```
57
64
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 :
60
67
61
68
```
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
63
72
```
64
73
65
74
Change ``` MACHINE ``` variable into ``` conf/local.conf ``` to:
@@ -68,22 +77,22 @@ Change ```MACHINE``` variable into ```conf/local.conf``` to:
68
77
MACHINE ?= "qcom-armv8a"
69
78
```
70
79
71
- Finally, build your image :
80
+ Finally, build your images :
72
81
73
82
```
74
- bitbake core-image-minimal
83
+ bitbake core-image-minimal initramfs-firmware-lenovo-x13s-image
75
84
```
76
85
77
86
## Contributing
78
87
79
88
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 .
81
90
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.
83
92
84
93
## Reporting issues
85
94
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
87
96
88
97
## Maintainer(s)
89
98
0 commit comments