Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit 8da1dd84 authored by Robert Nelson's avatar Robert Nelson
Browse files

hwpack: still leave broken omap4 disabled


Signed-off-by: default avatarRobert Nelson <robertcnelson@gmail.com>
parent c5fc7671
Branches
Tags
No related merge requests found
...@@ -720,7 +720,7 @@ if [ "x${chroot_COPY_SETUP_SDCARD}" = "xenable" ] ; then ...@@ -720,7 +720,7 @@ if [ "x${chroot_COPY_SETUP_SDCARD}" = "xenable" ] ; then
sudo mkdir -p ${DIR}/deploy/${export_filename}/hwpack/ sudo mkdir -p ${DIR}/deploy/${export_filename}/hwpack/
sudo cp -v ${DIR}/tools/hwpack/*.conf ${DIR}/deploy/${export_filename}/hwpack/ sudo cp -v ${DIR}/tools/hwpack/*.conf ${DIR}/deploy/${export_filename}/hwpack/
##FIXME: remove after WiFi/Video works... ##FIXME: remove after WiFi/Video works...
sudo rm -rf ${DIR}/deploy/${export_filename}/hwpack/dt-panda.conf || true sudo rm -rf ${DIR}/deploy/${export_filename}/hwpack/omap4-panda* || true
fi fi
if [ "x${chroot_ENABLE_DEB_SRC}" = "xenable" ] ; then if [ "x${chroot_ENABLE_DEB_SRC}" = "xenable" ] ; then
......
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