Commit 1fc08f7b authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Odroid XU4 needs edid firmware binaries

parent 660ba398
......@@ -171,6 +171,7 @@ opipcplus:
odroidhc2-clfs:
tar xf linux-5.4.51.tar.xz
patch -Np1 -d linux-5.4.51 < linux-5.4.51-xu4.patch
tar xf firmware-xu4.tar.xz -C linux-5.4.51
$(MAKE) -C linux-5.4.51 odroidhc2_defconfig
/kernelconfig/initramfs/prepare
bash -c 'files=`ls -1 /kernelconfig/odroid-hc2` ; for config in $$files ; do cat /kernelconfig/odroid-hc2/$$config >> linux-5.4.51/.config ; done'
......@@ -187,6 +188,7 @@ odroidhc2-clfs:
odroidhc2:
tar xf linux-5.4.51.tar.xz
patch -Np1 -d linux-5.4.51 < linux-5.4.51-xu4.patch
tar xf firmware-xu4.tar.xz -C linux-5.4.51
cp -v /boot/config-5.4.51 linux-5.4.51/.config
/kernelconfig/initramfs/prepare
bash -c 'files=`ls -1 /kernelconfig/odroid-hc2` ; for config in $$files ; do cat /kernelconfig/odroid-hc2/$$config >> linux-5.4.51/.config ; done'
......
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