mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-10 21:29:20 +00:00
doc: remove doc dependency on kerneldoc and acrn-kernel repo
We no longer need to generate API documentation for the upstreamed gvt-g kernel additions so we can remove the doc generation dependency on the acrn-kernel repo (and all use of the kerneldoc extension). We also remove GVT-g API documentation and porting guide that are obsolete with ACRN v2.6 and referenced this API documentation. Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
This commit is contained in:
committed by
David Kinder
parent
c4cb95f3b4
commit
24b555c75d
File diff suppressed because it is too large
Load Diff
@@ -1,20 +0,0 @@
|
||||
#!/bin/bash
|
||||
# Copyright (C) 2019 Intel Corporation.
|
||||
# SPDX-License-Identifier: BSD-3-Clause
|
||||
|
||||
#q="--quiet"
|
||||
q=""
|
||||
|
||||
# get the latest acrn-kernel sources for the kernel-doc API processing
|
||||
|
||||
if [ ! -d "../../acrn-kernel" ]; then
|
||||
echo Repo for acrn-kernel is missing.
|
||||
exit -1
|
||||
fi
|
||||
|
||||
# Assumes origin is the upstream repo
|
||||
|
||||
cd ../../acrn-kernel
|
||||
git checkout $q master
|
||||
git fetch $q origin
|
||||
git reset $q --hard origin/master
|
Reference in New Issue
Block a user