Commit 8427398c authored by Oleg Dzhimiev's avatar Oleg Dzhimiev

excluded a couple packages (gstreamer and ros) until the rootfs size is expanded

parent bf30ed6d
...@@ -77,7 +77,6 @@ IMAGE_INSTALL_append += " \ ...@@ -77,7 +77,6 @@ IMAGE_INSTALL_append += " \
udev-rules \ udev-rules \
e2fsprogs \ e2fsprogs \
dosfstools \ dosfstools \
gstreamer1.0 \
fpga-x393 \ fpga-x393 \
fpga-x393sata \ fpga-x393sata \
fpga-x359 \ fpga-x359 \
...@@ -90,11 +89,15 @@ IMAGE_INSTALL_append += " \ ...@@ -90,11 +89,15 @@ IMAGE_INSTALL_append += " \
ltrace \ ltrace \
cronie \ cronie \
git \ git \
packagegroup-ros2-world \
elphel-ros2-interfaces \
elphel-ros2-scripts \
" "
# removed to save space, TODO: increase nand rootfs size
# packagegroup-ros2-world \
# elphel-ros2-interfaces \
# elphel-ros2-scripts \
#
# gstreamer1.0 \
# gstreamer1.0-plugins-base \ # gstreamer1.0-plugins-base \
# gstreamer1.0-plugins-good \ # gstreamer1.0-plugins-good \
# gstreamer1.0-plugins-bad \ # gstreamer1.0-plugins-bad \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment