I'm looking for the githash of the yocto/OE layers packed with the installer of
Petalinux (v2019.2).
The layers are installed in e.g.
/opt/Xilinx/Petalinux/2019.2/components/yocto/source/aarch64/layers/.
The .git directory is removed from those.
The conf/layer.conf file is pointing to the Thud release. But even in the
Yocto releases, there are plenty of updates (e.g CVE).
And running a small script to find out which git hash does not have a
difference between a local clone of e.g poky doesn't help.
#! /bin/sh
cd core
for commit in $(git rev-list thud)
do
git checkout $commit
diff --brief --recursive ../core
/opt/Xilinx/Petalinux/2019.2/components/yocto/source/aarch64/layers/core | grep
-v '\.pyc' | sort > /tmp/${commit}.log
done
br,
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#4691):
https://lists.yoctoproject.org/g/meta-xilinx/message/4691
Mute This Topic: https://lists.yoctoproject.org/mt/73993671/21656
Group Owner: [email protected]
Unsubscribe:
https://lists.yoctoproject.org/g/meta-xilinx/leave/6693431/2055374909/xyzzy
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-