> From: Roger Pau Monne <[email protected]> > Sent: Wednesday, March 2, 2022 2:27 PM > To: [email protected] <[email protected]> > Cc: Ross Lagerwall <[email protected]>; [email protected] > <[email protected]>; [email protected] <[email protected]>; [email protected] > <[email protected]>; Andrew Cooper <[email protected]>; Roger Pau Monne > <[email protected]> > Subject: [PATCH 1/4] livepatch: update readme to mention --xen-depends > > Fixes: b19df7b2c05e ('livepatch-build: Embed hypervisor build id into every > hotpatch') > Signed-off-by: Roger Pau Monné <[email protected]> > --- > README.md | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/README.md b/README.md > index 653c624..b48a3df 100644 > --- a/README.md > +++ b/README.md > @@ -24,7 +24,7 @@ Next, build a live patch, using a patch and the source, > build ID, and > ``` > $ cd ~/src/livepatch-build > $ ./livepatch-build -s ~/src/xenbuild -p ~/src/xsa.patch -o out \ > - -c ~/src/xen/xen/.config --depends $BUILDID > + -c ~/src/xen/xen/.config --depends $BUILDID --xen-depends $BUILDID > Building LivePatch patch: xsa > > Xen directory: /home/ross/src/xenbuild > -- > 2.34.1
Reviewed-by: Ross Lagerwall <[email protected]>
