... | ... | @@ -57,7 +57,7 @@ Let's break down what each part of the command does: |
|
|
**Continuing the Customization Process**
|
|
|
|
|
|
4. **Navigate to the Layer Directory**: Go to the directory of our Yocto layer named **`meta-tastitalia`**.
|
|
|
5. **Copy the Custom Logo**: Inside the **`meta-tastitalia`** directory, navigate to **`recipes-kernel/linux-tastitalia/files/`**. If the **`files`** directory doesn't exist, create it. Then, copy your custom logo (in PPM format) into this **`files`** directory and name it **`logo_kernel.ppm`**.
|
|
|
5. **Copy the Custom Logo**: Inside the **`meta-tastitalia`** directory, navigate to **`recipes-kernel/linux-tastitalia/files/`**. Then, copy your custom logo (in PPM format) into this **`files`** directory and name it **`logo_kernel.ppm`**.
|
|
|
|
|
|
```shell
|
|
|
$: cp /tmp/logo_kernel.ppm recipes-kernel/linux-tastitalia/files/logo_kernel.ppm
|
... | ... | |