Forum | Documentation | Website | Blog

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

bb-usb-gadgets (1.20230216.0)


Signed-off-by: default avatarRobert Nelson <robertcnelson@gmail.com>
parent 6f86bb35
Branches
No related merge requests found
......@@ -135,15 +135,15 @@ run_libcomposite () {
ln -s functions/acm.usb0 configs/c.1/
if [ ! "x${USB_IMAGE_FILE_DISABLED}" = "xyes" ]; then
if [ -f /etc/bbb.io/templates/beaglebone-getting-started-2022-01-12.img ] ; then
echo "${log} enable USB mass_storage beaglebone-getting-started-2022-01-12.img"
if [ -f /etc/bbb.io/templates/beagle-getting-started.img ] ; then
echo "${log} enable USB mass_storage beagle-getting-started.img"
mkdir -p functions/mass_storage.usb0
echo ${usb_ms_stall} > functions/mass_storage.usb0/stall
echo ${usb_ms_cdrom} > functions/mass_storage.usb0/lun.0/cdrom
echo ${usb_ms_nofua} > functions/mass_storage.usb0/lun.0/nofua
echo ${usb_ms_removable} > functions/mass_storage.usb0/lun.0/removable
echo ${usb_ms_ro} > functions/mass_storage.usb0/lun.0/ro
echo /etc/bbb.io/templates/beaglebone-getting-started-2022-01-12.img > functions/mass_storage.usb0/lun.0/file
echo /etc/bbb.io/templates/beagle-getting-started.img > functions/mass_storage.usb0/lun.0/file
ln -s functions/mass_storage.usb0 configs/c.1/
fi
......
......@@ -11,7 +11,6 @@ debian/usb0-DHCPServer.network /etc/bbb.io/templates/
debian/usb1-DHCP.network /etc/bbb.io/templates/
debian/usb1-DHCPServer.network /etc/bbb.io/templates/
debian/bbb-umtprd.conf /etc/bbb.io/templates/
debian/beaglebone-getting-started-2022-01-12.img /etc/bbb.io/templates/
debian/beaglebg.jpg /etc/bbb.io/templates/
debian/beagleboard-logo.svg /etc/bbb.io/templates/
debian/systemd-networkd-wait-online.override.conf /etc/bbb.io/templates/
......
File deleted
bb-usb-gadgets (1.20220816.0-0~bullseye+20220816) bullseye; urgency=low
bb-usb-gadgets (1.20230216.0-0~bullseye+20230216) bullseye; urgency=low
* Rebuild for repos.rcn-ee.com
-- Robert Nelson <robertcnelson@gmail.com> Tue, 16 Aug 2022 11:52:00 -0500
-- Robert Nelson <robertcnelson@gmail.com> Thu, 16 Feb 2023 12:00:43 -0600
......@@ -17,5 +17,7 @@ Depends:
, ${misc:Depends}
, bc
, systemd (>= 230)
Recommends:
bbb.io-getting-started
Description: usb gadget customizations
usb gadget customizations
......@@ -2,7 +2,7 @@
package_name="bb-usb-gadgets"
debian_pkg_name="${package_name}"
package_version="1.20220816.0"
package_version="1.20230216.0"
package_source=""
src_dir=""
......@@ -17,4 +17,4 @@ debian_patch=""
clear_changelog="enable"
bullseye_version="~bullseye+20220816"
bullseye_version="~bullseye+20230216"
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