commit | 501f4c7811d8e213229452d9350457a5394b1340 | [log] [tgz] |
---|---|---|
author | Potin Lai <potin.lai@quantatw.com> | Mon Jun 13 13:23:57 2022 +0800 |
committer | Patrick Williams <patrick@stwcx.xyz> | Wed Jun 22 12:22:50 2022 +0000 |
tree | 5b653d71e28a3d31954cdc465b805dfe9c1a98e1 | |
parent | 2168adb3697432994e2fa39a520380c1a74fe9c0 [diff] [blame] |
meta-bletchley: introduce Bletchley common functions Add a common functions script for reusing the functions which are called frequently. This patch depends on the patchs below: * https://lore.kernel.org/all/20220613095150.21917-4-potin.lai.pt@gmail.com/ Signed-off-by: Potin Lai <potin.lai@quantatw.com> Change-Id: I6e1602b00f1b0a19e77506be6eabe18c796e52fe
diff --git a/meta-facebook/meta-bletchley/recipes-bletchley/plat-svc/plat-svc_0.1.bb b/meta-facebook/meta-bletchley/recipes-bletchley/plat-svc/plat-svc_0.1.bb index 99af81d..23b2d1f 100644 --- a/meta-facebook/meta-bletchley/recipes-bletchley/plat-svc/plat-svc_0.1.bb +++ b/meta-facebook/meta-bletchley/recipes-bletchley/plat-svc/plat-svc_0.1.bb
@@ -5,6 +5,7 @@ RDEPENDS:${PN} += "bash" RDEPENDS:${PN} += "libgpiod-tools" +RDEPENDS:${PN} += "bletchley-common-functions" SRC_URI += " \ file://bletchley-early-sys-init \