All of lore.kernel.org
 help / color / mirror / Atom feed
* Quectel EG25-G LTE modem
@ 2021-03-24  9:41 Zoltan Kerenyi Nagy
  2021-03-24  9:46 ` [yocto] " Herman van Hazendonk (Herrie)
  0 siblings, 1 reply; 3+ messages in thread
From: Zoltan Kerenyi Nagy @ 2021-03-24  9:41 UTC (permalink / raw)
  To: yocto


[-- Attachment #1.1: Type: text/plain, Size: 500 bytes --]

Hi,

I'm trying to make a recipie for a quectel-cm driver. I created a folder for it and put all the source files into a file folder.
This would be the first time that I'm making a recipie for multiple files with a Makefile. In the manuals there is only an example for a singe helloworld.c file, which is easy.
I tried with devtool to add a recipe but it's just skeleton.

Could you help me to to create a good recipe file for this quectel driver please?

Here are the sources:

--
Zolee

[-- Attachment #1.2: Type: text/html, Size: 617 bytes --]

[-- Attachment #2: Screenshot from 2021-03-24 10-37-14.png --]
[-- Type: image/png, Size: 31934 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [yocto] Quectel EG25-G LTE modem
  2021-03-24  9:41 Quectel EG25-G LTE modem Zoltan Kerenyi Nagy
@ 2021-03-24  9:46 ` Herman van Hazendonk (Herrie)
  2021-03-24 11:52   ` Zoltan Kerenyi Nagy
  0 siblings, 1 reply; 3+ messages in thread
From: Herman van Hazendonk (Herrie) @ 2021-03-24  9:46 UTC (permalink / raw)
  To: Zoltan Kerenyi Nagy; +Cc: yocto

[-- Attachment #1: Type: text/plain, Size: 900 bytes --]

Hi Zolee, 

You might want to have a look at our LuneOS meta-smartphone layer where
one of our devs added the modem support for the modem of the PinePhone
which seems to be the same one: 

https://github.com/shr-distribution/meta-smartphone/tree/gatesgarth/meta-qualcomm-modems


Best regards,
Herman 

On 2021-03-24 10:41, Zoltan Kerenyi Nagy wrote:

> Hi,
> 
> I'm trying to make a recipie for a quectel-cm driver. I created a folder for it and put all the source files into a file folder.
> This would be the first time that I'm making a recipie for multiple files with a Makefile. In the manuals there is only an example for a singe helloworld.c file, which is easy.
> I tried with devtool to add a recipe but it's just skeleton.
> 
> Could you help me to to create a good recipe file for this quectel driver please?
> 
> Here are the sources:
> 
> -- 
> Zolee 
> 
> 

[-- Attachment #2.1: Type: text/html, Size: 1598 bytes --]

[-- Attachment #2.2: Screenshot from 2021-03-24 10-37-14.png --]
[-- Type: image/png, Size: 31934 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Quectel EG25-G LTE modem
  2021-03-24  9:46 ` [yocto] " Herman van Hazendonk (Herrie)
@ 2021-03-24 11:52   ` Zoltan Kerenyi Nagy
  0 siblings, 0 replies; 3+ messages in thread
From: Zoltan Kerenyi Nagy @ 2021-03-24 11:52 UTC (permalink / raw)
  To: yocto

[-- Attachment #1: Type: text/plain, Size: 310 bytes --]

Thanks,

I managed to compile it in the meantime with this recipe:

DESCRIPTION = "Quectel-CM"

SECTION = "quectel"

LICENSE="CLOSED"

SRC_URI = "file://files/* "

TARGET_CC_ARCH += "${LDFLAGS}"

do_compile() {
oe_runmake
}

do_install() {
oe_runmake install 'DESTDIR=${D}'

}
--
Zolee

[-- Attachment #2: Type: text/html, Size: 582 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-03-24 11:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-24  9:41 Quectel EG25-G LTE modem Zoltan Kerenyi Nagy
2021-03-24  9:46 ` [yocto] " Herman van Hazendonk (Herrie)
2021-03-24 11:52   ` Zoltan Kerenyi Nagy

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.