All of lore.kernel.org
 help / color / mirror / Atom feed
* Error with Cynara pkg_postinst when updating AGL to from morty master
@ 2017-03-02 15:33 Dominig ar Foll (Intel Open Source)
  2017-03-02 16:19 ` Patrick Ohly
  0 siblings, 1 reply; 3+ messages in thread
From: Dominig ar Foll (Intel Open Source) @ 2017-03-02 15:33 UTC (permalink / raw)
  To: yocto

[-- Attachment #1: Type: text/html, Size: 4072 bytes --]

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

* Re: Error with Cynara pkg_postinst when updating AGL to from morty master
  2017-03-02 15:33 Error with Cynara pkg_postinst when updating AGL to from morty master Dominig ar Foll (Intel Open Source)
@ 2017-03-02 16:19 ` Patrick Ohly
  2017-03-02 16:41   ` Error with Cynara pkg_postinst when updating AGL to from morty master (solved) Dominig ar Foll (Intel Open Source)
  0 siblings, 1 reply; 3+ messages in thread
From: Patrick Ohly @ 2017-03-02 16:19 UTC (permalink / raw)
  To: Dominig ar Foll (Intel Open Source); +Cc: yocto

On Thu, 2017-03-02 at 16:33 +0100, Dominig ar Foll (Intel Open Source)
wrote:
> Hello,
> 
> I am trying to move AGL from morty to master in order to get a stock
> Kernel 3.9.
> I have moved meta-intel, poky and open embedded to master branches.
> 
> I am blocked on an error that I do not understand in th pkg_postinst
> section.
> the error code is: AttributeError: 'module' object has no attribute
> 'getVar'
> 
> As the only getVar is happening  in the Version setting
> VERSION=${@bb.data.getVar('PV',d,1).split('+git')[0]}
> I wonder if something has hanged in bb.data but I could not find
> anything obvious.

bb.data.getVar() has been deprecated for a while and was finally
removed. Use d.getVar('PV') instead on master (no additional parameters
needed, expansion is on by default).

-- 
Best Regards, Patrick Ohly

The content of this message is my personal opinion only and although
I am an employee of Intel, the statements I make here in no way
represent Intel's position on the issue, nor am I authorized to speak
on behalf of Intel on this matter.





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

* Re: Error with Cynara pkg_postinst when updating AGL to from morty master (solved)
  2017-03-02 16:19 ` Patrick Ohly
@ 2017-03-02 16:41   ` Dominig ar Foll (Intel Open Source)
  0 siblings, 0 replies; 3+ messages in thread
From: Dominig ar Foll (Intel Open Source) @ 2017-03-02 16:41 UTC (permalink / raw)
  To: yocto

[-- Attachment #1: Type: text/html, Size: 1582 bytes --]

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

end of thread, other threads:[~2017-03-02 16:41 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-02 15:33 Error with Cynara pkg_postinst when updating AGL to from morty master Dominig ar Foll (Intel Open Source)
2017-03-02 16:19 ` Patrick Ohly
2017-03-02 16:41   ` Error with Cynara pkg_postinst when updating AGL to from morty master (solved) Dominig ar Foll (Intel Open Source)

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.