diff options
| author | Harish Sadineni <Harish.Sadineni@windriver.com> | 2024-08-08 07:50:39 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-08-13 09:29:15 +0100 |
| commit | 4485677cdb9df8e78b33f9260df4cdd1045b21d3 (patch) | |
| tree | fd7151ca584d0d639338228782aee226b8b9be22 | |
| parent | e5176979eff14776f1e544d7b5c93fb519a27259 (diff) | |
| download | poky-4485677cdb9df8e78b33f9260df4cdd1045b21d3.tar.gz | |
gcc-runtime: enabling "network" task specific flag
Adding a "network" task specific flag which then triggers networking to
be enabled for this task, it is otherwise disabled which will cause
failures while running oe-selftest.
Fixes the following issues while running oe-selftest for gcc:
1)ssh: connect to host X.X.X.X port 22: Network is unreachable.
2)Bad owner or permissions on /etc/ssh/ssh_config.d/50-redhat.conf.
(From OE-Core rev: 35782416823fa863d26a338256f642f6bc480a96)
Signed-off-by: Harish Sadineni <Harish.Sadineni@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/recipes-devtools/gcc/gcc-runtime.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-runtime.inc b/meta/recipes-devtools/gcc/gcc-runtime.inc index 8e0d1a6889..7afe34ebed 100644 --- a/meta/recipes-devtools/gcc/gcc-runtime.inc +++ b/meta/recipes-devtools/gcc/gcc-runtime.inc | |||
| @@ -292,6 +292,7 @@ do_check[prefuncs] += "extend_recipe_sysroot" | |||
| 292 | do_check[prefuncs] += "check_prepare" | 292 | do_check[prefuncs] += "check_prepare" |
| 293 | do_check[dirs] = "${WORKDIR}/dejagnu ${B}" | 293 | do_check[dirs] = "${WORKDIR}/dejagnu ${B}" |
| 294 | do_check[nostamp] = "1" | 294 | do_check[nostamp] = "1" |
| 295 | do_check[network] = "1" | ||
| 295 | do_check() { | 296 | do_check() { |
| 296 | export DEJAGNU="${WORKDIR}/dejagnu/site.exp" | 297 | export DEJAGNU="${WORKDIR}/dejagnu/site.exp" |
| 297 | 298 | ||
