No feedback, but, at least no one objected. :) I plan to add this patch to UnixPkg...
Does anyone have any input on how long we should wait before deleting the UnixPkg files? I'm thinking we should leave UnixPkg/Deprecated.txt around for a while after this as well. -Jordan On Wed, Aug 29, 2012 at 1:40 PM, Jordan Justen <[email protected]> wrote: > Contributed-under: TianoCore Contribution Agreement 1.0 > Signed-off-by: Jordan Justen <[email protected]> > --- > UnixPkg/Deprecated.txt | 5 +++++ > UnixPkg/build.sh | 1 + > UnixPkg/build64.sh | 1 + > UnixPkg/readme.txt | 4 ++++ > 4 files changed, 11 insertions(+) > create mode 100644 UnixPkg/Deprecated.txt > > diff --git a/UnixPkg/Deprecated.txt b/UnixPkg/Deprecated.txt > new file mode 100644 > index 0000000..5ffad5f > --- /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 2498914..5d3d8a5 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 e524faf..7f2206f 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 f28d626..4166306 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 > ======================== > > -- > 1.7.9.5 > > > ------------------------------------------------------------------------------ > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and > threat landscape has changed and how IT managers can respond. Discussions > will include endpoint security, mobile security and the latest in malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > _______________________________________________ > edk2-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/edk2-devel ------------------------------------------------------------------------------ Got visibility? Most devs has no idea what their production app looks like. Find out how fast your code is with AppDynamics Lite. http://ad.doubleclick.net/clk;262219671;13503038;y? http://info.appdynamics.com/FreeJavaPerformanceDownload.html _______________________________________________ edk2-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/edk2-devel
