Skip to content

Commit

Permalink
cheribsd-sysroot: Drop old libcheri and libsoft
Browse files Browse the repository at this point in the history
  • Loading branch information
jrtc27 committed Jul 24, 2023
1 parent 942e386 commit 6c9db20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pycheribuild/projects/cross/cheribsd.py
Original file line number Diff line number Diff line change
Expand Up @@ -2080,8 +2080,8 @@ def create_sysroot(self) -> None:
bsdtar_path = str(self.bsdtar_cmd)
tar_cmd = [bsdtar_path, "cf", "-", "--include=./lib/", "--include=./usr/include/",
"--include=./usr/lib/", "--include=./usr/libdata/",
"--include=./usr/libcheri", "--include=./usr/lib32", "--include=./usr/lib64",
"--include=./usr/lib64c", "--include=./usr/lib64cb", "--include=./usr/libsoft",
"--include=./usr/lib32", "--include=./usr/lib64",
"--include=./usr/lib64c", "--include=./usr/lib64cb",
# only pack those files that are mentioned in METALOG
"@METALOG.world"]
rootfs_target = self.rootfs_source_class.get_instance(self)
Expand Down

0 comments on commit 6c9db20

Please sign in to comment.