Skip to content

Commit

Permalink
apply patches before genorig
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincinator committed Mar 4, 2024
1 parent 170e5c2 commit a51b969
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions prepare_source
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ version="$version_orig-0"
cd linux

apt-get install --no-install-recommends -y python3-debian # needed for genorig

# apply intel-dfl patchset
apply_patches patches/fpga-ofs-dev-6.6-lts-patches

debian/bin/genorig.py --override-version "$version_orig" "$kernel_repo"
git clean -fdx

Expand All @@ -28,5 +32,3 @@ cp -r config "$dir/src/debian/"
rm "$dir/src/debian/patches/debian/Revert-docs-kernel_feat.py-fix-potential-command-inj.patch"
sed -i '/debian\/Revert-docs-kernel_feat\.py-fix-potential-command-inj\.patch/d' "$dir/src/debian/patches/series"

# apply intel-dfl patchset
apply_patches patches/fpga-ofs-dev-6.6-lts-patches

0 comments on commit a51b969

Please sign in to comment.