Skip to content
  1. Oct 19, 2012
    • Martin Jansa's avatar
      PACKAGES_DYNAMIC: use regexp not glob · 8402b7ac
      Martin Jansa authored
      
      
      * bitbake uses PACKAGES_DYNAMIC as regexp
        ^ could make matching faster (and it will be more clear that we're expecting regexp not glob)
        * made all those last '-' optional, use .* (or nothing)
      * use += instead of = in most cases to keep ${PN}-locale from
        bitbake.conf:PACKAGES_DYNAMIC = "^${PN}-locale-.*"
      
      Signed-off-by: default avatarMartin Jansa <Martin.Jansa@gmail.com>
      8402b7ac
  2. Oct 18, 2012
  3. Oct 17, 2012
  4. Oct 16, 2012
  5. Oct 15, 2012
  6. Oct 11, 2012
  7. Oct 10, 2012
  8. Oct 09, 2012