You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
python3 ./scripts/update_cgmanifest.py first ../cgmanifest.json ../SPECS/helloworld/helloworld.spec
317
316
```
318
317
319
318
**Building the package and testing it locally**
320
319
321
320
1. Build your package by running the following command:
322
321
323
322
```bash
324
-
make build-packages # to rebuild the packages
323
+
sudo make -j8 build-packages REBUILD_TOOLS=y CONFIG_FILE= SRPM_PACK_LIST="helloworld" CONCURRENT_PACKAGE_BUILDS=8 VALIDATE_TOOLCHAIN_GPG=n
325
324
```
326
325
327
-
2. Build the image containing the package by following the steps outlined in [Building the Edge Microvisor Toolkit Image](#build-the-edge-microvisor-toolkit-image), and pointing to your modified imageconfig file.
326
+
> **NOTE:** The value of `SRPM_PACK_LIST` can be updated based on the
327
+
> user-created SPEC file.
328
+
329
+
2. Build the image containing the package.
328
330
331
+
Follow the steps outlined in
332
+
[Building the Edge Microvisor Toolkit Image](#build-the-edge-microvisor-toolkit-image),
333
+
point to your modified imageconfig file, for example:
334
+
335
+
```bash
336
+
sudo make image -j8 REBUILD_TOOLS=y REBUILD_PACKAGES=n CONFIG_FILE=./imageconfigs/edge-image.json
0 commit comments