diff options
-rw-r--r-- | UnixPkg/Deprecated.txt | 5 | ||||
-rwxr-xr-x | UnixPkg/build.sh | 1 | ||||
-rwxr-xr-x | UnixPkg/build64.sh | 1 | ||||
-rw-r--r-- | UnixPkg/readme.txt | 4 |
4 files changed, 11 insertions, 0 deletions
diff --git a/UnixPkg/Deprecated.txt b/UnixPkg/Deprecated.txt new file mode 100644 index 0000000000..5ffad5fd25 --- /dev/null +++ b/UnixPkg/Deprecated.txt @@ -0,0 +1,5 @@ +UnixPkg is deprecated. + +The same functionality is supported using the EmulatorPkg. +Please see EmulatorPkg/README for more information about EmulatorPkg. + diff --git a/UnixPkg/build.sh b/UnixPkg/build.sh index 2498914e1c..5d3d8a5e52 100755 --- a/UnixPkg/build.sh +++ b/UnixPkg/build.sh @@ -118,5 +118,6 @@ done echo $PATH echo `which build` build -p $WORKSPACE/UnixPkg/UnixPkg.dsc -a IA32 -t $TARGET_TOOLS $NETWORK_SUPPORT -n 3 $1 $2 $3 $4 $5 $6 $7 $8 +echo NOTE: UnixPkg is deprecated. Please see UnixPkg/Deprecated.txt for more information. exit $? diff --git a/UnixPkg/build64.sh b/UnixPkg/build64.sh index e524faf293..7f2206f3fc 100755 --- a/UnixPkg/build64.sh +++ b/UnixPkg/build64.sh @@ -124,5 +124,6 @@ echo `which build` build -p $WORKSPACE/UnixPkg/UnixPkgX64.dsc -a X64 -t $TARGET_TOOLS -D SEC_ONLY -n 3 $1 $2 $3 $4 $5 $6 $7 $8 modules build -p $WORKSPACE/UnixPkg/UnixPkgX64.dsc -a X64 -t $UNIXPKG_TOOLS $NETWORK_SUPPORT -n 3 $1 $2 $3 $4 $5 $6 $7 $8 cp $WORKSPACE/Build/UnixX64/DEBUG_"$TARGET_TOOLS"/X64/SecMain $WORKSPACE/Build/UnixX64/DEBUG_"$UNIXPKG_TOOLS"/X64 +echo NOTE: UnixPkg is deprecated. Please see UnixPkg/Deprecated.txt for more information. exit $? diff --git a/UnixPkg/readme.txt b/UnixPkg/readme.txt index f28d626f9c..4166306d27 100644 --- a/UnixPkg/readme.txt +++ b/UnixPkg/readme.txt @@ -1,3 +1,7 @@ +Deprecation Notice +================== +UnixPkg is deprecated. Please see UnixPkg/Deprecated.txt for more information. + Unix Simulation Platform ======================== |