-
Notifications
You must be signed in to change notification settings - Fork 547
Open
Description
Is there an existing issue for this?
- I have searched existing issues
Bug Type
- Firmware
- Tool
- Unit Test
Code first?
- Yes
What packages are impacted?
Features/Intel/Network
Which targets are impacted by this bug?
DEBUG, RELEASE
Current Behavior
When building with the latest edk2 master branch the following error is encountered when trying to build Platform/Intel
with python build_bios.py -p BoardX58Ich10X64 -d -t GCC
:
/workspace/edk2/NetworkPkg/NetworkDefines.dsc.inc(36): error 000E: File/directory not found in workspace
NetworkPkg/NetworkPcds.dsc.inc is not found in packages path:
/workspace/edk2-platforms/Platform/Intel
/workspace/edk2-platforms/Silicon/Intel
/workspace/edk2-non-osi/Silicon/Intel
/workspace/edk2-platforms/Features
/workspace/edk2-platforms/Features/Intel
/workspace/edk2-platforms/Features/Intel/UserInterface
/workspace/edk2-platforms/Features/Intel/OutOfBandManagement
/workspace/edk2-platforms/Features/Intel/Network
/workspace/edk2-platforms/Features/Intel/PowerManagement
/workspace/edk2-platforms/Features/Intel/Debugging
/workspace/edk2-platforms/Features/Intel/SystemInformation
/workspace/edk2-platforms/Drivers
/workspace/FSP
/workspace/edk2
/workspace/.
/workspace/edk2-non-osi/Platform/Intel
NetworkDefines.dsc.inc no longer exists in edk2 master and
edk2-platforms/Features/Intel/Network/NetworkFeaturePkg/Include/NetworkFeature.dsc
Line 36 in af45588
!include NetworkPkg/NetworkPcds.dsc.inc |
Expected Behavior
Build success
Steps To Reproduce
Clone the latest master of edk2, edk2-platforms, edk2-non-osi and IntelFsp/FSP
source edk2/edksetup.sh
make -C edk2/BaseTools
cd edk2-platforms/Platform/Intel
python build_bios.py -p BoardX58Ich10X64 -d -t GCC
Build Environment
- OS(s): ghcr.io/tianocore/containers/fedora-40-build
- Tool Chain(s): gcc
Version Information
master
Urgency
Medium
Are you going to fix this?
Someone else needs to fix it
Do you need maintainer feedback?
No maintainer feedback needed
Anything else?
No response
dan-bryant