Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
vesta
meta-volansys-gw
Commits
c5d64acf
Commit
c5d64acf
authored
Aug 14, 2017
by
Pete Tucker
Browse files
Remove lighttpd package, add README for gitlab
parent
509976a6
Changes
2
Hide whitespace changes
Inline
Side-by-side
README
0 → 100644
View file @
c5d64acf
This layer adds packages to the Vesta developer image that may be helpful to
customers writing applications that interact with NXP's Thread border router
code running on the 300R's R41Z module.
This layer should be used in conjunction with the meta-volansys-gw-demo layer,
since that layer contains additional components that are useful for
interacting with the NXP boarder router code, even if the demo itself is
disabled.
To use the meta-volansys-gw and meta-volansys-gw-demo layers:
1) In your vesta-gateway-bsp/sources directory, run:
git clone git@git.rigado.com:vesta/meta-volansys-gw.git
and
git clone git@git.rigado.com:vesta/meta-volansys-gw.git-demo
2) Add the following lines to your vesta-gateway-bsp/build/conf/bblayers.conf
file:
${BSPDIR}/sources/meta-volansys-gw \
${BSPDIR}/sources/meta-volansys-gw-demo \
3) Add the following line to the vesta-gateway-bsp/sources/meta-vesta/
recipes-vesta/images/vesta-image-developer.bb file's
IMAGE_INSTALL_append variable:
packagegroup-volansys-gw \
4) from vesta-gateway-bsp, run the command:
MACHINE=vesta-300 DISTRO=poky source setup-environment build
5) Run the command:
bitbake vesta-image-developer
recipes-fsl/packagegroup/packagegroup-volansys-gw.bb
View file @
c5d64acf
...
...
@@ -20,7 +20,6 @@ RDEPENDS_${PN} += " \
libpcap \
libusb-compat \
libusb1 \
lighttpd \
openssl \
py2-ipaddress \
python-core \
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment