| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
Remove most direct references to WORKDIR.
S = "${WORKDIR}" is no longer allowed, adjust this to refer to UNPACKDIR
${WORKDIR}/package is also incorrect, adjust to ${PKGD}.
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
|
|
|
|
|
|
|
|
|
|
| |
Fix git branch URL warnings and indentation.
WARNING: linux-firmware-ti-bt-1.0-r0 do_package_write_rpm_setscene:
URL: git://git.ti.com/ti-bt/service-packs.git;protocol=https does not set any branch parameter.
The future default branch used by tools and repositories is uncertain and we will therefore soon require this is set in all git urls.
Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com>
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
|
|
|
|
|
|
|
|
|
| |
Add an empty base package w/ an RDEPENDS on the specifically named firmware
package. This allows the automatic installation of -dev or -dbg packages
to work properly.
Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
(cherry picked from commit 3fe9375d75c1e5266cef1feb27c57d6a5b83ca1f)
Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
|
|
Create a new meta-xilinx-core, move core functionality to the core, keeping
board specific files in the bsp layer.
zynqmp-generic changed from require <board> to include, so if meta-xilinx-bsp
is not available it will not fail.
Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
|