roms/Makefile.edk2: define edk2-stable201905 network feature test macros
commitb1625c660f940d408c51986768281d9d220bbe7d
authorLaszlo Ersek <lersek@redhat.com>
Thu, 6 Jun 2019 09:59:09 +0000 (6 11:59 +0200)
committerLaszlo Ersek <lersek@redhat.com>
Fri, 14 Jun 2019 19:47:33 +0000 (14 21:47 +0200)
treeeee66d8aecead8ed25a174cab86d7ee976378e02
parentf3d0bec9f80e4ed7796fffa834ba0a53f2094f7f
roms/Makefile.edk2: define edk2-stable201905 network feature test macros

Due to edk2 commits 631195044ff0 ("OvmfPkg: Update DSC/FDF to use
NetworkPkg's include fragment file.", 2019-05-16) and 157a3b1aa50f
("ArmVirtPkg: Update DSC/FDF to use NetworkPkg's include fragment file.",
2019-05-16), we'll have to pefix the HTTP_BOOT_ENABLE and TLS_ENABLE build
flags with "NETWORK_", for building edk2 at tag "edk2-stable201905".

Right now the new flags are no-ops, so we can insert them separately,
before advancing our edk2 submodule reference. We will remove the old
flags afterwards.

Cc: Philippe Mathieu-Daudé <philmd@redhat.com>
Ref: https://bugs.launchpad.net/qemu/+bug/1831477
Signed-off-by: Laszlo Ersek <lersek@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com>
roms/Makefile.edk2