Forum | Documentation | Website | Blog

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

generic-sys-mods (1.20220207.2)


Signed-off-by: default avatarRobert Nelson <robertcnelson@gmail.com>
parent 73b97b2e
No related merge requests found
generic-sys-mods (1.20220207.1-0~bullseye+20220207) bullseye; urgency=low
generic-sys-mods (1.20220207.2-0~bullseye+20220207) bullseye; urgency=low
* Rebuild for repos.rcn-ee.com
-- Robert Nelson <robertcnelson@gmail.com> Mon, 07 Feb 2022 17:59:58 -0600
-- Robert Nelson <robertcnelson@gmail.com> Mon, 07 Feb 2022 18:12:05 -0600
......@@ -26,8 +26,10 @@ if [ -f /boot/firmware/extlinux/extlinux.conf ] ; then
cp -v /usr/lib/linux-image-${version}/ti/k3-j721e-*.dtb /boot/firmware/ || true
rm -f /boot/firmware/initrd.img || true
cp -v /boot/initrd.img-${version} /boot/firmware/initrd.img || true
mkdir -p /boot/firmware/overlays/
cp -v /usr/lib/linux-image-${version}/ti/overlays/*.dtbo /boot/firmware/overlays/ || true
if [ -d /usr/lib/linux-image-${version}/ti/overlays/ ] ; then
mkdir -p /boot/firmware/overlays/ || true
cp -v /usr/lib/linux-image-${version}/ti/overlays/*.dtbo /boot/firmware/overlays/ || true
fi
echo "zz-uenv_txt: Updated extlinux.conf /boot/firmware/ for: [${version}]"
fi
fi
......@@ -4,7 +4,7 @@
package_name="generic-sys-mods"
debian_pkg_name="${package_name}"
package_version="1.20220207.1"
package_version="1.20220207.2"
package_source=""
src_dir=""
......
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