Tom Hochstein
|
d57b14a35f
|
Revert "cockpit: linux-imx: Fix -Wincompatible-pointer-types [YOCIMX-8508]"
This reverts commit ca09ecd51a .
|
2024-11-13 11:07:26 -06:00 |
|
Tom Hochstein
|
ca09ecd51a
|
cockpit: linux-imx: Fix -Wincompatible-pointer-types [YOCIMX-8508]
Fixes build break:
```
drivers/net/imx-shmem-net.c:1259:27: error: initialization of 'void (*)(struct platform_device *)' from incompatible pointer type 'int (*)(struct platform_device *)' [-Wincompatible-pointer-types]
1259 | .remove = imx_shm_net_remove,
| ^~~~~~~~~~~~~~~~~~
```
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
|
2024-11-12 12:57:47 -06:00 |
|
Tom Hochstein
|
da56d1261a
|
cockpit: linux-imx: Drop irrelevant lines
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
|
2024-11-12 10:15:28 -06:00 |
|
Zelan Zou
|
cc6f3ac185
|
layer.conf: Add styhead to compatible layer
Signed-off-by: Zelan Zou <zelan.zou@nxp.com>
|
2024-10-18 11:34:40 -05:00 |
|
Tom Hochstein
|
0d5ab27566
|
cockpit: imx-atf: Fix debug build support
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
|
2024-10-11 11:30:47 -05:00 |
|
Tom Hochstein
|
c38eca5b15
|
fixup! imx-boot,u-boot-imx: Align with upstream [YOCIMX-7736]
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
|
2024-09-17 14:32:33 -05:00 |
|
Tom Hochstein
|
1b9ee3d117
|
fixup! Change mcore demos install path in boot partition [YOCIMX-8192]
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
|
2024-08-12 15:44:56 -05:00 |
|
Zelan Zou
|
06e0d19976
|
layer.conf: Add scarthgap to compatibale layer
Signed-off-by: Zelan Zou <zelan.zou@nxp.com>
|
2024-03-28 14:50:37 +08:00 |
|
Neena Busireddy
|
d25c439714
|
Rename all the layers in meta-imx [YOCIMX-7393]
meta-bsp --> meta-imx-bsp
meta-sdk --> meta-imx-sdk
meta-ml --> meta-imx-ml
meta-v2x --> meta-imx-v2x
meta-cockpit-->meta-imx-cockpit
Signed-off-by: Neena Busireddy <neenareddy.busireddy@nxp.com>
|
2023-12-08 06:41:38 +01:00 |
|