diff options
| author | Tom Hochstein <tom.hochstein@nxp.com> | 2026-07-17 09:07:49 -0700 |
|---|---|---|
| committer | Tom Hochstein <tom.hochstein@nxp.com> | 2026-07-17 09:17:52 -0700 |
| commit | 1f7f4878f43a7eb5419d946b36c9158bf168253a (patch) | |
| tree | 7a13f32c5797480aafb7ac2f8c470aebb877a449 | |
| parent | 926818369d1a5a3de142b51b831971d39645f1bb (diff) | |
| download | meta-freescale-1f7f4878f43a7eb5419d946b36c9158bf168253a.tar.gz | |
odp.inc: Fix patch file location
Recipes that include odp.inc but are not named odp fail to find the
patch file added by odp.inc.
```
ERROR: /.../meta-freescale/recipes-extended/odp/odp-counters_git.bb: Unable to get checksum for odp-counters SRC_URI entry 0001-Fix-this-build-error.patch: file could not be found
```
Move the patch file from the recipe-specific directory to the shared
files directory to ensure it can be found by all recipes that include
odp.inc, regardless of recipe name.
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
| -rw-r--r-- | recipes-extended/odp/files/0001-Fix-this-build-error.patch (renamed from recipes-extended/odp/odp/0001-Fix-this-build-error.patch) | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/recipes-extended/odp/odp/0001-Fix-this-build-error.patch b/recipes-extended/odp/files/0001-Fix-this-build-error.patch index cebd7da16..cebd7da16 100644 --- a/recipes-extended/odp/odp/0001-Fix-this-build-error.patch +++ b/recipes-extended/odp/files/0001-Fix-this-build-error.patch | |||
