mirror of
https://git.yoctoproject.org/poky
synced 2026-06-12 22:53:49 +02:00
The patch tool will apply patches by default with "fuzz", which is where if the hunk context isn't present but what is there is close enough, it will force the patch in. Whilst this is useful when there's just whitespace changes, when applied to source it is possible for a patch applied with fuzz to produce broken code which still compiles (see #10450). This is obviously bad. We'd like to eventually have do_patch() rejecting any fuzz on these grounds. For that to be realistic the existing patches with fuzz need to be rebased and reviewed. (From OE-Core rev: 7e8273cb55df71eaaf2cd50db076b73229ef7566) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
20 lines
530 B
Diff
20 lines
530 B
Diff
Enabled dhcp client functionality for Yocto reference
|
|
hardware MPC8315E-RDB.
|
|
|
|
Upstream-Status: Pending
|
|
|
|
Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
|
|
|
|
Index: git/configs/MPC8315ERDB_defconfig
|
|
===================================================================
|
|
--- git.orig/configs/MPC8315ERDB_defconfig
|
|
+++ git/configs/MPC8315ERDB_defconfig
|
|
@@ -12,6 +12,7 @@ CONFIG_CMD_PCI=y
|
|
CONFIG_CMD_SATA=y
|
|
CONFIG_CMD_USB=y
|
|
# CONFIG_CMD_SETEXPR is not set
|
|
+CONFIG_CMD_DHCP=y
|
|
CONFIG_CMD_MII=y
|
|
CONFIG_CMD_PING=y
|
|
CONFIG_CMD_DATE=y
|