diff options
Diffstat (limited to 'recipes-bsp')
-rw-r--r-- | recipes-bsp/cbootimage/cbootimage.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-bsp/cbootimage/cbootimage.bb b/recipes-bsp/cbootimage/cbootimage.bb index 66e5594..c22735a 100644 --- a/recipes-bsp/cbootimage/cbootimage.bb +++ b/recipes-bsp/cbootimage/cbootimage.bb @@ -10,8 +10,8 @@ BBCLASSEXTEND = "native nativesdk" SRC_URI = "git://github.com/NVIDIA/cbootimage.git \ " -SRCREV = "57f67537af9cdf34ae9edb76f351c7df277a55b4" -PV = "1.4" +SRCREV = "a64c3f12b1b048096d90c44db74d3d110cea6fff" +PV = "1.7" EXTRA_OEMAKE='PREFIX="${prefix}" LIBDIR="${libdir}"' |