[v1,1/4] meson: Add libpisp.wrap
diff mbox series

Message ID 20250113093532.4054142-2-naush@raspberrypi.com
State Accepted
Headers show
Series
  • Raspberry Pi: Add support for Pi 5 (PiSP)
Related show

Commit Message

Naushir Patuck Jan. 13, 2025, 9:24 a.m. UTC
Add a new subpoject wrap file for the libpisp library located at
https://github.com/raspberrypi/libpisp

The libpisp library is used to configure the Raspberry Pi 5 Frontend
and Backend ISP components.

Signed-off-by: Naushir Patuck <naush@raspberrypi.com>
Reviewed-by: David Plowman <david.plowman@raspberrypi.com>
---
 subprojects/.gitignore   | 1 +
 subprojects/libpisp.wrap | 6 ++++++
 2 files changed, 7 insertions(+)
 create mode 100644 subprojects/libpisp.wrap

Comments

Kieran Bingham March 20, 2025, 11:03 a.m. UTC | #1
Quoting Naushir Patuck (2025-01-13 09:24:43)
> Add a new subpoject wrap file for the libpisp library located at
> https://github.com/raspberrypi/libpisp
> 

This is making progress to being packaged in Debian now. But it will be
useful for building in other distributions until it's more widely
packaged.




> The libpisp library is used to configure the Raspberry Pi 5 Frontend
> and Backend ISP components.
> 
> Signed-off-by: Naushir Patuck <naush@raspberrypi.com>
> Reviewed-by: David Plowman <david.plowman@raspberrypi.com>
> ---
>  subprojects/.gitignore   | 1 +
>  subprojects/libpisp.wrap | 6 ++++++
>  2 files changed, 7 insertions(+)
>  create mode 100644 subprojects/libpisp.wrap
> 
> diff --git a/subprojects/.gitignore b/subprojects/.gitignore
> index 04b6271f226b..b08d6990777a 100644
> --- a/subprojects/.gitignore
> +++ b/subprojects/.gitignore
> @@ -1,6 +1,7 @@
>  # SPDX-License-Identifier: CC0-1.0
>  
>  /googletest-release*
> +/libpisp
>  /libyaml
>  /libyuv
>  /packagecache
> diff --git a/subprojects/libpisp.wrap b/subprojects/libpisp.wrap
> new file mode 100644
> index 000000000000..058e6cc79aa5
> --- /dev/null
> +++ b/subprojects/libpisp.wrap
> @@ -0,0 +1,6 @@
> +# SPDX-License-Identifier: CC0-1.0
> +
> +[wrap-git]
> +url = https://github.com/raspberrypi/libpisp.git
> +revision = v1.0.7

Naush, Do we need to bump this already?

Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>

> +depth = 1
> -- 
> 2.43.0
>
Naushir Patuck March 20, 2025, 11:12 a.m. UTC | #2
Yes it does!  We need to change to v1.2.0

I'll post an update in-reply-to shortly.

On Thu, 20 Mar 2025 at 11:03, Kieran Bingham
<kieran.bingham@ideasonboard.com> wrote:
>
> Quoting Naushir Patuck (2025-01-13 09:24:43)
> > Add a new subpoject wrap file for the libpisp library located at
> > https://github.com/raspberrypi/libpisp
> >
>
> This is making progress to being packaged in Debian now. But it will be
> useful for building in other distributions until it's more widely
> packaged.
>
>
>
>
> > The libpisp library is used to configure the Raspberry Pi 5 Frontend
> > and Backend ISP components.
> >
> > Signed-off-by: Naushir Patuck <naush@raspberrypi.com>
> > Reviewed-by: David Plowman <david.plowman@raspberrypi.com>
> > ---
> >  subprojects/.gitignore   | 1 +
> >  subprojects/libpisp.wrap | 6 ++++++
> >  2 files changed, 7 insertions(+)
> >  create mode 100644 subprojects/libpisp.wrap
> >
> > diff --git a/subprojects/.gitignore b/subprojects/.gitignore
> > index 04b6271f226b..b08d6990777a 100644
> > --- a/subprojects/.gitignore
> > +++ b/subprojects/.gitignore
> > @@ -1,6 +1,7 @@
> >  # SPDX-License-Identifier: CC0-1.0
> >
> >  /googletest-release*
> > +/libpisp
> >  /libyaml
> >  /libyuv
> >  /packagecache
> > diff --git a/subprojects/libpisp.wrap b/subprojects/libpisp.wrap
> > new file mode 100644
> > index 000000000000..058e6cc79aa5
> > --- /dev/null
> > +++ b/subprojects/libpisp.wrap
> > @@ -0,0 +1,6 @@
> > +# SPDX-License-Identifier: CC0-1.0
> > +
> > +[wrap-git]
> > +url = https://github.com/raspberrypi/libpisp.git
> > +revision = v1.0.7
>
> Naush, Do we need to bump this already?
>
> Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
>
> > +depth = 1
> > --
> > 2.43.0
> >

Patch
diff mbox series

diff --git a/subprojects/.gitignore b/subprojects/.gitignore
index 04b6271f226b..b08d6990777a 100644
--- a/subprojects/.gitignore
+++ b/subprojects/.gitignore
@@ -1,6 +1,7 @@ 
 # SPDX-License-Identifier: CC0-1.0
 
 /googletest-release*
+/libpisp
 /libyaml
 /libyuv
 /packagecache
diff --git a/subprojects/libpisp.wrap b/subprojects/libpisp.wrap
new file mode 100644
index 000000000000..058e6cc79aa5
--- /dev/null
+++ b/subprojects/libpisp.wrap
@@ -0,0 +1,6 @@ 
+# SPDX-License-Identifier: CC0-1.0
+
+[wrap-git]
+url = https://github.com/raspberrypi/libpisp.git
+revision = v1.0.7
+depth = 1